diff --git a/.editorconfig b/.editorconfig index f686aa1783f781..e8c010f6a2e157 100644 --- a/.editorconfig +++ b/.editorconfig @@ -157,6 +157,9 @@ csharp_space_between_square_brackets = false dotnet_code_quality.ca1802.api_surface = private, internal dotnet_code_quality.ca2208.api_surface = public +# License header +file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\n + # C++ Files [*.{cpp,h,in}] curly_bracket_next_line = true diff --git a/src/coreclr/scripts/coreclr_arguments.py b/src/coreclr/scripts/coreclr_arguments.py index 9c3d0aa0bdf87f..6806446128c9ac 100644 --- a/src/coreclr/scripts/coreclr_arguments.py +++ b/src/coreclr/scripts/coreclr_arguments.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title : coreclr_arguments.py diff --git a/src/coreclr/scripts/superpmi.py b/src/coreclr/scripts/superpmi.py index 8bef741ce7234e..fa0f3e2f165ded 100755 --- a/src/coreclr/scripts/superpmi.py +++ b/src/coreclr/scripts/superpmi.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title : superpmi.py 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 6c8c3968f289c0..49a455467a51b7 100644 --- a/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs +++ b/src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs @@ -101,7 +101,6 @@ private static void Main(string[] args) { file.Write("// Licensed to the .NET Foundation under one or more agreements.\n"); file.Write("// The .NET Foundation licenses this file to you under the MIT license.\n"); - file.Write("// See the LICENSE file in the project root for more information.\n\n"); file.Write("using System.Diagnostics;\n\n"); diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs index ec0061210ac7fc..bfe2ad30092cf6 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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.ComTypes { diff --git a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs index c3096b455aad0d..1e07dcc6dedb4b 100644 --- a/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs +++ b/src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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.ComTypes { diff --git a/src/coreclr/src/debug/di/amd64/FloatConversion.asm b/src/coreclr/src/debug/di/amd64/FloatConversion.asm index 5e7f2c2bde7599..f47419abf5dfba 100644 --- a/src/coreclr/src/debug/di/amd64/FloatConversion.asm +++ b/src/coreclr/src/debug/di/amd64/FloatConversion.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/floatconversion.asm b/src/coreclr/src/debug/di/arm/floatconversion.asm index 7cbc41fc7a1f10..90f8e756e9afb9 100644 --- a/src/coreclr/src/debug/di/arm/floatconversion.asm +++ b/src/coreclr/src/debug/di/arm/floatconversion.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/floatconversion.asm b/src/coreclr/src/debug/di/arm64/floatconversion.asm index e478fd10fd0f58..4c00b96803b2f0 100644 --- a/src/coreclr/src/debug/di/arm64/floatconversion.asm +++ b/src/coreclr/src/debug/di/arm64/floatconversion.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/amd64/dbghelpers.asm b/src/coreclr/src/debug/ee/amd64/dbghelpers.asm index 663793fdf17801..49f01283829da5 100644 --- a/src/coreclr/src/debug/ee/amd64/dbghelpers.asm +++ b/src/coreclr/src/debug/ee/amd64/dbghelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. include AsmMacros.inc 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 aa8894e92234c1..7264cd24432cfe 100644 --- a/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs +++ b/src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs @@ -804,7 +804,6 @@ void WriteCode() Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements."); Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license."); - Console.WriteLine("// See the LICENSE file in the project root for more information."); Console.WriteLine(); Console.WriteLine(); Console.WriteLine("// File machine generated. See gen_amd64InstrDecode/README.md"); diff --git a/src/coreclr/src/debug/ee/arm/dbghelpers.asm b/src/coreclr/src/debug/ee/arm/dbghelpers.asm index 2003ce6af03a18..0d1040859af44c 100644 --- a/src/coreclr/src/debug/ee/arm/dbghelpers.asm +++ b/src/coreclr/src/debug/ee/arm/dbghelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. #include "ksarm.h" #include "asmconstants.h" diff --git a/src/coreclr/src/debug/ee/arm64/dbghelpers.asm b/src/coreclr/src/debug/ee/arm64/dbghelpers.asm index 08fe801ceaea98..3ce1d8a207cb5c 100644 --- a/src/coreclr/src/debug/ee/arm64/dbghelpers.asm +++ b/src/coreclr/src/debug/ee/arm64/dbghelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. #include "ksarm64.h" #include "asmconstants.h" diff --git a/src/coreclr/src/debug/ee/functioninfo.cpp b/src/coreclr/src/debug/ee/functioninfo.cpp index 57424f62a6afab..bba30942271855 100644 --- a/src/coreclr/src/debug/ee/functioninfo.cpp +++ b/src/coreclr/src/debug/ee/functioninfo.cpp @@ -1,9 +1,7 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //***************************************************************************** - // // File: DebuggerModule.cpp // diff --git a/src/coreclr/src/debug/ee/i386/dbghelpers.asm b/src/coreclr/src/debug/ee/i386/dbghelpers.asm index 2d403bf7bf28b7..7825dee6ab7e9a 100644 --- a/src/coreclr/src/debug/ee/i386/dbghelpers.asm +++ b/src/coreclr/src/debug/ee/i386/dbghelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/dbgshim/dbgshim.ntdef b/src/coreclr/src/dlls/dbgshim/dbgshim.ntdef index 1376cbcfe83e64..2e254ab9d5fe8f 100644 --- a/src/coreclr/src/dlls/dbgshim/dbgshim.ntdef +++ b/src/coreclr/src/dlls/dbgshim/dbgshim.ntdef @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. EXPORTS CreateProcessForLaunch diff --git a/src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src b/src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src index 013b739e6aa59e..b1daf52e54f585 100644 --- a/src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src +++ b/src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. CreateProcessForLaunch ResumeProcess diff --git a/src/coreclr/src/dlls/mscordac/mscordac.src b/src/coreclr/src/dlls/mscordac/mscordac.src index fb4a25bb946476..d94a4d6103735e 100644 --- a/src/coreclr/src/dlls/mscordac/mscordac.src +++ b/src/coreclr/src/dlls/mscordac/mscordac.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. EXPORTS DacDbiInterfaceInstance diff --git a/src/coreclr/src/dlls/mscordac/mscordac_unixexports.src b/src/coreclr/src/dlls/mscordac/mscordac_unixexports.src index 1ab10f83f19b76..29c010b9e84909 100644 --- a/src/coreclr/src/dlls/mscordac/mscordac_unixexports.src +++ b/src/coreclr/src/dlls/mscordac/mscordac_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. DacDbiInterfaceInstance CLRDataCreateInstance diff --git a/src/coreclr/src/dlls/mscordbi/mscordbi.src b/src/coreclr/src/dlls/mscordbi/mscordbi.src index 5c69a1884b67d1..04f7c172b9bd35 100644 --- a/src/coreclr/src/dlls/mscordbi/mscordbi.src +++ b/src/coreclr/src/dlls/mscordbi/mscordbi.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. LIBRARY mscordbi diff --git a/src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src b/src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src index aeb92368a0a6a5..1ff9d997a445c1 100644 --- a/src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src +++ b/src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more 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-instantiation DllGetClassObjectInternal diff --git a/src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src b/src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src index a93a787e35c6cb..987f67bc36aff4 100644 --- a/src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src +++ b/src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. EXPORTS ; diff --git a/src/coreclr/src/ilasm/asmparse.y b/src/coreclr/src/ilasm/asmparse.y index b114c73d27d5fa..29179ffcec8ae3 100644 --- a/src/coreclr/src/ilasm/asmparse.y +++ b/src/coreclr/src/ilasm/asmparse.y @@ -2,7 +2,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // File asmparse.y diff --git a/src/coreclr/src/ilasm/extractGrammar.pl b/src/coreclr/src/ilasm/extractGrammar.pl index f4a8a451d6ead0..0c2019ef98b2ab 100644 --- a/src/coreclr/src/ilasm/extractGrammar.pl +++ b/src/coreclr/src/ilasm/extractGrammar.pl @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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 script that extracts the grammar from a yacc file diff --git a/src/coreclr/src/ilasm/prebuilt/asmparse.cpp b/src/coreclr/src/ilasm/prebuilt/asmparse.cpp index b0b287716e3792..bae2b0488be2ad 100644 --- a/src/coreclr/src/ilasm/prebuilt/asmparse.cpp +++ b/src/coreclr/src/ilasm/prebuilt/asmparse.cpp @@ -6,7 +6,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // File asmparse.y diff --git a/src/coreclr/src/inc/CrstTypeTool.cs b/src/coreclr/src/inc/CrstTypeTool.cs index 4a6bf3a2b42eb9..dcfa4b6fe2a895 100644 --- a/src/coreclr/src/inc/CrstTypeTool.cs +++ b/src/coreclr/src/inc/CrstTypeTool.cs @@ -132,7 +132,6 @@ void WriteHeaderFile(string fileName) writer.WriteLine("//"); writer.WriteLine("// Licensed to the .NET Foundation under one or more agreements."); writer.WriteLine("// The .NET Foundation licenses this file to you under the MIT license."); - writer.WriteLine("// See the LICENSE file in the project root for more information."); writer.WriteLine("//"); writer.WriteLine(); writer.WriteLine("#ifndef __CRST_TYPES_INCLUDED"); diff --git a/src/coreclr/src/inc/OpCodeGen.pl b/src/coreclr/src/inc/OpCodeGen.pl index 46155484f26ea8..952dd477ef681e 100644 --- a/src/coreclr/src/inc/OpCodeGen.pl +++ b/src/coreclr/src/inc/OpCodeGen.pl @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # OpCodeGen.pl # @@ -39,7 +38,6 @@ $license = "// Licensed to the .NET Foundation under one or more agreements.\n"; $license .= "// The .NET Foundation licenses this file to you under the MIT license.\n"; -$license .= "// See the LICENSE file in the project root for more information.\n\n"; $startHeaderComment = "/*============================================================\n**\n"; $endHeaderComment = "**\n** THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND!\n"; diff --git a/src/coreclr/src/inc/corinfoinstructionset.h b/src/coreclr/src/inc/corinfoinstructionset.h index 8e667bc29b07b1..26b3f74306dcdf 100644 --- a/src/coreclr/src/inc/corinfoinstructionset.h +++ b/src/coreclr/src/inc/corinfoinstructionset.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/inc/crsttypes.h b/src/coreclr/src/inc/crsttypes.h index 15ff9d8bfc550e..98c38c831f34e0 100644 --- a/src/coreclr/src/inc/crsttypes.h +++ b/src/coreclr/src/inc/crsttypes.h @@ -1,8 +1,5 @@ -// // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. -// #ifndef __CRST_TYPES_INCLUDED #define __CRST_TYPES_INCLUDED diff --git a/src/coreclr/src/inc/genheaders.cs b/src/coreclr/src/inc/genheaders.cs index 49f652e6ac400e..ddd36d24739996 100644 --- a/src/coreclr/src/inc/genheaders.cs +++ b/src/coreclr/src/inc/genheaders.cs @@ -157,7 +157,6 @@ private static void ValidationCallBack(object sender, ValidationEventArgs e) { private static void PrintLicenseHeader(StreamWriter SW) { SW.WriteLine("// Licensed to the .NET Foundation under one or more agreements."); SW.WriteLine("// The .NET Foundation licenses this file to you under the MIT license."); - SW.WriteLine("// See the LICENSE file in the project root for more information."); SW.WriteLine(); } diff --git a/src/coreclr/src/inc/genrops.pl b/src/coreclr/src/inc/genrops.pl index adb6f1b879268a..f90aee2817f3b6 100644 --- a/src/coreclr/src/inc/genrops.pl +++ b/src/coreclr/src/inc/genrops.pl @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # GENREFOPS.PL # diff --git a/src/coreclr/src/inc/readytoruninstructionset.h b/src/coreclr/src/inc/readytoruninstructionset.h index 77f1cd267672ed..85347d873a12a2 100644 --- a/src/coreclr/src/inc/readytoruninstructionset.h +++ b/src/coreclr/src/inc/readytoruninstructionset.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/jit/ClrJit.exports b/src/coreclr/src/jit/ClrJit.exports index 41a37dbcf94e3d..e62cb2fec670dc 100644 --- a/src/coreclr/src/jit/ClrJit.exports +++ b/src/coreclr/src/jit/ClrJit.exports @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. EXPORTS getJit diff --git a/src/coreclr/src/jit/armelnonjit/armelnonjit.def b/src/coreclr/src/jit/armelnonjit/armelnonjit.def index e229be40aaabcd..0afb54dca77de3 100644 --- a/src/coreclr/src/jit/armelnonjit/armelnonjit.def +++ b/src/coreclr/src/jit/armelnonjit/armelnonjit.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. EXPORTS getJit jitStartup diff --git a/src/coreclr/src/jit/hwintrinsiclistarm64.h b/src/coreclr/src/jit/hwintrinsiclistarm64.h index 7b9240b1d8d912..09154b51bd2aad 100644 --- a/src/coreclr/src/jit/hwintrinsiclistarm64.h +++ b/src/coreclr/src/jit/hwintrinsiclistarm64.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // 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/protojit/protojit.def b/src/coreclr/src/jit/protojit/protojit.def index e229be40aaabcd..0afb54dca77de3 100644 --- a/src/coreclr/src/jit/protojit/protojit.def +++ b/src/coreclr/src/jit/protojit/protojit.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. EXPORTS getJit jitStartup diff --git a/src/coreclr/src/jit/protononjit/protononjit.def b/src/coreclr/src/jit/protononjit/protononjit.def index e229be40aaabcd..0afb54dca77de3 100644 --- a/src/coreclr/src/jit/protononjit/protononjit.def +++ b/src/coreclr/src/jit/protononjit/protononjit.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. EXPORTS getJit jitStartup diff --git a/src/coreclr/src/jit/static/clrjit.def b/src/coreclr/src/jit/static/clrjit.def index e229be40aaabcd..0afb54dca77de3 100644 --- a/src/coreclr/src/jit/static/clrjit.def +++ b/src/coreclr/src/jit/static/clrjit.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. EXPORTS getJit jitStartup diff --git a/src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat b/src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat index 7e5d6e892400e0..939404f75a5b96 100644 --- a/src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat +++ b/src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat @@ -1,7 +1,6 @@ @if "%_echo%"=="" echo off REM Licensed to the .NET Foundation under one or more agreements. REM The .NET Foundation licenses this file to you under the MIT license. -REM See the LICENSE file in the project root for more information. setlocal csc ..\..\..\inc\genheaders.cs diff --git a/src/coreclr/src/pal/src/build_tools/mdtool_dummy b/src/coreclr/src/pal/src/build_tools/mdtool_dummy index 1005a3496f24fe..1b88ee66c38663 100644 --- a/src/coreclr/src/pal/src/build_tools/mdtool_dummy +++ b/src/coreclr/src/pal/src/build_tools/mdtool_dummy @@ -2,6 +2,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. echo mdtool_dummy : not generating any dependencies diff --git a/src/coreclr/src/pal/src/build_tools/mdtool_gcc.in b/src/coreclr/src/pal/src/build_tools/mdtool_gcc.in index 233b58aa74ce79..072a5736942724 100644 --- a/src/coreclr/src/pal/src/build_tools/mdtool_gcc.in +++ b/src/coreclr/src/pal/src/build_tools/mdtool_gcc.in @@ -2,7 +2,6 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # mdtool_gcc # diff --git a/src/coreclr/src/pal/src/cruntime/printf.cpp b/src/coreclr/src/pal/src/cruntime/printf.cpp index f0d5b1c1b64afc..5144984c1b8963 100644 --- a/src/coreclr/src/pal/src/cruntime/printf.cpp +++ b/src/coreclr/src/pal/src/cruntime/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/locale/unicodedata.cs b/src/coreclr/src/pal/src/locale/unicodedata.cs index f9c12513a4b1c0..aafc67fc204fd6 100644 --- a/src/coreclr/src/pal/src/locale/unicodedata.cs +++ b/src/coreclr/src/pal/src/locale/unicodedata.cs @@ -13,7 +13,6 @@ static void Main(string[] args) { Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements."); Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license."); - Console.WriteLine("// See the LICENSE file in the project root for more information."); Console.WriteLine(); Console.WriteLine("#include \"pal/unicodedata.h\""); diff --git a/src/coreclr/src/pal/tests/palsuite/README.txt b/src/coreclr/src/pal/tests/palsuite/README.txt index eb180b328f158c..b9a2441474b204 100644 --- a/src/coreclr/src/pal/tests/palsuite/README.txt +++ b/src/coreclr/src/pal/tests/palsuite/README.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. =========================================================================== diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/testinfo.dat index e6668edccf8fa4..7bf152d2cc7be4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/testinfo.dat index e21562195e1f1a..30ef924f1e90f9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/testinfo.dat index 89e48bb4c17ccf..c2bbdb6b42af0e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/testinfo.dat index cec0f8ae4ac9eb..3dd6f68f2f3a9f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/testinfo.dat index b0767431e52659..aeadb89d6f2bb4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/testinfo.dat index d527418108975c..b32ac0e38f2a51 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat index e9e192849a6e5d..1dca549cc93e4f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/testinfo.dat index d5de17e2195276..7762c56edb3c93 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/testinfo.dat index 22b0edbd748a36..362f6426576dc0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/testinfo.dat index 91f0e62e09dace..99b24cf89d5a69 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/testinfo.dat index ce2aa29aa5496a..b8ac7b283b66e8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/testinfo.dat index 3f3883fa317356..179f66828326b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat index b855222af95c14..aea76f11eca034 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/testinfo.dat index d0978184fc5dcb..bf2e6c42ffa49e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/testinfo.dat index 8d3a6ced1eea41..7f033b4ca24322 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/testinfo.dat index 2c6af1b5cfe238..c1a8b91e1ee177 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/testinfo.dat index af1a01c2fc53da..04ca0daad7e95a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/testinfo.dat index 9c87473f8eb92d..4232c58bbdf398 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/testinfo.dat index 915f46766259f4..e56d80e958001e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/testinfo.dat index 255c534cdfd96d..dd7e48e96b2da7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/testinfo.dat index 25ed554ea3db66..5bef07c257d635 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/testinfo.dat index 3144f1290ecff6..c65a26c7081231 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/testinfo.dat index ed91cecc46bd6b..99db86d551dbb6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/testinfo.dat index fd5f53017cd49e..9ec9a9f53d91ba 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/testinfo.dat index 23cf42335428d2..d9d2d7dd4ebd3a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/testinfo.dat index 537e6d1db2324a..458ef784771d59 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/testinfo.dat index 4e98eccac294f0..a40e69e531051c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/testinfo.dat index 5e41e20d448b32..2782f03bb863b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/testinfo.dat index 06ae3a632e60c7..e93e01f2b11c42 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/testinfo.dat index 7064c01771bf89..ea56b0bb8f031c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/testinfo.dat index cce2dc67e749bd..1ec448495ffccb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/testinfo.dat index cc8de0eae5969b..cc56fe26478f5f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/testinfo.dat index f53f784991b7e8..617c9b2d3e5bd5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/testinfo.dat index 06e31e85d615d5..0c520ade03e53e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/testinfo.dat index 647c9d80fd39b5..38fa9371fe5959 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/testinfo.dat index 524834e53e7e94..8c9e8cff321b0d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/testinfo.dat index 7c51443a3d0353..beb708ae943cec 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/testinfo.dat index 96d7914ce0a016..5c5d41c9beb205 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/testinfo.dat index 887bbf76c8304f..c84916bba073a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/testinfo.dat index 3bda85e3354ff9..eb4cbfbda2ba4c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/testinfo.dat index d808a3b8f4a768..b2d41d2d1d4387 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/testinfo.dat index 2e5800ec31bbd2..6e0760f01c1675 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/testinfo.dat index 25bd5099c97f09..1ac436cb395e5e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/testinfo.dat index 95d90e82e7d5ee..654c853070ae32 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/testinfo.dat index b81c847c69a3d3..8a0b2e720cdb4c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/testinfo.dat index d64366702a58f0..fa7eef03965cb6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/testinfo.dat index dfc2cd5f431338..eaa0af13cd6559 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/testinfo.dat index 95269cdd3968c0..a18b094dc559fa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/testinfo.dat index 88f19816097be9..f63b59e2929a10 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/testinfo.dat index 5ed59e61ac50ae..3d707741633c1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/testinfo.dat index 2b35f2d0d346fe..4b175bd46b8369 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/testinfo.dat index d8db7f833576c3..aeb753f2dbfa09 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/testinfo.dat index fa5bd300088439..e145f4b113e756 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/testinfo.dat index d76a421ea32013..ed8ba1174378f1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/testinfo.dat index b2a038df62435b..d5f7922809baf5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/testinfo.dat index 89d4e0f57b4761..e3f3fdc903fa57 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/testinfo.dat index 86744c04df11b6..716886c7e2dadb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/testinfo.dat index f96bf084f23518..8afb6aa8bd07e4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/testinfo.dat index a3d8eca54ee4e3..af151c49530ebe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/testinfo.dat index 17e9f049469f4d..d1c5c14be03a47 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/testinfo.dat index 82f58e43711934..0fd1c9c1d014c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/testinfo.dat index d308edf8718942..1e72c5117850d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/testinfo.dat index 8d11b1d6ff8bae..abcbead26d2eb0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/testinfo.dat index 913912508e7804..6e2e53c902df3c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/testinfo.dat index fc2f13071b90db..5738e44f8f20e2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/testinfo.dat index aeb924495c3ea5..34d783aaf93563 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/testinfo.dat index 57aaed5953f308..cd04495f958eba 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/testinfo.dat index cda89668655883..73c4a9d0e3eced 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/testinfo.dat index 6e8f03e63929f4..6e79fd7692d139 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/testinfo.dat index 638cef69ef21e8..7acd05dcfdf45b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/testinfo.dat index 03ff2931bca1ff..8e63da1a8d217a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/testinfo.dat index e375f9238d266d..9611f432d3e7a8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/testinfo.dat index 09eb481b599b39..2eea64b74ac284 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/testinfo.dat index 1bdf41198311db..691c02d3b1283a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/testinfo.dat index bdaae87ce811db..03141bca19db31 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/testinfo.dat index 450c5b9034e202..a96b906db649e3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/testinfo.dat index 59af082f49b581..100bc35dcc25fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/testinfo.dat index 10c0014fca0e90..15c728006029ce 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/testinfo.dat index de089895b9a734..581702733687ef 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/testinfo.dat index 94479d527c474c..3c689872d099b0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/testinfo.dat index 0d46d976499580..bc7c6aecee7956 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/testinfo.dat index 7737f49a35c94f..b5f6a0e4010110 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/testinfo.dat index 9aec1c008a2a66..17bbd3f6962938 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/testinfo.dat index 1487b7a17e5d74..e8ca626f79340f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/testinfo.dat index 54c4e87c89a91b..be1034930430d3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/testinfo.dat index 2913e304062be4..ef3e466d6c1e79 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/testinfo.dat index 5b9b6292dc6b7b..9d30e1c586de08 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/testinfo.dat index 62160695e6d98a..22e9b85ee0ea04 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/testinfo.dat index 9fbfcba5cf5236..991a73ce90a2c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/testinfo.dat index 1b411d79822b83..c93821024e6612 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/testinfo.dat index 8f2ccf0b5826b2..3b36ecec6a606d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/testinfo.dat index 905740c1bb3d87..c09cdac6277bef 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/testinfo.dat index 974efdb4cf5182..a166a92cc7f012 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/testinfo.dat index 9351a156e0edae..0fbf1a06c17a72 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/testinfo.dat index 5d691d84d98b20..3579b4d4a0584c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/testinfo.dat index df49cc1a9acd4a..9f3f97a570f640 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/testinfo.dat index 6514137c2f1a18..2ca737be79b4f7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/testinfo.dat index 3ed2e3bbedbccf..ab79c00e6d8322 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/testinfo.dat index 3dd23e7946558f..cc8ca9137594c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/testinfo.dat index de41d77317198f..9413f99556d8b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/testinfo.dat index 6be33cb2be6c76..dc3574984454c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/testinfo.dat index 832f1024161c21..4201a2e168da22 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/testinfo.dat index 0c50efb759a68c..33d6252de83a5d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/testinfo.dat index 4a1f21d4b9022c..5d2801d5d1f954 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/testinfo.dat index 98e2af21d4b9b9..1719a0c5505607 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/testinfo.dat index 4b43982fca5f4f..877437d8f390bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/testinfo.dat index 41cead33bbd6c9..de8fedaed3cc1b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/testinfo.dat index 32d69ee47422b0..e20077a9a89e64 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/testinfo.dat index 07d78ad1060121..c6968845412de1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/testinfo.dat index fba9f95a21347f..54b0ac574daf03 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/testinfo.dat index ca2dd42150e784..2e6622d7a5513e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/testinfo.dat index c5e9530d926fc3..87118690707078 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/testinfo.dat index 023796b1449ec1..0e56de6faffef3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/testinfo.dat index 8a181b8a94a6c0..e823c2d55a8f2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat index 78fb09118e1313..45241063cc88f4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/testinfo.dat index bd9a9d9b939566..225a3c7b4fca92 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/testinfo.dat index 0d184272a24364..4924a2a15d937a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/testinfo.dat index 55e1db7c0c6ff3..32a68acb851b98 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/testinfo.dat index 842c0d9ecf7d56..4f8217652a3baa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/testinfo.dat index 7f37affb9c7d00..d108278e93b28f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/testinfo.dat index 36a1a4499ff4e6..161812238f14bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/testinfo.dat index 3eb7369ac2ba8d..eaae5e0add98e0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/testinfo.dat index faa9dc1be609ec..4d149e26a4feff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/testinfo.dat index ddb926ae1702b4..03981d2f153501 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/testinfo.dat index e42cf2659f2a0e..73264ba8478cfc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/testinfo.dat index 84e80a9cb7d9a4..e3a13421a13c58 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/testinfo.dat index 095b8b216ae061..c10be6890b1f69 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/testinfo.dat index 9e57b7f8ab21d6..39a176459fd7b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/testinfo.dat index a0265add2f3b40..f6596c47bacff4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/testinfo.dat index 131512289f1174..1308e92e3a4597 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/testinfo.dat index 814ed98698ee52..a953630cda9f70 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/testinfo.dat index 3291dbc60aad60..21bcff79efc353 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/testinfo.dat index 90c232866fa891..1b79738d96ab87 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/testinfo.dat index 3d9583bf966fd7..8ee95bdcb9d2be 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/testinfo.dat index 6887f27c36d269..c913ec6946449e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/testinfo.dat index 65fc192cd94c15..9014536f5017ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/testinfo.dat index c35928501e3cdf..9ed119e12975be 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/testinfo.dat index d5b2321edd3e63..41ba9d82fbad4d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/testinfo.dat index a927f1e3df8b60..e58a7b95df1b1c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/testinfo.dat index 0904c4fa9d23f8..8854bfb0eeb24b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/testinfo.dat index 192b8d2f6bc119..d487fec741520b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testinfo.dat index 32e55a3b0d4db8..eba507af4ab75f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat index d724a4c4e783e9..c230d30096357d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/testinfo.dat index 1cff5a94a1a2d1..1bde5c32bac631 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/testinfo.dat index 70ea6690caca1f..f319b9445a8237 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/testinfo.dat index d282dbaa65b00b..8687e6aedcf22a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/testinfo.dat index e10cf899688c6d..f4549d91733625 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/testinfo.dat index 90543ea7afadd9..250ad8a284261d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/testinfo.dat index 006540141aaa97..b64c1789f4ebae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/testinfo.dat index 22bf0e70a14888..daa452056d5563 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/testinfo.dat index 8ca9fb733012a9..d62caa5bc54578 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/testinfo.dat index 0a81fd80e08f0a..ff196cad90ad6b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/testinfo.dat index 11c79789254eae..6c9ac05fe63c41 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/testinfo.dat index d9908549ea1884..efff7c8005ca96 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/testinfo.dat index 4c1a0095f87290..0201327fb16338 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/testinfo.dat index c458c1196a14ac..3b9864641b35d4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/testinfo.dat index a1ecaf959b544d..ba3a6c59518f79 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/testinfo.dat index 8f8f5d950b338c..5528ec39b500db 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/testinfo.dat index 5edd94416d6d0b..c28ce15b975014 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/testinfo.dat index e4bc99c910567b..642695288ed3fb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/testinfo.dat index be3bf4b78a11fc..e5049fea0506c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/testinfo.dat index 7afffeaf75b8f5..f7704dd567384c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/testinfo.dat index 8275f0f7cee516..8a7084e1b04e38 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/testinfo.dat index 4b44cfc3133d8d..80f855c0587263 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/testinfo.dat index ae983ec78a990d..49c0c469fda34a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/testinfo.dat index f0a843f480d4b2..0628542f3e3e70 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/testinfo.dat index fedabca3c6c50d..af6d4f56bd464c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/testinfo.dat index ef93c7c05dcb28..1bbed723c36697 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/testinfo.dat index 420703c668541d..014c9c60d00be4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/testinfo.dat index 129febec27edd9..a1bd6109c49ed0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/testinfo.dat index 25025b920af09f..d30e57dfa2e3cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/testinfo.dat index d4c7dbff436b53..eac39643ac948c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/testinfo.dat index 88a1b03a7fb102..9fa452afa34bfe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/testinfo.dat index 5f373ac2307542..cbea3031975473 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/testinfo.dat index b4d0e81777e741..ac3e1e9dafd776 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/testinfo.dat index a8a071ca211981..cbad94d74a8661 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/testinfo.dat index fc12718063e353..aef742a3dcb77e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/testinfo.dat index 26092607868b78..e18af7dd2ad7fe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/testinfo.dat index e502af70b2614f..6a8ae9653a82d5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/testinfo.dat index bdef09c60fe5bd..199eb4684af68e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/testinfo.dat index 0e2abbdc305ae1..923eaf11afd93b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testinfo.dat index 0f8b86061689fe..79351d10fc3af2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testinfo.dat index a73c0ecf9e496b..06205cef6692d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testinfo.dat index 95bc30ebcf76c0..9662aeb5b6e6c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/testinfo.dat index 5bf400ce27542b..a220635ee5cb01 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/testinfo.dat index 788f8d4beabbc4..32e862db75e1b5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testinfo.dat index c17ec9ad993358..e4f2333213c826 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = c_runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/testinfo.dat index 3bef5c63841351..0e86460b2c02fe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/testinfo.dat index 17902cb7fcabce..43032b16964ff1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/testinfo.dat index beda0cc3ab1c4d..e8a4ac8918871e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/testinfo.dat index 3d0bf4c8f84c99..b33156ad2ecc92 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/testinfo.dat index c3222e7c9ee85b..b8e7eaca0c3e57 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/testinfo.dat index a723f76083e99c..fc9947b4cee65c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/testinfo.dat index 246072f797f58b..d9370d186b78f7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/testinfo.dat index 9e5faf9baf21f4..7b9b7cf577564d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/testinfo.dat index fe637d744ce5ae..6d12af33a77689 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/testinfo.dat index 23f621733bacab..839f5edcae34e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/testinfo.dat index 24aa8778c3dbd9..4161de7f43a68b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/testinfo.dat index 1933682f245a31..22e41fd9e3e695 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/testinfo.dat index fa8a0bcf75a522..12d078a5c70ef6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/testinfo.dat index 92140c29bb0f82..75caf169182a81 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/testinfo.dat index 152f56334b6403..1136506c4f7995 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/testinfo.dat index cc968bdf7f94a3..30b4cae7da930b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/testinfo.dat index 46cb35cf4b8886..23ae9df7985197 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/testinfo.dat index c8ce33acb904c0..e5bc8f086eaf85 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/testinfo.dat index 5c2ec25ab5c341..266f1176ace2be 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/testinfo.dat index 75ad9ed05d39f6..c14a988fd4a2bf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/testinfo.dat index b9cbf71986d074..9d0485bd8b0598 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/testinfo.dat index 90a4ac5affdb41..1151f19590a705 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/testinfo.dat index 6e12fc43856220..ccec02c70cdb66 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/testinfo.dat index 05549dbd2f25cd..4d224a437db8ad 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/testinfo.dat index 8337bba44d27b4..a34d80a551d650 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/testinfo.dat index ba8f07a722d140..78d8cd2ee4234b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/testinfo.dat index 7d508366e83d1b..3c1ea87c2cd862 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/testinfo.dat index eb237391646813..66e1e117e0023d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/testinfo.dat index 49a6fb761d8afb..72caf94d43c50f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/testinfo.dat index c9b9ec07ea138a..15e53e3981429c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/testinfo.dat index e115278edb62f7..ebd114d38f0653 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/testinfo.dat index fe9926e8c82ba9..2ac42ae0f7cb10 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/testinfo.dat index fb2648a52610d8..7cd4c66bb58f3a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/testinfo.dat index 345c9d5661ebc6..c9bf834b0d9156 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/testinfo.dat index c425967b970514..e99abf3a5e55c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/testinfo.dat index 0368052b912aa4..d401868b2dea2d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/testinfo.dat index 22131e40acbb32..14c4ac8c95e7cd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/testinfo.dat index fd031f0768d1af..983902fde35d8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/testinfo.dat index b1b76377bf186a..9d3b744cb3b0fe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/testinfo.dat index 6b984f6ebaf2dc..67493229879901 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/testinfo.dat index 887bace692e1d8..1068593a04f489 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/testinfo.dat index 175ee3ab092d14..591853bc1dd879 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/testinfo.dat index ef6268e079e544..14c34b08a0efce 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/testinfo.dat index 7627c825c7c976..ebda8b49d0e229 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/testinfo.dat index aadfee6c11930e..52236efce0d30a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/testinfo.dat index 9060bc6284dfaf..d815414e38c7af 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/testinfo.dat index 1212a8f8f9e900..c4fad6844f2ac3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/testinfo.dat index fc2a8e95dce986..d5e074c6ae7c96 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/testinfo.dat index 2de36b2dd6c051..852ea669788e78 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/testinfo.dat index 157da6cf87be68..f4ea0f1ee23d10 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat index d8d4c0ead97591..777c1aacf3111f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/testinfo.dat index cab02fb4b79c10..647bcd87f92d71 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/testinfo.dat index 203b553e2086a7..ad8b36486fca31 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/testinfo.dat index 392491e3bec0c5..26429e91f486c0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/testinfo.dat index cf106d90ed3bd8..0dae5d52460681 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/testinfo.dat index 778c04202557e5..2194e10846545f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/testinfo.dat index fe8bee680e439d..dedc3cff90e109 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/testinfo.dat index 7667a0f461b3f1..994c781b0566ca 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/testinfo.dat index a88e0d8fcb4bee..aeb1aba1d1b9da 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/testinfo.dat index a6e317f9057b08..100e1bf35febb3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/testinfo.dat index e814040b37a624..eb8dd5351f0e4a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/testinfo.dat index 5cb22c1fcca8e3..d13bbd2ec6858e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/testinfo.dat index bdfa2cc3b5ebb2..2c917d7b30b17f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/testinfo.dat index afb9a21b3ba4ab..c7e2f771b3f8ac 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/testinfo.dat index a8545d9542aa2d..203125deed7fe4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/testinfo.dat index bd5c90b0c3f057..f8af9313962d40 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/testinfo.dat index 6ad18f75918321..bf57331b4a406f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/testinfo.dat index 3ff71c74964f06..b1813b134f3b1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/testinfo.dat index 295c172f09fa15..db5f9770184e21 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/testinfo.dat index 0c55e0ed39bedc..2aef0fe76668e7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/testinfo.dat index a7c7400f587f03..a0eec366238162 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/testinfo.dat index fd8a98529105d7..a39fbd8cff51c0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/testinfo.dat index 6d2b1cf84e9f57..62dfef223a74b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/testinfo.dat index 6367235aa52bf1..70d98766882315 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/testinfo.dat index 3208cb44a550ef..4737eb08553d7d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/testinfo.dat index 7e3b4b87c3e60a..d15798b1a92ee4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/testinfo.dat index 35f5f060762287..8946ab67a5b6fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/testinfo.dat index cf1b42dbf06b3b..272e23f038f768 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat index 5d2a32224e8e22..710109597425fc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/testinfo.dat index ce98062b657898..d39477b81d815d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/testinfo.dat index 728fafabae12c2..3fe3745eacfdf5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/testinfo.dat index 57eae6bfd12421..8ec3977815bd99 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/testinfo.dat index 08ff6026cb59e5..2d70efaab92875 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/testinfo.dat index f7aee402018db7..a8f09d8fc28b19 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/testinfo.dat index cfb27f54276a2f..1af96771ef9141 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat index 255c534cdfd96d..dd7e48e96b2da7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat index 25ed554ea3db66..5bef07c257d635 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat index 3144f1290ecff6..c65a26c7081231 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat index ed91cecc46bd6b..99db86d551dbb6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat index fd5f53017cd49e..9ec9a9f53d91ba 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat index 23cf42335428d2..d9d2d7dd4ebd3a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat index 537e6d1db2324a..458ef784771d59 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat index 4e98eccac294f0..a40e69e531051c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat index 5e41e20d448b32..2782f03bb863b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat index 06ae3a632e60c7..e93e01f2b11c42 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat index 7064c01771bf89..ea56b0bb8f031c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat index cce2dc67e749bd..1ec448495ffccb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat index cc8de0eae5969b..cc56fe26478f5f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat index f53f784991b7e8..617c9b2d3e5bd5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat index c5b93fc78c4907..8a8a3f4c986392 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat index 647c9d80fd39b5..38fa9371fe5959 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat index 524834e53e7e94..8c9e8cff321b0d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat index 7c51443a3d0353..beb708ae943cec 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/testinfo.dat index 804fef088c6a24..65001382b9aaca 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/testinfo.dat index 00d8ab2e4363b3..1bda2dabe57ce8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat index 76f592769fa474..03ccc14eb2007a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat index e048e700a0224e..ef47b2b5ab7ce7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat index 5a906ddf510a14..6dadb849e37ae2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat index 569be983c0a2cf..816f51ee6713ac 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat index 651577befdd749..1e62e1a5c70340 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat index 8e7338fd4654bc..cf144fe4627211 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat index d713a73d81d870..1e7ac43310c7a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat index 669611945d13fd..6cc77ce7051118 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat index 8ce4e93e1a1bc2..555e5e31843057 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat index 85fed244f999c0..d3442af413680d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat index 523d31e82e9893..0125372264cb9e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat index 2065f2bea24349..24436214cd329e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat index cb687c15cda848..54577ae93e3dfa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat index 9e518dddf228ad..7e33d024408e0b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat index 8d6c182c90d176..e2b55a7fd7a1bc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat index 0287a495d2d784..d68933dd5408e6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat index 95f6c74ee23d67..371cd5e31288a1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section =C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/testinfo.dat index 6d67ffa180cda2..145816d7cb7010 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/testinfo.dat index 4985c47541b9c3..8c5f6a1214b881 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/testinfo.dat index 174cb4be85642f..ed6838e4205071 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/testinfo.dat index 700b12492679f5..2327a8ca83e963 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/testinfo.dat index a302eb1fb7750e..54fbb7f34906ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/testinfo.dat index ac5c3aec0f8668..b55bc8e8a5b8dc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/testinfo.dat index 4aaedbf404a462..da8476d664964c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/testinfo.dat index 8e95311f364e96..0aabf93e4f811d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/testinfo.dat index c402adb1c17c2c..eeb07877308586 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat index d4fb9587bf5deb..291f23458d18e2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/testinfo.dat index 45b27aecf90245..8c35087963b13f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/testinfo.dat index b56bd1574ec03f..a5c17886711102 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/testinfo.dat index cf13170af54140..45bdf71da1fab9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/testinfo.dat index 2c98d2eaf6b9d0..a5141e07a3479d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/testinfo.dat index a50c07b8b549d9..892df776dfc7e7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/testinfo.dat index f3773514c2d0a0..78c82d75a07f28 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/testinfo.dat index c7fc2c0c4da67d..df7165719dbd48 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat index f43d462daff5c3..e80446528413e4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat index e860bb26e7c719..7f8ec90c67b552 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat index 430a777e7a0b88..54b90d78845c99 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat index d53582644f204b..91439b8928c185 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat index 1ce172414c5116..d22b3a6175e30b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat index 7f3451820b7a4c..9b069ec899430e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat index a6044e7bcc4e82..3f917fc4054a7a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat index d2f9a125c40079..0047513d65ed11 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat index f26029c659cfb6..ba8b0542bec812 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat index 6a8ca702ff177d..5aa2c3436f7b3c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat index cbd572a35ca045..83c17566a57c8c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat index d93fa7b4006ac7..cf9413bb2bde4a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat index 923a8f0efd16e7..d8b74f0a083430 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat index dc481d32f15e27..68d4d11fb2d4b0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat index 4224d19519686f..4b30cd1c61a5be 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat index 7facc90b58fc1f..ab8f20d1628e11 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat index d5858b2cfe8cc1..1626ffd8959188 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat index 7ef9eed134ca50..2c3207e0f33ccb 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/testinfo.dat index b6366a73d03d95..607f2641d620d5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/testinfo.dat index 2f8890db202368..45ed1aea593b06 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/testinfo.dat index 5bbc2e433b8f6f..03ac4b1eab3376 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/testinfo.dat index 06bf26af9bd0a2..a5ce40ced2cbc1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/testinfo.dat index a3c01c5d76791a..92c9888305f993 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/testinfo.dat index 184a3e7fb819f3..0a95899ad8b83f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/testinfo.dat index ab20463ecdec07..b022abba568476 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/testinfo.dat index 0cfa37d63b6269..186db5ba433b18 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/testinfo.dat index f0489dfa41d79e..6b393940febb3a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/testinfo.dat index 88768ca465f0ff..188db3736802ea 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/testinfo.dat index 998cba8b6b9baf..c84dda67d8d357 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/testinfo.dat index e6102872d7ba0a..84639a1c25c3cc 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/testinfo.dat index 9991286402df2a..ffe131d178895b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/testinfo.dat index ca7870e9621736..d4969b1ba08119 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/testinfo.dat index 43ff8108df1d9e..fa3d1fc1145e7f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/testinfo.dat index 0edefb07566f70..2363091e712cf7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/testinfo.dat index 955b62b12f02fd..9e3006447a5a64 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/testinfo.dat index 05d6cfeb74a03f..61ce69e24f3dcd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/testinfo.dat index aa33232adc518d..d0b661feb425b5 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/testinfo.dat index 1b2bc91b2ba49c..4bd3bfcd842802 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/testinfo.dat index 6c7594fc5a4e32..0aff99938749dd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/testinfo.dat index 40134c76236845..664cbde0110299 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/testinfo.dat index 90f1c729cdfa38..2abccb3499503c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/testinfo.dat index bde7affa4e91dd..285f8555e7c5ce 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/testinfo.dat index 2df179a8b69585..f6ea60afb68708 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/testinfo.dat index 40b6fadd5adbb7..b5977214b29bf0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/testinfo.dat index 8359de8e3d63c2..fec5d5471f9cbd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/testinfo.dat index 034610a7dc93da..4e310b6f0b53fa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/testinfo.dat index 4050bd610ee659..56a486fc9888b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/testinfo.dat index 640af62affdb31..1e0579e381cd0f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/testinfo.dat index 26c7db0523e961..337b3eed7ba7fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/testinfo.dat index fa363193114d5c..21a6782a11a327 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/testinfo.dat index f51f72c12209da..eeb64d431ec5ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/testinfo.dat index f91d9f429caefd..bcfa56f113c028 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/testinfo.dat index 623846465fcf61..6f4159a01187ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/testinfo.dat index 44ddab30bcee28..41c470542d4045 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/testinfo.dat index 729c2796084d02..b8bccc7b2cac75 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/testinfo.dat index 6d2f2315667df1..7fbe6596a7f11c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/testinfo.dat index b5aa1e2f07b7f6..721c7c9e48cecf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/testinfo.dat index d08928a8b66a43..7413dcc4f0ef69 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/testinfo.dat index 73feaa0202f9e3..bd5d1e00a5d5df 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/testinfo.dat index cb1337dfd7f266..3a6f60d2a3f324 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/testinfo.dat index c861344845c183..0bfd81343a5542 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/testinfo.dat index e96723378d6223..05bfce9c1932db 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/testinfo.dat index 48621773cc16e2..af803d0ef2eaaa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/testinfo.dat index ac5de863415a2c..36105e5acdd958 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/testinfo.dat index 449402430076a9..e6a506774d7804 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/testinfo.dat index c504c70e886e4d..19b15fb392756d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/testinfo.dat index 558ce37c8bcf09..0b2af43a4ffa74 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/testinfo.dat index 33822958dd11d9..e962e317630476 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/testinfo.dat index d2633fca432852..6d8fd63fdb61c6 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/testinfo.dat index c1e00520a78f45..bd474baf7d2737 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/testinfo.dat index 8b17d2f71a0baa..f70e7de261f936 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/testinfo.dat index 9f40fb03a0c39a..75c5bf43e34e99 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/testinfo.dat index b41f8c63e06e6a..81e9efbf1fbf32 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/testinfo.dat index 03c3afa693afa6..cbd8547ae944ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/testinfo.dat index 32c1d70d9ec533..6abd0066b556b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/testinfo.dat index c3b385e8f1ebd7..c5776a92eb44cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/testinfo.dat index 74c4ce932ec435..30c18365d8ec7d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/testinfo.dat index 01ff864208981d..b1c3e8cf4974cf 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/testinfo.dat index ce450183f616c1..f762bc6e9cbb36 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/testinfo.dat index 254e31e5f87f24..399518e6ffd9b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/testinfo.dat index 73f287b9fefe72..0bb7038786f602 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/testinfo.dat index c4c77b9d1153bf..38b887dd1c2491 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/testinfo.dat index 996364f366a7f9..a8986b564e3626 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/testinfo.dat index 1a1f4ef21748b2..51c02697aa02fe 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/testinfo.dat index d44167e255fe89..a43d38bc04fe9d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/testinfo.dat index 781fb9cae89cc0..4415fa60459e87 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/testinfo.dat index 7b28a91e65d6f3..9fd558e0da2c00 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat index a0934096cc7512..81232f2e7dc5b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/testinfo.dat index c3b8ebd29293c1..01063b6a8f70d0 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/testinfo.dat index d29634e3ed0593..28828b2f4943b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/testinfo.dat index 0dcd3c869eafd2..26d759bed51d6f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/testinfo.dat index 43299968c36a81..fb05cb1966c9d1 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/testinfo.dat index 1e7bc7615e4c4d..262786d91a0d99 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/testinfo.dat index 7958c1ad977986..eeb5836831a17e 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/testinfo.dat index afeb7da95307d8..ecb6acb657a293 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/testinfo.dat index 7331c20375eff9..63581f71eaff25 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/testinfo.dat index d76c5bf1a8417e..0afdeaa8328371 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/testinfo.dat index facf60d6aa1454..239796200ad375 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/testinfo.dat index 05f84f4999e55f..37cecfa8dadf53 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/testinfo.dat index 3bc0057c968f7c..922474c8368d0c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/testinfo.dat index 6161190d4cecc0..ca72ebc538b376 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/testinfo.dat index 81fbce5e4dc016..994dead97da474 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/testinfo.dat index 13585cc94e88a3..d7182fedf7a6b7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/testinfo.dat index d42e9a1801fcd4..e23f936c182d56 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/testinfo.dat index f7c6756e301697..a4a46b7329e3a2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/testinfo.dat index e9615f906a4c8a..8194ceee56c0d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/testinfo.dat index 24ff03b11a9fc2..0f1e42efff0e19 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/testinfo.dat index 6dc45f4c7839ed..2c2f716d0e9caa 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/testinfo.dat index 815e57ddf59f6f..a99a9d150e8011 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/testinfo.dat index b5165999a604b4..b022db560eedd7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/testinfo.dat index ccc08cd7ba895b..37ad02278b3213 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/testinfo.dat index d6d7c3e8bd0698..f10b42f6fbf97c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/testinfo.dat index 8fb9dc80600aa4..31fbe7cb21b573 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/testinfo.dat index 435f9703cd1510..f0a23f0f146f0d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/testinfo.dat index f4ad2e954e783b..2b7032408c296f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/testinfo.dat index ed0a474f7ef1d6..71011f070f0302 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/testinfo.dat index 4c5114bd27d50c..0293f2dc0a480a 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/testinfo.dat index 3c2bcdf3e5e744..a05265d7967b5b 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/testinfo.dat index 878c446251dd64..8f5cff0e9d6742 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/testinfo.dat index 40a166d61556b4..59e4d32dd31358 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/testinfo.dat index 0fe696fbe7ce2f..9d5c60a03521a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/testinfo.dat index ef9c58ecc9c631..b989c14556915f 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/testinfo.dat index cfdef4819d40b5..baefcff664d79d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/testinfo.dat index 1f8b508748a7ad..4ff561aee846c2 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat index b8b0ddb3f7249a..7bb0faaae94d7c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/testinfo.dat index 7044197b77ce35..281570d87e78b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/testinfo.dat index 984df9a3f35ff8..8ed25b99e0031c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/testinfo.dat index e42fd8c9ebfc2a..3d3d5d1f90b40c 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/testinfo.dat index 19da0b5a4283a8..91eb1c62dd5d53 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/testinfo.dat index bf41e97075fb91..1aa32d0b01e4d7 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/testinfo.dat index cc00844c6ab216..f28611680755ca 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/testinfo.dat index af4fb7e55dd257..1912c4332fba30 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/testinfo.dat index b7e301f4232227..699cc4090a3e65 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/testinfo.dat index f7f6302d7939fc..c4671d63a09a87 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/testinfo.dat index 301178be3a5598..2ae5a8b03f2f91 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/testinfo.dat index bf7b2b6fe0ae16..8f69b2ae9475b4 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/testinfo.dat index 40e18d540d6157..255a584c901637 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/testinfo.dat index 02946361b0f011..5f807eee705e4d 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/testinfo.dat index 7808c069ddfe83..7bbfe64e6cdaea 100644 --- a/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/testinfo.dat index 25c480eccb168a..65215093cd0a8f 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/testinfo.dat index d49e9048d14fda..e4d37931ec9c47 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/testinfo.dat index d6bc4ac5a1525d..eee22efa9247cd 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/testinfo.dat index 0946f8f138458f..130bba97be9729 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/testinfo.dat index 23ad3ae56762c6..92dd2c62320d95 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/testinfo.dat index c6f4edb5d64d72..4f69644dce2cc2 100644 --- a/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Debug diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/testinfo.dat index b0b90d3ab48be8..1d68e987f53fc9 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/testinfo.dat index 729d2a4c49d179..66789ab817d88c 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/testinfo.dat index d2df399392b1f0..795ba064b8c4ce 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/testinfo.dat index 1d8f8f600e5e6e..3dae7bcad5db5e 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/testinfo.dat index 0343d133e89923..4c5c5b2d606e0a 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/testinfo.dat index 568296c39949ec..ae6093b1dbea64 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/testinfo.dat index 1f663a8bc551d1..7108fe259f1b05 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat index a5815f5722c348..8ccdd101a194f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat index b5714279357b1e..afb31350006fd2 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat index f71964da1ce88a..79d5b8b2230478 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat index a2454470886410..99d74e1f43538e 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/testinfo.dat index 8a90ef392c2d0f..22e7f4fd50587e 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/testinfo.dat index 890b5efec75aaf..8dc343012a5934 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/testinfo.dat index ce85e67ace21a8..8d59d41a2bae8f 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/testinfo.dat index 12a56f0efe4be9..fe650592402bef 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/testinfo.dat index 246553a9cb74a1..5c2a4849ebdb62 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/testinfo.dat index 39a628b16c1860..6aa28db3527dad 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/testinfo.dat index 07da444a5ac431..348940e6a27fdc 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/testinfo.dat index d658cc85faa0ee..3f761bc2487ffa 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/testinfo.dat index 2e12d0c64b46a5..9ff2fbfb8b02f2 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/testinfo.dat index f8901a7f50d41f..5d6006cef6d87f 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/testinfo.dat index 546d64cdecd06c..97cdfa4ba75f73 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/testinfo.dat index 5c262434389191..66626c2039eda9 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat index c0cf1ddfcb0b68..1e4162db5d1c5a 100644 --- a/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = exception_handling diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/testinfo.dat index 88b9c73cb48bef..305e3486f2bd9e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/testinfo.dat index 31143842e689d8..17f97177121615 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/testinfo.dat index 5a9775d14fb7cf..fde68250de9df9 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/testinfo.dat index 42187b760fc04c..662c16999128af 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/testinfo.dat index b7ff6de2fd4025..80eaf917be67da 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/testinfo.dat index 7e1591dd725570..b81c63f7b23721 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/testinfo.dat index 9fd185dad00ca4..ef91c318e52083 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/testinfo.dat index bb872806eb7cbf..3f3083a78c1af7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/testinfo.dat index 2dbf159996cb6b..b4028e8a44ae3c 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/testinfo.dat index 24283ed9323b06..5522d285560839 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/testinfo.dat index db44f998fc0480..78f0fbc2bd9d97 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/testinfo.dat index 033ad78b473bc7..c06c21c75883c7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/testinfo.dat index b59bcbf5789c40..a330c61b85855d 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/testinfo.dat index 5b92f8c642d5bc..7a2e05906dc8ce 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/testinfo.dat index c088c04cbde387..0a89d3659dfc05 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/testinfo.dat index e1027eff328d2f..dc0ad63f1a644f 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/testinfo.dat index dd6c1e48b3bfe9..23d17cb80c1260 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/testinfo.dat index 3eaebef43eeae3..97ac53884a2436 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/testinfo.dat index 98bd5e77937b8b..664538d76a8613 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/testinfo.dat index 3a0da6918d4c88..54b3c24e30551f 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/testinfo.dat index 9ad624eaf2d16c..85fb02067be451 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/testinfo.dat index c14eb42b22ed39..d5c59d99707320 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/testinfo.dat index 4443a79833f668..d3ddb7ea4f1dc3 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/testinfo.dat index 2053220bf36bbb..eb49f3c4952097 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/testinfo.dat index fbc397eac0cad7..6135ede5bc7ae1 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/testinfo.dat index 560e3f6266a50d..af5d031cd28c15 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/testinfo.dat index 1a8089a0f1b753..e837aeae70aa9e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/testinfo.dat index 38258572db16ba..ea1c1021d5e9fc 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/testinfo.dat index 5968fe72713058..587113c3556672 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/testinfo.dat index a4ccc95348881b..f5191c648a6a1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/testinfo.dat index b75f48114bb853..fd72c84010f647 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/testinfo.dat index 3991744d42a249..1a1de6d9555c62 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/testinfo.dat index 8a7b3b35dac64e..9480549d73e511 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/testinfo.dat index 4f70617d48d993..4b7448ddb44798 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/testinfo.dat index b8460e0b784dcc..facd0940b06056 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/testinfo.dat index 1eb6a27ada7b3e..fe20866ad7f639 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/testinfo.dat index 8a7b3b35dac64e..9480549d73e511 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/testinfo.dat index 3f7dbf5f42944f..be8b8fc3dbf3a5 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/testinfo.dat index dcd498c6ef24b6..b4bcbaa71ee76b 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/testinfo.dat index 05169f65c679eb..f96f4770ac13ae 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/testinfo.dat index 3318d1386a48b8..3b0c0d99cb6241 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/testinfo.dat index 4bf0000b9f8f2a..452858aa691556 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/testinfo.dat index ca46f6d8424977..61042b1695aae1 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/testinfo.dat index f1f5bf5764ce1d..00ef5135af684a 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/testinfo.dat index 72af6930d9f991..b315f7aef6b98e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/testinfo.dat index 72500111ad7f0d..74d871676d423b 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/testinfo.dat index dd482dbde573e7..176994bab29432 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/testinfo.dat index 84dc33832c34c4..bcca83dc2c5021 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/testinfo.dat index d8d19af8804656..baf6a864055f21 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/testinfo.dat index 9b001b5c381aae..6b4a8b2cfbb4f4 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/testinfo.dat index b0df11a3abf18f..7aa03cd48f501a 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/testinfo.dat index 82b6326170d38c..510f79fca6c730 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/testinfo.dat index 82b6326170d38c..510f79fca6c730 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/testinfo.dat index 6f3267d591e87e..664ce3362f6d3e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/testinfo.dat index f7a36eb53bdda0..1664a75d527c52 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/testinfo.dat index 72fc5e59e628c4..d3e27707eeb33e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/testinfo.dat index 555f0d823f894e..1debf06544cef7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/testinfo.dat index 7f3868d6ca15b1..c6156af4ff9a02 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/testinfo.dat index 51d91853437665..74236b5df6a1b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/testinfo.dat index 3a226ff8ad0b55..169561ae31e033 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/testinfo.dat index dfd4b6bd4230ca..769fe0173d09c1 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/testinfo.dat index e3a0a861f4d998..5e328c6565c1c4 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/testinfo.dat index 7c51fbc3846273..934aad656f1d3f 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/testinfo.dat index dce6f9eb215fc7..0195673da772b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/testinfo.dat index 64745c0e983a14..baed91d6b76337 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/testinfo.dat index 3138e9bb4055d0..1f292b886f11c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/testinfo.dat index 6e8826291fd77d..1a9b5fb2b67203 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/testinfo.dat index 148a2678e507fa..72ec21f55adedb 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/testinfo.dat index a09df962f380c7..94d2db8b488bb7 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/testinfo.dat index e88e985b4495a6..cba76f89a3903d 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/testinfo.dat index 87ddf9d857fc13..f3627273f758e2 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/testinfo.dat index ffde30ea2341e4..5f723992768131 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/testinfo.dat index dc1ddc96f1d470..761ca9aed2bc8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/testinfo.dat @@ -2,7 +2,6 @@ # The .NET Foundation licenses this file to you 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/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/testinfo.dat index 0b0449fe78df9a..1b04b9766f257e 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/testinfo.dat @@ -2,7 +2,6 @@ # The .NET Foundation licenses this file to you 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/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/testinfo.dat index 71f8bef651b6de..700a0c72c1e246 100644 --- a/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = file_io diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat index 36ff3238c7da8d..0fd5e3429be71f 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat index 4689ee6a08f4a6..c393f0777d941e 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat index 7d9dda1a9609b3..eab2b3cd7bf122 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat index 137db9d82b3db8..2b5d8902a403ee 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat index d088c5d562c308..b69e8e3161d371 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat index c03d98a91cbff3..a61f67ffd07990 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat index ebe138f659f7bd..961303fde725c3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat index 11cbedc8c5db9f..c5812e6f0d662a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/testinfo.dat index a09487d4b9b3cc..7b8b1bbd463ab8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/testinfo.dat index 464679a45614d6..e132c6324c94c9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/testinfo.dat index 1077316618d731..6cd0d3eef8b719 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/testinfo.dat index 472b857eff939d..2a1e78b640f5c8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/testinfo.dat index 87e16d3d79bcb4..dfc444e6f605df 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat index 7afae68f168327..5835850090549c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/testinfo.dat index a68a665d7487c5..3c499001a474df 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/testinfo.dat index 475d827af408d1..3d8364d5abf541 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/testinfo.dat index 2a7ecdbab78b65..b3baf015a1021b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/testinfo.dat index a09d21428ff089..6e6e9f3f40107c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/testinfo.dat index 521fa6eaead7d9..44c99fb3ce3a27 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/testinfo.dat index 455829c0d598be..cdadee335abb90 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat index 8075e840ce5c90..72196a4cc642f9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat index 45fdca6ae7b00e..9f6c7d8b4f41bc 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat index c8d94b73b49727..e6e090035fc428 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat index 8b8740149cef73..47a5defb23b7e5 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testinfo.dat index 31b262e31eae5b..8bc3b446977efd 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat index 8bf50ad812779b..4e64e8ccf92a07 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/testinfo.dat index 056d9ceb21f0e9..b1626eff32c7fc 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/testinfo.dat index 2c0611bdec2d03..2fb5007769f0b9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/testinfo.dat index 1455fe93b76581..aab6b36a74e164 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/testinfo.dat index f1d8451efba4ed..84e3addeeb3cf2 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/testinfo.dat index 13b3f52cf19a91..b8ed53e8f385a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/testinfo.dat index f76333e7eacb86..34f83cad17a259 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/testinfo.dat index 37655eda5bac32..84e96b38bcd7e1 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/testinfo.dat index e3ecb327727908..2427779c0a19b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/testinfo.dat index 020827d2fe84bd..6112c648cfe43b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat index 010f2fe2792371..a6021bb633c580 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat index 2a02128b686e4d..4d7fca5f7877dc 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat index 4aff853f91eb2f..a6b02d890d561b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/testinfo.dat index e67f4775f41efd..78401088492c08 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/testinfo.dat index d481560a0d775a..fc258fed1f9d79 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/testinfo.dat index b4ac69ec365e3c..5ec67637095265 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/testinfo.dat index 4d11a71bdb1329..3f4fad67335677 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/testinfo.dat index 512b945c4a865d..9fd6b566c59e4d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/testinfo.dat index 841801536070cf..e5c136b60d5da9 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/testinfo.dat index 29e847a82f8f06..5229c85d3628ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/testinfo.dat index 5b8311a05dacbd..f5f5755574988c 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/testinfo.dat index 960f2265d53238..2c2db5db106e8b 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/testinfo.dat index 5d9f0ad880ab9b..09830266b74ad4 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/testinfo.dat index ac2b91c0dc5d50..3b014114d1611d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/testinfo.dat index a571e9f8d2c3ea..ee11d926b93167 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/testinfo.dat index 60decb84616fb4..5e38441a9fc60f 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/testinfo.dat index 2d9845ded6fa40..76b6ed401cdfab 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/testinfo.dat index 1389f1f92e5d7d..6bbb9069a4d338 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/testinfo.dat index 49ced638361e23..59155900f02cac 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/testinfo.dat index 1fd4ac6f14f037..a3f0f31a0af6a6 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/testinfo.dat index 6e427da15a46bf..0249bfc187ca36 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/testinfo.dat index c7d8b6783d46de..9ca9f0f5fd35b6 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/testinfo.dat index 6010a18c8ad760..a58268126fe8d8 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/testinfo.dat index c32d352d19bd69..8fcc04474a9b93 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/testinfo.dat index 3d5962c7afb591..17da3b1e48ee2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/testinfo.dat index a3d5401493dfe6..08181b199c2674 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/testinfo.dat index 0e84e7a3ba8806..e30903b480fbb7 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/testinfo.dat index 332b88b071a11c..929605dec72179 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/testinfo.dat index ac2b91c0dc5d50..3b014114d1611d 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/testinfo.dat index 2edcb56d3b1cf9..7096b5462ba2e0 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/testinfo.dat index c0ee6b6a69c41c..fe712f77c17ad0 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/testinfo.dat index 1e83744bba105f..6ee923e448ffae 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/testinfo.dat index 284863568131cd..462b8ffab1c4cb 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/testinfo.dat index ea380c36763004..8942d13572a672 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/testinfo.dat index c27b7ad3e51503..371b964b5a5dec 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/testinfo.dat index 6b78c079e7058d..51cbd6577f25d2 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/testinfo.dat index d5fa0cfbc27624..12db123a8b6be5 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/testinfo.dat index 7c64c3092e68d8..7817613f95e6ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/testinfo.dat index c3440731135305..19d6b9eb3b2328 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/testinfo.dat index 71ccad5639852d..7df0c9dc9e83a4 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/testinfo.dat index 6b6eb58b342f0b..1ba6e796f209e0 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/testinfo.dat index b3462cd2f7f869..3d9d01e2e9a1be 100644 --- a/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Filemapping_memmgt diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/testinfo.dat index 096aab958b9e8b..946efd2a164109 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/testinfo.dat index 97b7222b9e456f..b0f3b00d49cd58 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/testinfo.dat index c27c8e0eea52fb..47a426e0322c4f 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/testinfo.dat index e2cd16c6f1b608..975519b5805a27 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/testinfo.dat index 4be93b8092ad34..a5252b6e389f59 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/testinfo.dat index 416caf34fb05de..c16a7d95a2df18 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/testinfo.dat index b552b720828bf5..2d4bf04ec75b28 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/testinfo.dat index c5c4adc75a8768..f014e6c6833f75 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/testinfo.dat index bc107f0069368e..5f0e262a8990d5 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/testinfo.dat index bd20aaf9952fbd..cfd9c01c3adc62 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/testinfo.dat index 8275f41644eefc..055c9753f54015 100644 --- a/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Loader diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/testinfo.dat index e934b1376323f4..6bea1c67f24bd8 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/testinfo.dat index d41de3ee6849bd..95894f2dfcc78e 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/testinfo.dat index 63a58f681bfc57..48c2a36859ccb6 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/testinfo.dat index 31be1d5536d2ea..a1b30072e1e2b5 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/testinfo.dat index 00d974a71c2a33..be1629203570cc 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/testinfo.dat index b9fc4886eeebeb..4f8b045fc026ee 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/testinfo.dat index 43cd2aebb6bdcf..5cdc938541b4ed 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/testinfo.dat index b85e38727236f2..ead792e7a6e996 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/testinfo.dat index 0e4591d247663d..0548926e846977 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/testinfo.dat index 5211db12565173..84d190a8fab9d2 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/testinfo.dat index c59f285dca7e88..603565d64a182f 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/testinfo.dat index 9fb5f0f0326c3b..518a52988beeb6 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/testinfo.dat index e5b50b81430fcb..3b29e9514ac1a3 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/testinfo.dat index b737686c393480..9ecf1f29309a08 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/testinfo.dat index 03b00d3548cebb..fd7575e8f62428 100644 --- a/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Locale Information diff --git a/src/coreclr/src/pal/tests/palsuite/manual-inspect.dat b/src/coreclr/src/pal/tests/palsuite/manual-inspect.dat index c541b2ff85a7d1..22f9ebc1f8ff45 100644 --- a/src/coreclr/src/pal/tests/palsuite/manual-inspect.dat +++ b/src/coreclr/src/pal/tests/palsuite/manual-inspect.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # Automatable to detect gross errors; also manually inspect for proper behaviour miscellaneous/messageboxw/test1,1 diff --git a/src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat b/src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat index e60ab279b62613..c7a2a3913e7b29 100644 --- a/src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat +++ b/src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # 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 negative and will exit with exit(1). #Therefore, the harness would record it as a failure diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/testinfo.dat index 86da2d151507b5..672a583a78ed06 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/testinfo.dat index 891e1dfcfc90e5..3ac8f45d7962d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/testinfo.dat index 6917e8586a60cd..a69f5d5b05188c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/testinfo.dat index b9422b062709f2..d36f44faf47afc 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/testinfo.dat index 78ab5f77ff9643..bb2d259cdf027e 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/testinfo.dat index 5bd46bf60433c8..c057584ef9837b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/testinfo.dat index 5e4a35428efc4a..dc5713728288b2 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/testinfo.dat index cad1f638174810..704b4c29c49944 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/testinfo.dat index 33e0cfa827c534..dbe71255aafdfd 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/testinfo.dat index 6f497c23cc3e3f..39e525c759a52d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/testinfo.dat index 7eda5052713343..6ca71938f15214 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/testinfo.dat index f653bf5dc2d4d4..33267b23b03152 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/testinfo.dat index c426a7ccbdc963..e9ee3e4a57885b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/testinfo.dat index 668cb7d2495264..19fba6d0667e30 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/testinfo.dat index fa712ab823b2fd..3e7c3e6ffbd6d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/testinfo.dat index ee81e2ec3bff6f..104eab1bab3a8a 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/testinfo.dat index 990649fad9e4ef..55150d5dc67104 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/testinfo.dat index afaa04b8fae19b..7f049668700d7c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/testinfo.dat index 8fb16c778c46f4..d0e01fd76cc128 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/testinfo.dat index 0bcec5973ba18d..91baadc4c53862 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/testinfo.dat index 5de219a959a8dd..6f1952b47987e9 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/testinfo.dat index 467f2b7b94a4b2..40adb9cd4da604 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/testinfo.dat index 372f5af316a9cd..0fc404753f763a 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/testinfo.dat index d41c19c908c8f9..86464a2f3a0fc3 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/testinfo.dat index 64204fa698ffad..ae1965ca49ff6b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/testinfo.dat index cbc214e8cad5b5..b53bf6a81e356f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/testinfo.dat index fad1ad69a6b2f1..102cf8edcacac1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/testinfo.dat index be41f52c633364..44c0197aae003f 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/testinfo.dat index 7f03c6355cc88c..ac3a2251084b8d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/testinfo.dat index 78888abd534a80..dde3d04fbc1c96 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/testinfo.dat index 7ae3b5142aac69..af14d1b2432986 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/testinfo.dat index 677999906fce5b..ab6067ab1511c6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/testinfo.dat index 3ad431701ac035..9c206d31b346e3 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/testinfo.dat index 04b1dfe78302f9..857c40b684e8dd 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/testinfo.dat index 18492773470533..8021f43156e3b4 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/testinfo.dat index d78515e7cceb54..7a802c1e8cbb04 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/testinfo.dat index 57ee3835cdbfab..e94bf38e740f58 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/testinfo.dat index 8c5b1f087c333b..878c1023cb6a53 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/testinfo.dat index 4b7c20a423919f..dc5743a88318c6 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/testinfo.dat index 3669e996142147..b55eb9e62edd1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/testinfo.dat index 5e0a36627afb44..b7128df279128b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/testinfo.dat index c304960030903d..e404d7ff34524e 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/testinfo.dat index fff0c701c6c966..7b9c2712937b69 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/testinfo.dat index 8b73c0dfca19a1..eb52f3bd83c7ca 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = C Runtime diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/testinfo.dat index 27668b66c746df..a08ac0203b37d1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/testinfo.dat index ba4e97ebbc4d28..335b52f2a9cd45 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/testinfo.dat index ad0a5fe90efa89..dcffd114a6a204 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/testinfo.dat index 18851d2fdee144..89739c0d09af0c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/testinfo.dat index e4d46c986bb5b4..667db59488caa1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/testinfo.dat index e4d46c986bb5b4..667db59488caa1 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/testinfo.dat index 561cd943fca853..3283c2ec73de1b 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/testinfo.dat index 446e30150057be..46a5aa0a703112 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/testinfo.dat index 05076bb376d55f..2f59bc47c9b58c 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/testinfo.dat index 925a917871b7c0..4a07a95ce49ce3 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/testinfo.dat index a44f4674cf355d..a35799f9b503d5 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat index 4df82daadea011..a3b30d087d9373 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/testinfo.dat index 43a457a76a439a..33fbfe54186027 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat index 126a72c94ccd33..f0da410684726d 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/testinfo.dat index 5333a4bb36d701..e81fa1cc3b2978 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/testinfo.dat index 11982050e06cf3..8ee04a50050777 100644 --- a/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = miscellaneous diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/testinfo.dat index dca92b0462f6d3..306d2e53d3d3a2 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat index d530ca5fc700f0..7384f82fb87361 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = pal_specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/testinfo.dat index 8ffe3bb7c7cdd9..15fb6bfa9aa0fd 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/testinfo.dat index 31ceaf054d2dc2..baa11675a23bb8 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/testinfo.dat index abbd28c2384eb4..68d1fa0c490fb7 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = pal_specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/testinfo.dat index 3322633291fb84..b0ebcb3d1d7eb0 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = pal_specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/testinfo.dat index a35e1d23fc4b0f..8fb427ad3382ef 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/testinfo.dat index a633c68e347968..87f0e4818df52b 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/testinfo.dat index d1c5723236e88e..b186dc973d4c2d 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/testinfo.dat index ed370981aa8573..5c7c3e05adc6b0 100644 --- a/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = PAL_Specific diff --git a/src/coreclr/src/pal/tests/palsuite/samples/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/samples/test1/testinfo.dat index 0459d24d630834..35406bf33758dc 100644 --- a/src/coreclr/src/pal/tests/palsuite/samples/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/samples/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Samples diff --git a/src/coreclr/src/pal/tests/palsuite/samples/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/samples/test2/testinfo.dat index eb6e38db87e100..e6e4832aa128b4 100644 --- a/src/coreclr/src/pal/tests/palsuite/samples/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/samples/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Samples diff --git a/src/coreclr/src/pal/tests/palsuite/tests-manual.dat b/src/coreclr/src/pal/tests/palsuite/tests-manual.dat index 402e819cea2722..b87a39486af1bb 100644 --- a/src/coreclr/src/pal/tests/palsuite/tests-manual.dat +++ b/src/coreclr/src/pal/tests/palsuite/tests-manual.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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_runtime/exit/test2,1 pal_specific/pal_get_stderr/test1,1 diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/testinfo.dat index c0d169ccdc5087..019b2a4c416351 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/testinfo.dat index 4af65f18d891a2..a3ada19a0ee2c5 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/testinfo.dat index c3a344a2d9b07a..acf4bf5f94d2df 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/testinfo.dat index 204ad1f4d49ee4..d0ed8a534b647f 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/testinfo.dat index 01f7519ae3e0c8..9588f2d100a451 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/testinfo.dat index 4776ed239f967f..58d3e98d724502 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/testinfo.dat index 829b7159ac56b7..8371b360c9532a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat index 7e37528c155726..92a71b43a7cf0b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/testinfo.dat index 19ea934dff7c0f..7a95eea6166f1d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/testinfo.dat index c5769e3ad331f8..948598c875c5e6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat index 02c25444fe0d95..cee46a23f41806 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat index 23fcdf93aeb5bc..a90eed19c25715 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/testinfo.dat index 2acf2c92895fef..03cd757c154666 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat index d16ae593f23034..b256fd67f72b62 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/testinfo.dat index 880746e43eb5a8..87f87915c1fed6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/testinfo.dat index 5a6c2e7909c9e0..32645dcffbb4df 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/testinfo.dat index d8cd5909235a5a..ee4384e7243076 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/testinfo.dat index 9127589333e649..c3a2a9e4f5b01f 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/testinfo.dat index 32b107fd9e971d..e7079280323971 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/testinfo.dat index beaac95f97b725..48215569f073b8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/testinfo.dat index 3ae70625c23d08..ab67f1fa237738 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/testinfo.dat index 0333beb3603d81..d08bc095d6a631 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/testinfo.dat index 712c3a6652e554..6d854f37980859 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/testinfo.dat index 494b899b905193..41db3e985c08cd 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/testinfo.dat index 06842124b924b6..22f5d1445ce67b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/testinfo.dat index 818b4870a263d1..cf9cf558bc83f0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/testinfo.dat index 9c07c24113fa76..c31a70ac42721e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/testinfo.dat index aa1124925bdd30..c35fcf001912f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/testinfo.dat index 151e1ed4d014ad..adeb1a18ce9175 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/testinfo.dat index 5cf580962218c3..a14c248df2afb7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat index 6d32f3591a4289..a597b25dd917f8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat index 6d28595628c762..84b7339883dee7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat index e22b0bea6a6561..c19896bb418779 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/testinfo.dat index 674c71c2b34bdb..875ab4f503f0a9 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/testinfo.dat index 1937877880eada..b671dd6e60eb2e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat index 3d73362eb32cdc..93bc1a64d754db 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/testinfo.dat index 273440804e0dbb..df07a395ac423b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/testinfo.dat index a10adb9a8ea0eb..61ff7c89788b15 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/testinfo.dat index 64842f8713e0e1..accb135269944d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat index 97e42a97871440..142a4674b984ff 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat index 6c49d64f89ca29..6ad1cf89f6402c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/testinfo.dat index b8092d615240c3..d10d857c7db03e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/testinfo.dat index ae1353af183533..5340ffe92fa1eb 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/testinfo.dat index c7122908fdf5e4..179eabc13ba42e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/testinfo.dat index d8b85abad600cd..61906c783931fc 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/testinfo.dat index 0aa07eb15a8393..0a1dd2be8c88a5 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/testinfo.dat index c857d885cc9fc9..3bdc45cd2d5ee3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/testinfo.dat index a526f8e127c051..7b1f6cdec30964 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/testinfo.dat index 4b5bdc2ac672ba..dbda37f8246df0 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat index 1c9e8c75671377..7a32a241df538b 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/testinfo.dat index 8eb2759fb9100d..f930e4c75dbab7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/testinfo.dat index db615c0bf91db5..8bdc0e414de8a8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/testinfo.dat index 29c9767ed07f8f..c11cba188f5a45 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/testinfo.dat index 96a6d403bb0da0..437dcfcdc0d053 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/testinfo.dat index 4d1e056b71a750..44dec989648bd7 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/testinfo.dat index d06719f0b02dff..b015aee999af81 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/testinfo.dat index d0d3b75f0628ac..71871ab36fa098 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/testinfo.dat index e3090093ea0715..a1b6aab6a26ddf 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/testinfo.dat index cc9be71042c97f..12393a714da768 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat index ad3f22eea07046..0e1fac095935d6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat index 96b2c06644be32..d5ebeb05c9ffa2 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/testinfo.dat index 1b3f2d83c6b330..31e512e756839e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/testinfo.dat index f5af943a7c2e86..f88f33731ca146 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/testinfo.dat index dd6b2c0ffe3b82..11a7c9826533b1 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat index fbe8343d81cea6..812a128ac83146 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/testinfo.dat index 42d942df36db34..c915a5415bc783 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/testinfo.dat index 0b96349f1527db..4dd3fc6b0984dd 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/testinfo.dat index cd7b7c2f21d79e..7813384a4ae5f1 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat index f1775aabe8be55..8fe1d93b7b9cff 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/testinfo.dat index 4d806184eec23b..402fa57c44fc2a 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/testinfo.dat index d92d9496d76f85..23b4288e0eac6d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/testinfo.dat index 3f06757eb6a457..b88a8fa5ce2b6c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/testinfo.dat index ed27f13dbac68d..c3caf1f4dd3db4 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/testinfo.dat index 4af1769cd430c4..91d105e294dbcf 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat index 4abeeded00fd6b..652085c2262134 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/testinfo.dat index 0223246c6f0c46..9ae938ef2846f6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat index 8472165d5db6eb..a0e64fb5bdb913 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/testinfo.dat index 875ac2a223dacb..b3e71e9f078ec9 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = Threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/testinfo.dat index 9bfd80829cb8a3..b44ad50a507239 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/testinfo.dat index f2153052bbbe26..6a1f6b93d51663 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/testinfo.dat index 7b8f43013ab355..b9842b2ed3153d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/testinfo.dat index 9a7f7ddb3bdfe4..9f77ba4e74cf0d 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/testinfo.dat index 433a061f2cfcfb..b0355f830f0ee6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/testinfo.dat index 433a061f2cfcfb..b0355f830f0ee6 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/testinfo.dat index 1242768743e17a..29045410a0b7df 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/testinfo.dat index 52f3ce0af6d94f..7880c59207d77c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/testinfo.dat index 15ee8d4d4e4920..2147f4af35c5cc 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/testinfo.dat index 7ee69bfa292f3e..fa9c848c34c2b3 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat index 0abd9c1e0607c0..8decb5fd48b6c1 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/testinfo.dat index 38bd350d64ab19..8bd5de43087d18 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/testinfo.dat index 596c4bbf329d2f..cfaac3da7da8c8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/testinfo.dat index e8e781a7f2c7d5..b0724655025004 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/testinfo.dat index 991b93489d8746..09a5127c84e46c 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/testinfo.dat index 16f3468ac2c750..a7c0264de62b22 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat index 5efc75f77e179b..d782113d10adf8 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/testinfo.dat index 89193d1c20fec8..0a15d8334018ec 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/testinfo.dat index 6d12110c34f314..fa1163e7c6119e 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/testinfo.dat b/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/testinfo.dat index b4d647a592437b..5af762fd8bdbda 100644 --- a/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/testinfo.dat +++ b/src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/testinfo.dat @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Version = 1.0 Section = threading diff --git a/src/coreclr/src/scripts/genDummyProvider.py b/src/coreclr/src/scripts/genDummyProvider.py index b9933dc7fce31c..9b062ded09d58b 100644 --- a/src/coreclr/src/scripts/genDummyProvider.py +++ b/src/coreclr/src/scripts/genDummyProvider.py @@ -1,7 +1,6 @@ ## ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. ## ## This script exists to create a dummy implementaion of the eventprovider ## interface from a manifest file @@ -16,7 +15,6 @@ stdprolog_cpp=""" // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genEtwProvider.py b/src/coreclr/src/scripts/genEtwProvider.py index 46ab99ad379d8c..1a146b5fda36ff 100644 --- a/src/coreclr/src/scripts/genEtwProvider.py +++ b/src/coreclr/src/scripts/genEtwProvider.py @@ -1,7 +1,6 @@ ## ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. ## ## This script generates the interface to ETW using MC.exe @@ -35,7 +34,6 @@ stdprolog_cpp=""" // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genEventPipe.py b/src/coreclr/src/scripts/genEventPipe.py index 54a9db415706d3..86d0dfea4a8863 100644 --- a/src/coreclr/src/scripts/genEventPipe.py +++ b/src/coreclr/src/scripts/genEventPipe.py @@ -7,7 +7,6 @@ stdprolog_cpp = """// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genEventing.py b/src/coreclr/src/scripts/genEventing.py index 69c96adf5a063f..c591be8dc0640a 100644 --- a/src/coreclr/src/scripts/genEventing.py +++ b/src/coreclr/src/scripts/genEventing.py @@ -1,7 +1,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # # #USAGE: @@ -19,7 +18,6 @@ stdprolog=""" // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genEventingTests.py b/src/coreclr/src/scripts/genEventingTests.py index 3931b2f6d8179b..8db53132acacc6 100644 --- a/src/coreclr/src/scripts/genEventingTests.py +++ b/src/coreclr/src/scripts/genEventingTests.py @@ -9,7 +9,6 @@ stdprolog=""" // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genLttngProvider.py b/src/coreclr/src/scripts/genLttngProvider.py index 1ed1d2a839a2fa..272e51dc1d189f 100644 --- a/src/coreclr/src/scripts/genLttngProvider.py +++ b/src/coreclr/src/scripts/genLttngProvider.py @@ -1,7 +1,6 @@ ## ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. ## ## Sample LTTng Instrumentation code that is generated: ## @@ -56,7 +55,6 @@ stdprolog=""" // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************** diff --git a/src/coreclr/src/scripts/genRuntimeEventSources.py b/src/coreclr/src/scripts/genRuntimeEventSources.py index 027c3eccafbd44..5eaf8575ff2f04 100644 --- a/src/coreclr/src/scripts/genRuntimeEventSources.py +++ b/src/coreclr/src/scripts/genRuntimeEventSources.py @@ -1,7 +1,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # import os @@ -12,7 +11,6 @@ generatedCodeFileHeader="""// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /********************************************************************** diff --git a/src/coreclr/src/scripts/pgocheck.py b/src/coreclr/src/scripts/pgocheck.py index fcd69b54b5786a..07ead80a9ab9bd 100644 --- a/src/coreclr/src/scripts/pgocheck.py +++ b/src/coreclr/src/scripts/pgocheck.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :pgocheck.py diff --git a/src/coreclr/src/scripts/utilities.py b/src/coreclr/src/scripts/utilities.py index 46442eed5b8aac..36b827df093d64 100644 --- a/src/coreclr/src/scripts/utilities.py +++ b/src/coreclr/src/scripts/utilities.py @@ -1,7 +1,6 @@ ## ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. ## ## This file provides utility functions to the adjacent python scripts diff --git a/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs index 632b7a9d2df5a8..0c51d7d79a8a30 100644 --- a/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs +++ b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs index 16cf47f43d686f..558cd4895188c9 100644 --- a/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs +++ b/src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs index 49588a1a7ad30f..67475c44629a07 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! It IS AUTOGENERATED using System; diff --git a/src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs b/src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs index dae2003712ff19..745cf3728782cd 100644 --- a/src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs +++ b/src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs index 1dc639556755f7..ae5892ddbab3e9 100644 --- a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs +++ b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs @@ -247,7 +247,6 @@ public void WriteManagedReadyToRunInstructionSet(TextWriter tr) tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt @@ -278,7 +277,6 @@ public void WriteManagedReadyToRunInstructionSetHelper(TextWriter tr) tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt @@ -343,7 +341,6 @@ public void WriteManagedJitInstructionSet(TextWriter tr) tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt @@ -608,7 +605,6 @@ public void WriteNativeCorInfoInstructionSet(TextWriter tr) tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt @@ -830,7 +826,6 @@ public void WriteNativeReadyToRunInstructionSet(TextWriter tr) tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! IT IS AUTOGENERATED // FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt diff --git a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs index a0950a3bcc5c7f..40d651881a07cc 100644 --- a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs +++ b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs @@ -239,7 +239,6 @@ static void WriteManagedThunkInterface(TextWriter tr, IEnumerable tr.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! It IS AUTOGENERATED using System; @@ -394,7 +393,6 @@ static void WriteNativeWrapperInterface(TextWriter tw, IEnumerable tw.Write(@" // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! It IS AUTOGENERATED #include ""corinfoexception.h"" diff --git a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt index a7f186814b2588..389fffc2f1ef9b 100644 --- a/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt +++ b/src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.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. ; ; Thunk generator input file for generating the thunks from the C++ version of the ; jit interface to COM, into managed, and from COM to C++. diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs index 5f834edd495742..abbb1db11af621 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.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; @@ -65,7 +64,7 @@ public override ComputedInstanceFieldLayout ComputeInstanceLayout(DefType defTyp // CLI - Partition 2, section 22.8 // A type has layout if it is marked SequentialLayout or ExplicitLayout. If any type within an inheritance chain has layout, - // then so shall all its base classes, up to the one that descends immediately from System.ValueType (if it exists in the type’s + // then so shall all its base classes, up to the one that descends immediately from System.ValueType (if it exists in the type's // hierarchy); otherwise, from System.Object // Note: While the CLI isn't clearly worded, the layout needs to be the same for the entire chain. // If the current type isn't ValueType or System.Object and has a layout and the parent type isn't diff --git a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs index da8b2bc27b0911..c2554217ea51ee 100644 --- a/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs +++ b/src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.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; @@ -576,7 +575,7 @@ public override MethodDesc ResolveVariantInterfaceMethodToVirtualMethodOnType(Me // Interface function resolution follows the following rules // 1. Apply any method impl that may exist, if once of these exists, resolve to target immediately. // 2. If an interface is explicitly defined on a type, then attempt to perform a namesig match on the - // current type to resolve.If the interface isn’t resolved, if it isn’t implemented on a base type, + // current type to resolve.If the interface isn't resolved, if it isn't implemented on a base type, // scan all base types for name / sig matches. // 3. If implicitly defined, attempt to perform a namesig match if the interface method implementation // has not been found on some base type. diff --git a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs index 9ffd93eb24729a..47451cadd92f7f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // The .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/PrecodeMethodImport.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs index c846dbe5bfed3e..8d1d84d3e4453f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // The .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/SignatureBuilder.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs index 88c3f3e150198f..54b9849aed8cef 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs @@ -1,5 +1,5 @@ +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the 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/SignatureContext.cs b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs index 02c28f585835a8..cbaf2f0218d3dd 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs @@ -1,5 +1,5 @@ +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses 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.Reflection.ReadyToRun/x86/CallPattern.cs b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs index 402c80a9ffe9da..ed8c3f3f036f63 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Collections.Generic; using System.Text; diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs index c04941848398a0..d3f2c6c6036d67 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.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/ConstraintsValidationTest.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.cs index bcb985634b0e92..3ea1408a96c102 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.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/VirtualFunctionOverride.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs index 36aa307d1926be..c237f561a266fc 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; namespace VirtualFunctionOverride { diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs index 876c1ce77ef8d1..a394a562af9f5f 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.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/jitinterface/jitinterface.h b/src/coreclr/src/tools/aot/jitinterface/jitinterface.h index 810345e76f0698..70a85d3fa390a2 100644 --- a/src/coreclr/src/tools/aot/jitinterface/jitinterface.h +++ b/src/coreclr/src/tools/aot/jitinterface/jitinterface.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more 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 NOT EDIT THIS FILE! It IS AUTOGENERATED #include "corinfoexception.h" diff --git a/src/coreclr/src/vm/amd64/AsmHelpers.asm b/src/coreclr/src/vm/amd64/AsmHelpers.asm index f65c6f0be8b5cb..cb5d1fad499d07 100644 --- a/src/coreclr/src/vm/amd64/AsmHelpers.asm +++ b/src/coreclr/src/vm/amd64/AsmHelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/AsmMacros.inc b/src/coreclr/src/vm/amd64/AsmMacros.inc index ea77d1b1dbbf6a..32d8ecb4fe70ed 100644 --- a/src/coreclr/src/vm/amd64/AsmMacros.inc +++ b/src/coreclr/src/vm/amd64/AsmMacros.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 macros to build unwind data for prologues. diff --git a/src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm b/src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm index 6f6678b8d60457..8d4e4e5094293f 100644 --- a/src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm +++ b/src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; 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/vm/amd64/ComCallPreStub.asm b/src/coreclr/src/vm/amd64/ComCallPreStub.asm index dc9e50f500a99b..b0d6dd6617bf0a 100644 --- a/src/coreclr/src/vm/amd64/ComCallPreStub.asm +++ b/src/coreclr/src/vm/amd64/ComCallPreStub.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/CrtHelpers.asm b/src/coreclr/src/vm/amd64/CrtHelpers.asm index 2025e3cc6231c4..f3b7a94f9bc3ee 100644 --- a/src/coreclr/src/vm/amd64/CrtHelpers.asm +++ b/src/coreclr/src/vm/amd64/CrtHelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/amd64/ExternalMethodFixupThunk.asm index 677f2e45db9930..0fa438c8eb3ad8 100644 --- a/src/coreclr/src/vm/amd64/ExternalMethodFixupThunk.asm +++ b/src/coreclr/src/vm/amd64/ExternalMethodFixupThunk.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; 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 AsmConstants.inc diff --git a/src/coreclr/src/vm/amd64/GenericComCallStubs.asm b/src/coreclr/src/vm/amd64/GenericComCallStubs.asm index c4ae4098282af8..7946ff426fcd35 100644 --- a/src/coreclr/src/vm/amd64/GenericComCallStubs.asm +++ b/src/coreclr/src/vm/amd64/GenericComCallStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/GenericComPlusCallStubs.asm b/src/coreclr/src/vm/amd64/GenericComPlusCallStubs.asm index 787d0604da416d..452758dab45f56 100644 --- a/src/coreclr/src/vm/amd64/GenericComPlusCallStubs.asm +++ b/src/coreclr/src/vm/amd64/GenericComPlusCallStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/JitHelpers_Fast.asm b/src/coreclr/src/vm/amd64/JitHelpers_Fast.asm index 8866399b41dd11..28631e9f7b24f9 100644 --- a/src/coreclr/src/vm/amd64/JitHelpers_Fast.asm +++ b/src/coreclr/src/vm/amd64/JitHelpers_Fast.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/JitHelpers_FastWriteBarriers.asm b/src/coreclr/src/vm/amd64/JitHelpers_FastWriteBarriers.asm index ebb26b8dd3c40e..63dd1fadc73b59 100644 --- a/src/coreclr/src/vm/amd64/JitHelpers_FastWriteBarriers.asm +++ b/src/coreclr/src/vm/amd64/JitHelpers_FastWriteBarriers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/JitHelpers_InlineGetThread.asm b/src/coreclr/src/vm/amd64/JitHelpers_InlineGetThread.asm index 56310faf72e7bb..5e93265cf54873 100644 --- a/src/coreclr/src/vm/amd64/JitHelpers_InlineGetThread.asm +++ b/src/coreclr/src/vm/amd64/JitHelpers_InlineGetThread.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; *********************************************************************** ; File: JitHelpers_InlineGetThread.asm, see history in jithelp.asm diff --git a/src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm b/src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm index 140fcc0641947e..62f47c7d059b87 100644 --- a/src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm +++ b/src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/JitHelpers_Slow.asm b/src/coreclr/src/vm/amd64/JitHelpers_Slow.asm index 5b687ce2e51ca0..52e258f190000d 100644 --- a/src/coreclr/src/vm/amd64/JitHelpers_Slow.asm +++ b/src/coreclr/src/vm/amd64/JitHelpers_Slow.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/PInvokeStubs.asm b/src/coreclr/src/vm/amd64/PInvokeStubs.asm index de785620041d0a..c7de7b75a0015a 100644 --- a/src/coreclr/src/vm/amd64/PInvokeStubs.asm +++ b/src/coreclr/src/vm/amd64/PInvokeStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/RedirectedHandledJITCase.asm b/src/coreclr/src/vm/amd64/RedirectedHandledJITCase.asm index fd69c6aa5fbf99..5a3efffe358c6a 100644 --- a/src/coreclr/src/vm/amd64/RedirectedHandledJITCase.asm +++ b/src/coreclr/src/vm/amd64/RedirectedHandledJITCase.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/ThePreStubAMD64.asm b/src/coreclr/src/vm/amd64/ThePreStubAMD64.asm index 86a97756326a17..2be63172dcfc50 100644 --- a/src/coreclr/src/vm/amd64/ThePreStubAMD64.asm +++ b/src/coreclr/src/vm/amd64/ThePreStubAMD64.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; 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 AsmConstants.inc diff --git a/src/coreclr/src/vm/amd64/UMThunkStub.asm b/src/coreclr/src/vm/amd64/UMThunkStub.asm index cee9866329552a..20702b506ae63c 100644 --- a/src/coreclr/src/vm/amd64/UMThunkStub.asm +++ b/src/coreclr/src/vm/amd64/UMThunkStub.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/VirtualCallStubAMD64.asm b/src/coreclr/src/vm/amd64/VirtualCallStubAMD64.asm index 0fe760760759e8..606d08e5ef515a 100644 --- a/src/coreclr/src/vm/amd64/VirtualCallStubAMD64.asm +++ b/src/coreclr/src/vm/amd64/VirtualCallStubAMD64.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; 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 AsmConstants.inc diff --git a/src/coreclr/src/vm/amd64/asmhelpers.S b/src/coreclr/src/vm/amd64/asmhelpers.S index beee743bc7005c..82d6984ab545df 100644 --- a/src/coreclr/src/vm/amd64/asmhelpers.S +++ b/src/coreclr/src/vm/amd64/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/amd64/getstate.asm b/src/coreclr/src/vm/amd64/getstate.asm index 51a2099b4e7d8f..864d2880c46154 100644 --- a/src/coreclr/src/vm/amd64/getstate.asm +++ b/src/coreclr/src/vm/amd64/getstate.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/arm/CrtHelpers.asm index 327296448b0821..bbc0e1be4caf51 100644 --- a/src/coreclr/src/vm/arm/CrtHelpers.asm +++ b/src/coreclr/src/vm/arm/CrtHelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/arm/PInvokeStubs.asm index 21a6c70047a970..9dba414ab79749 100644 --- a/src/coreclr/src/vm/arm/PInvokeStubs.asm +++ b/src/coreclr/src/vm/arm/PInvokeStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/asmhelpers.asm b/src/coreclr/src/vm/arm/asmhelpers.asm index 26b8619aef3c66..1565c13d3d4563 100644 --- a/src/coreclr/src/vm/arm/asmhelpers.asm +++ b/src/coreclr/src/vm/arm/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/arm/ehhelpers.asm index ca6e2d27744fac..77ea8fdb4a471d 100644 --- a/src/coreclr/src/vm/arm/ehhelpers.asm +++ b/src/coreclr/src/vm/arm/ehhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/patchedcode.asm b/src/coreclr/src/vm/arm/patchedcode.asm index 6f4151b324b248..7f043f61be68d4 100644 --- a/src/coreclr/src/vm/arm/patchedcode.asm +++ b/src/coreclr/src/vm/arm/patchedcode.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/arm64/CallDescrWorkerARM64.asm index 9817e2dbffcf6b..389e98bfc69e62 100644 --- a/src/coreclr/src/vm/arm64/CallDescrWorkerARM64.asm +++ b/src/coreclr/src/vm/arm64/CallDescrWorkerARM64.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/PInvokeStubs.asm b/src/coreclr/src/vm/arm64/PInvokeStubs.asm index 2ab6cb335e7a98..af0a0c103a1080 100644 --- a/src/coreclr/src/vm/arm64/PInvokeStubs.asm +++ b/src/coreclr/src/vm/arm64/PInvokeStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/asmhelpers.asm b/src/coreclr/src/vm/arm64/asmhelpers.asm index 83d8ef1792b4d9..f69c8c97afb732 100644 --- a/src/coreclr/src/vm/arm64/asmhelpers.asm +++ b/src/coreclr/src/vm/arm64/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/arm64/crthelpers.asm index 51483b8647d912..cb3c4d73bd3b22 100644 --- a/src/coreclr/src/vm/arm64/crthelpers.asm +++ b/src/coreclr/src/vm/arm64/crthelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.cpp b/src/coreclr/src/vm/codeman.cpp index 8619d1cc570cb8..7af2850b83d491 100644 --- a/src/coreclr/src/vm/codeman.cpp +++ b/src/coreclr/src/vm/codeman.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // codeman.cpp - a managment class for handling multiple code managers // diff --git a/src/coreclr/src/vm/eventpipeconfiguration.h b/src/coreclr/src/vm/eventpipeconfiguration.h index f817b015b4aa1f..cf3bd0b2aa7187 100644 --- a/src/coreclr/src/vm/eventpipeconfiguration.h +++ b/src/coreclr/src/vm/eventpipeconfiguration.h @@ -1,5 +1,5 @@ +// Licensed to the .NET Foundation under one or more agreements. // 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_CONFIGURATION_H__ #define __EVENTPIPE_CONFIGURATION_H__ diff --git a/src/coreclr/src/vm/h2inc.pl b/src/coreclr/src/vm/h2inc.pl index 9399a8ff51243b..6d2e0c3e03dcf1 100644 --- a/src/coreclr/src/vm/h2inc.pl +++ b/src/coreclr/src/vm/h2inc.pl @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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 to MASM include file translator # This is replacement for the deprecated h2inc tool that used to be part of VS. diff --git a/src/coreclr/src/vm/h2inc.ps1 b/src/coreclr/src/vm/h2inc.ps1 index b6bf298049237f..f2c2c07f26582b 100644 --- a/src/coreclr/src/vm/h2inc.ps1 +++ b/src/coreclr/src/vm/h2inc.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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 to MASM include file translator # This is replacement for the deprecated h2inc tool that used to be part of VS. diff --git a/src/coreclr/src/vm/i386/AsmMacros.inc b/src/coreclr/src/vm/i386/AsmMacros.inc index a27a74635699eb..6b9eb6eb3fae59 100644 --- a/src/coreclr/src/vm/i386/AsmMacros.inc +++ b/src/coreclr/src/vm/i386/AsmMacros.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 macros to build unwind data for prologues. diff --git a/src/coreclr/src/vm/i386/PInvokeStubs.asm b/src/coreclr/src/vm/i386/PInvokeStubs.asm index 6b7558ceb7c8fd..6f9ec4526a7ead 100644 --- a/src/coreclr/src/vm/i386/PInvokeStubs.asm +++ b/src/coreclr/src/vm/i386/PInvokeStubs.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; *********************************************************************** ; File: PInvokeStubs.asm diff --git a/src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm b/src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm index 11ebcd521d3d2b..0895954e4c52c8 100644 --- a/src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm +++ b/src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/asmhelpers.asm b/src/coreclr/src/vm/i386/asmhelpers.asm index 5dcb484b673ed8..81794312dca647 100644 --- a/src/coreclr/src/vm/i386/asmhelpers.asm +++ b/src/coreclr/src/vm/i386/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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.asm b/src/coreclr/src/vm/i386/gmsasm.asm index 73cd240232e1ec..79f15993920b91 100644 --- a/src/coreclr/src/vm/i386/gmsasm.asm +++ b/src/coreclr/src/vm/i386/gmsasm.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this 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/jithelp.asm b/src/coreclr/src/vm/i386/jithelp.asm index cf70b4c70d1e89..0d013a6724bff4 100644 --- a/src/coreclr/src/vm/i386/jithelp.asm +++ b/src/coreclr/src/vm/i386/jithelp.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; *********************************************************************** ; File: JIThelp.asm diff --git a/src/coreclr/src/vm/nativeeventsource.h b/src/coreclr/src/vm/nativeeventsource.h index fdd46df6809ac9..f22d21ddbfd9bb 100644 --- a/src/coreclr/src/vm/nativeeventsource.h +++ b/src/coreclr/src/vm/nativeeventsource.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // 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.h // Abstract: This module implements native part of Event Source support in VM diff --git a/src/coreclr/tests/runtest.py b/src/coreclr/tests/runtest.py index e5ef2b0528ed1f..5914b332f8b8c5 100755 --- a/src/coreclr/tests/runtest.py +++ b/src/coreclr/tests/runtest.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title: runtest.py diff --git a/src/coreclr/tests/scripts/crossgen_comparison.py b/src/coreclr/tests/scripts/crossgen_comparison.py index 42d7c610ba9c93..68a67ff72fbf69 100644 --- a/src/coreclr/tests/scripts/crossgen_comparison.py +++ b/src/coreclr/tests/scripts/crossgen_comparison.py @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # ################################################################################ # @@ -815,4 +814,4 @@ def compare_results(args): end = datetime.datetime.now() elapsed = end - start - print("Elapsed time: {}".format(elapsed.total_seconds())) \ No newline at end of file + print("Elapsed time: {}".format(elapsed.total_seconds())) diff --git a/src/coreclr/tests/scripts/exclusion.py b/src/coreclr/tests/scripts/exclusion.py index 87ea48521e9a0f..e73d21166cf59f 100644 --- a/src/coreclr/tests/scripts/exclusion.py +++ b/src/coreclr/tests/scripts/exclusion.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :exclusion.py diff --git a/src/coreclr/tests/scripts/format.py b/src/coreclr/tests/scripts/format.py index c25e904f332887..2f2b4cf872f567 100644 --- a/src/coreclr/tests/scripts/format.py +++ b/src/coreclr/tests/scripts/format.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :format.py diff --git a/src/coreclr/tests/scripts/lst_creator.py b/src/coreclr/tests/scripts/lst_creator.py index 4db689a98260e0..211872df572b10 100755 --- a/src/coreclr/tests/scripts/lst_creator.py +++ b/src/coreclr/tests/scripts/lst_creator.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :lst_creator.py diff --git a/src/coreclr/tests/scripts/migrate-tags.py b/src/coreclr/tests/scripts/migrate-tags.py index 77223a378ef831..6cf6985b598a95 100644 --- a/src/coreclr/tests/scripts/migrate-tags.py +++ b/src/coreclr/tests/scripts/migrate-tags.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :migrate-tags.py diff --git a/src/coreclr/tests/scripts/run-corefx-tests.py b/src/coreclr/tests/scripts/run-corefx-tests.py index 2207d55aa17c00..886bbc513ab1bb 100644 --- a/src/coreclr/tests/scripts/run-corefx-tests.py +++ b/src/coreclr/tests/scripts/run-corefx-tests.py @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # ########################################################################## ########################################################################## diff --git a/src/coreclr/tests/scripts/run-gc-reliability-framework.cmd b/src/coreclr/tests/scripts/run-gc-reliability-framework.cmd index 6d9dd984b6fc05..3d3e699213ee30 100644 --- a/src/coreclr/tests/scripts/run-gc-reliability-framework.cmd +++ b/src/coreclr/tests/scripts/run-gc-reliability-framework.cmd @@ -1,6 +1,5 @@ @rem Licensed to the .NET Foundation under one or more agreements. @rem The .NET Foundation licenses this file to you under the MIT license. -@rem See the LICENSE file in the project root for more information. @echo off diff --git a/src/coreclr/tests/scripts/run-pmi-diffs.py b/src/coreclr/tests/scripts/run-pmi-diffs.py index 2f1024df5d9f12..30f92686c6c9a7 100755 --- a/src/coreclr/tests/scripts/run-pmi-diffs.py +++ b/src/coreclr/tests/scripts/run-pmi-diffs.py @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # ## # Title :run-pmi-diffs.py diff --git a/src/coreclr/tests/scripts/smarty_error_parser.py b/src/coreclr/tests/scripts/smarty_error_parser.py index cc66e1aacbb26e..48a8d393e7af96 100644 --- a/src/coreclr/tests/scripts/smarty_error_parser.py +++ b/src/coreclr/tests/scripts/smarty_error_parser.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :smarty_error_parser.py diff --git a/src/coreclr/tests/scripts/smarty_parser.py b/src/coreclr/tests/scripts/smarty_parser.py index 40f2a500d45f66..d9441fc3760422 100644 --- a/src/coreclr/tests/scripts/smarty_parser.py +++ b/src/coreclr/tests/scripts/smarty_parser.py @@ -2,7 +2,6 @@ # ## Licensed to the .NET Foundation under one or more agreements. ## The .NET Foundation licenses this file to you under the MIT license. -## See the LICENSE file in the project root for more information. # ## # Title :smarty_parser.py diff --git a/src/installer/corehost/cli/apphost/CMakeLists.txt b/src/installer/corehost/cli/apphost/CMakeLists.txt index ec7e8e3e2ce4b0..dbd0bc51dd6964 100644 --- a/src/installer/corehost/cli/apphost/CMakeLists.txt +++ b/src/installer/corehost/cli/apphost/CMakeLists.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. add_subdirectory(static) add_subdirectory(standalone) diff --git a/src/installer/corehost/cli/apphost/standalone/CMakeLists.txt b/src/installer/corehost/cli/apphost/standalone/CMakeLists.txt index 07c0c4cbcc7413..72ced75f6f9142 100644 --- a/src/installer/corehost/cli/apphost/standalone/CMakeLists.txt +++ b/src/installer/corehost/cli/apphost/standalone/CMakeLists.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. project(apphost) set(DOTNET_PROJECT_NAME "apphost") diff --git a/src/installer/corehost/cli/apphost/static/CMakeLists.txt b/src/installer/corehost/cli/apphost/static/CMakeLists.txt index 4d8f3895332452..3597a91b90747d 100644 --- a/src/installer/corehost/cli/apphost/static/CMakeLists.txt +++ b/src/installer/corehost/cli/apphost/static/CMakeLists.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. project(singlefilehost) set(DOTNET_PROJECT_NAME "singlefilehost") diff --git a/src/installer/corehost/cli/apphost/static/singlefilehost_unixexports.src b/src/installer/corehost/cli/apphost/static/singlefilehost_unixexports.src index 58d058e43697ec..f91900908da265 100644 --- a/src/installer/corehost/cli/apphost/static/singlefilehost_unixexports.src +++ b/src/installer/corehost/cli/apphost/static/singlefilehost_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. DllMain diff --git a/src/installer/corehost/cli/comhost/CMakeLists.txt b/src/installer/corehost/cli/comhost/CMakeLists.txt index b0f4759ffc682c..7517306cdc1d6b 100644 --- a/src/installer/corehost/cli/comhost/CMakeLists.txt +++ b/src/installer/corehost/cli/comhost/CMakeLists.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. project(comhost) diff --git a/src/installer/corehost/cli/common.cmake b/src/installer/corehost/cli/common.cmake index 1ad7ee619abd8d..2c131d975becf8 100644 --- a/src/installer/corehost/cli/common.cmake +++ b/src/installer/corehost/cli/common.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project(${DOTNET_PROJECT_NAME}) diff --git a/src/installer/corehost/cli/dotnet/CMakeLists.txt b/src/installer/corehost/cli/dotnet/CMakeLists.txt index 99921ddcb01835..fe1b3512d9a684 100644 --- a/src/installer/corehost/cli/dotnet/CMakeLists.txt +++ b/src/installer/corehost/cli/dotnet/CMakeLists.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. project(dotnet) set(DOTNET_PROJECT_NAME "dotnet") diff --git a/src/installer/corehost/cli/exe.cmake b/src/installer/corehost/cli/exe.cmake index 0cec653917713c..fed0bdd455b274 100644 --- a/src/installer/corehost/cli/exe.cmake +++ b/src/installer/corehost/cli/exe.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project (${DOTNET_PROJECT_NAME}) diff --git a/src/installer/corehost/cli/fxr/CMakeLists.txt b/src/installer/corehost/cli/fxr/CMakeLists.txt index ec7e8e3e2ce4b0..dbd0bc51dd6964 100644 --- a/src/installer/corehost/cli/fxr/CMakeLists.txt +++ b/src/installer/corehost/cli/fxr/CMakeLists.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. add_subdirectory(static) add_subdirectory(standalone) diff --git a/src/installer/corehost/cli/fxr/standalone/CMakeLists.txt b/src/installer/corehost/cli/fxr/standalone/CMakeLists.txt index 1a2147cff1427a..d6c147f8f58803 100644 --- a/src/installer/corehost/cli/fxr/standalone/CMakeLists.txt +++ b/src/installer/corehost/cli/fxr/standalone/CMakeLists.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. project(hostfxr) diff --git a/src/installer/corehost/cli/fxr/standalone/hostfxr.def b/src/installer/corehost/cli/fxr/standalone/hostfxr.def index c86139a7fb58be..e9a8602cc520a4 100644 --- a/src/installer/corehost/cli/fxr/standalone/hostfxr.def +++ b/src/installer/corehost/cli/fxr/standalone/hostfxr.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. EXPORTS hostfxr_main_bundle_startupinfo diff --git a/src/installer/corehost/cli/fxr/standalone/hostfxr_unixexports.src b/src/installer/corehost/cli/fxr/standalone/hostfxr_unixexports.src index fcf85d027fa641..105135d7cab6ee 100644 --- a/src/installer/corehost/cli/fxr/standalone/hostfxr_unixexports.src +++ b/src/installer/corehost/cli/fxr/standalone/hostfxr_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. hostfxr_main_bundle_startupinfo hostfxr_main_startupinfo diff --git a/src/installer/corehost/cli/fxr/static/CMakeLists.txt b/src/installer/corehost/cli/fxr/static/CMakeLists.txt index 16c0951c5b21b9..10928733fe68cd 100644 --- a/src/installer/corehost/cli/fxr/static/CMakeLists.txt +++ b/src/installer/corehost/cli/fxr/static/CMakeLists.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. project(hostfxr_static) diff --git a/src/installer/corehost/cli/hostcommon/CMakeLists.txt b/src/installer/corehost/cli/hostcommon/CMakeLists.txt index 8ad0c8d09f47c2..d2e6162ba3b728 100644 --- a/src/installer/corehost/cli/hostcommon/CMakeLists.txt +++ b/src/installer/corehost/cli/hostcommon/CMakeLists.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. project(hostcommon) diff --git a/src/installer/corehost/cli/hostmisc/hostmisc.cmake b/src/installer/corehost/cli/hostmisc/hostmisc.cmake index eee02758749913..55670fc9dc3720 100644 --- a/src/installer/corehost/cli/hostmisc/hostmisc.cmake +++ b/src/installer/corehost/cli/hostmisc/hostmisc.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. include(${CMAKE_CURRENT_LIST_DIR}/configure.cmake) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/src/installer/corehost/cli/hostpolicy/CMakeLists.txt b/src/installer/corehost/cli/hostpolicy/CMakeLists.txt index ec7e8e3e2ce4b0..dbd0bc51dd6964 100644 --- a/src/installer/corehost/cli/hostpolicy/CMakeLists.txt +++ b/src/installer/corehost/cli/hostpolicy/CMakeLists.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. add_subdirectory(static) add_subdirectory(standalone) diff --git a/src/installer/corehost/cli/hostpolicy/standalone/CMakeLists.txt b/src/installer/corehost/cli/hostpolicy/standalone/CMakeLists.txt index e6a25d0228a0f2..cca4648e800244 100644 --- a/src/installer/corehost/cli/hostpolicy/standalone/CMakeLists.txt +++ b/src/installer/corehost/cli/hostpolicy/standalone/CMakeLists.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. project(hostpolicy) diff --git a/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy.def b/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy.def index af03ab9dca68d4..199ae82340372c 100644 --- a/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy.def +++ b/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy.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. EXPORTS corehost_initialize diff --git a/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy_unixexports.src b/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy_unixexports.src index 98f3e616e94991..c2da35aadcdc82 100644 --- a/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy_unixexports.src +++ b/src/installer/corehost/cli/hostpolicy/standalone/hostpolicy_unixexports.src @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. corehost_initialize corehost_load diff --git a/src/installer/corehost/cli/hostpolicy/static/CMakeLists.txt b/src/installer/corehost/cli/hostpolicy/static/CMakeLists.txt index 32149a84b6de8f..3ee012f475dd51 100644 --- a/src/installer/corehost/cli/hostpolicy/static/CMakeLists.txt +++ b/src/installer/corehost/cli/hostpolicy/static/CMakeLists.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. project(hostpolicy_static) diff --git a/src/installer/corehost/cli/ijwhost/CMakeLists.txt b/src/installer/corehost/cli/ijwhost/CMakeLists.txt index 0772221a6ef8ca..4a56583af3a47b 100644 --- a/src/installer/corehost/cli/ijwhost/CMakeLists.txt +++ b/src/installer/corehost/cli/ijwhost/CMakeLists.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. project(ijwhost) diff --git a/src/installer/corehost/cli/ijwhost/amd64/asmhelpers.asm b/src/installer/corehost/cli/ijwhost/amd64/asmhelpers.asm index fd377b06a03e4c..9a92487f173b40 100644 --- a/src/installer/corehost/cli/ijwhost/amd64/asmhelpers.asm +++ b/src/installer/corehost/cli/ijwhost/amd64/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. include AsmMacros.inc diff --git a/src/installer/corehost/cli/ijwhost/amd64/asmmacros.inc b/src/installer/corehost/cli/ijwhost/amd64/asmmacros.inc index 73378b87617c6a..a3e1ca8cae121b 100644 --- a/src/installer/corehost/cli/ijwhost/amd64/asmmacros.inc +++ b/src/installer/corehost/cli/ijwhost/amd64/asmmacros.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 macros to build unwind data for prologues. diff --git a/src/installer/corehost/cli/ijwhost/arm/asmhelpers.asm b/src/installer/corehost/cli/ijwhost/arm/asmhelpers.asm index ca562692889782..8c3d306579a941 100644 --- a/src/installer/corehost/cli/ijwhost/arm/asmhelpers.asm +++ b/src/installer/corehost/cli/ijwhost/arm/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; #include "ksarm.h" diff --git a/src/installer/corehost/cli/ijwhost/arm/kxarm.h b/src/installer/corehost/cli/ijwhost/arm/kxarm.h index 96ac7bcf17e789..1164da19032b49 100644 --- a/src/installer/corehost/cli/ijwhost/arm/kxarm.h +++ b/src/installer/corehost/cli/ijwhost/arm/kxarm.h @@ -2,7 +2,6 @@ ; ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; ; diff --git a/src/installer/corehost/cli/ijwhost/arm/kxarmunw.h b/src/installer/corehost/cli/ijwhost/arm/kxarmunw.h index 00628e36037593..1f69eb0a833345 100644 --- a/src/installer/corehost/cli/ijwhost/arm/kxarmunw.h +++ b/src/installer/corehost/cli/ijwhost/arm/kxarmunw.h @@ -2,7 +2,6 @@ ; ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; ; Module: ; diff --git a/src/installer/corehost/cli/ijwhost/arm64/asmhelpers.asm b/src/installer/corehost/cli/ijwhost/arm64/asmhelpers.asm index 3fd79c9c209b10..fc99a1e7c09b9d 100644 --- a/src/installer/corehost/cli/ijwhost/arm64/asmhelpers.asm +++ b/src/installer/corehost/cli/ijwhost/arm64/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; #include "ksarm64.h" diff --git a/src/installer/corehost/cli/ijwhost/arm64/kxarm64.h b/src/installer/corehost/cli/ijwhost/arm64/kxarm64.h index 7b0b4462cdd00f..f80f88707186c7 100644 --- a/src/installer/corehost/cli/ijwhost/arm64/kxarm64.h +++ b/src/installer/corehost/cli/ijwhost/arm64/kxarm64.h @@ -2,7 +2,6 @@ ; ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; ; Contains ARM architecture constants and assembly macros. ; diff --git a/src/installer/corehost/cli/ijwhost/arm64/kxarm64unw.h b/src/installer/corehost/cli/ijwhost/arm64/kxarm64unw.h index 422007a49474d9..d4527c356fb17c 100644 --- a/src/installer/corehost/cli/ijwhost/arm64/kxarm64unw.h +++ b/src/installer/corehost/cli/ijwhost/arm64/kxarm64unw.h @@ -2,7 +2,6 @@ ; ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. ; ; ; Module: diff --git a/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.cpp b/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.cpp index 9e0d698c87b331..09f71646bb81c0 100644 --- a/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.cpp +++ b/src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.cpp @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // 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_chunk.h" diff --git a/src/installer/corehost/cli/ijwhost/i386/asmhelpers.asm b/src/installer/corehost/cli/ijwhost/i386/asmhelpers.asm index 1745b041ca03d9..eb5b22049448ee 100644 --- a/src/installer/corehost/cli/ijwhost/i386/asmhelpers.asm +++ b/src/installer/corehost/cli/ijwhost/i386/asmhelpers.asm @@ -1,6 +1,5 @@ ; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. -; See the LICENSE file in the project root for more information. .586 diff --git a/src/installer/corehost/cli/lib.cmake b/src/installer/corehost/cli/lib.cmake index fe6632d6afc363..e61eb0a2b3900b 100644 --- a/src/installer/corehost/cli/lib.cmake +++ b/src/installer/corehost/cli/lib.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project(${DOTNET_PROJECT_NAME}) diff --git a/src/installer/corehost/cli/lib_static.cmake b/src/installer/corehost/cli/lib_static.cmake index 00204df3ce9f40..b6d8744e94e0ea 100644 --- a/src/installer/corehost/cli/lib_static.cmake +++ b/src/installer/corehost/cli/lib_static.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project(lib${DOTNET_PROJECT_NAME}) diff --git a/src/installer/corehost/cli/nethost/CMakeLists.txt b/src/installer/corehost/cli/nethost/CMakeLists.txt index 4e06f52cbde8b0..a9f44e7205278d 100644 --- a/src/installer/corehost/cli/nethost/CMakeLists.txt +++ b/src/installer/corehost/cli/nethost/CMakeLists.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. project(nethost) diff --git a/src/installer/corehost/cli/setup.cmake b/src/installer/corehost/cli/setup.cmake index 0d6a1cdb122a36..f46854b20cb38b 100644 --- a/src/installer/corehost/cli/setup.cmake +++ b/src/installer/corehost/cli/setup.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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 (CLI_CMAKE_PORTABLE_BUILD) add_definitions(-DFEATURE_PORTABLE_BUILD=1) diff --git a/src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt b/src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt index 39f96419f0e330..f7e202fbc1dff5 100644 --- a/src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt +++ b/src/installer/corehost/cli/test/mockcoreclr/CMakeLists.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. project(mockcoreclr) diff --git a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.def b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.def index ffcb9827095aea..66b26748785cc0 100644 --- a/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.def +++ b/src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.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. EXPORTS coreclr_create_delegate diff --git a/src/installer/corehost/cli/test/mockhostfxr/CMakeLists.txt b/src/installer/corehost/cli/test/mockhostfxr/CMakeLists.txt index 3352dd48d5149b..94099c49c1d6e1 100644 --- a/src/installer/corehost/cli/test/mockhostfxr/CMakeLists.txt +++ b/src/installer/corehost/cli/test/mockhostfxr/CMakeLists.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. cmake_minimum_required (VERSION 3.14.5) project(mockhostfxr_2_2) diff --git a/src/installer/corehost/cli/test/mockhostpolicy/CMakeLists.txt b/src/installer/corehost/cli/test/mockhostpolicy/CMakeLists.txt index 455e86eb436c4d..146cf010e3fa6f 100644 --- a/src/installer/corehost/cli/test/mockhostpolicy/CMakeLists.txt +++ b/src/installer/corehost/cli/test/mockhostpolicy/CMakeLists.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. project(mockhostpolicy) diff --git a/src/installer/corehost/cli/test/nativehost/CMakeLists.txt b/src/installer/corehost/cli/test/nativehost/CMakeLists.txt index e9fd5f48087e31..462f88ffb4ade4 100644 --- a/src/installer/corehost/cli/test/nativehost/CMakeLists.txt +++ b/src/installer/corehost/cli/test/nativehost/CMakeLists.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. project(nativehost) diff --git a/src/installer/corehost/cli/test/testexe.cmake b/src/installer/corehost/cli/test/testexe.cmake index 6e8ea0aec4307e..7a4260aa9f7891 100644 --- a/src/installer/corehost/cli/test/testexe.cmake +++ b/src/installer/corehost/cli/test/testexe.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project(${DOTNET_PROJECT_NAME}) diff --git a/src/installer/corehost/cli/test/testlib.cmake b/src/installer/corehost/cli/test/testlib.cmake index 303b801321263d..6031136fb9750e 100644 --- a/src/installer/corehost/cli/test/testlib.cmake +++ b/src/installer/corehost/cli/test/testlib.cmake @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. project(${DOTNET_PROJECT_NAME}) diff --git a/src/installer/pkg/packaging/osx/hostfxr/scripts/postinstall b/src/installer/pkg/packaging/osx/hostfxr/scripts/postinstall index b8c5e60b92d99f..2d0ceb82786936 100755 --- a/src/installer/pkg/packaging/osx/hostfxr/scripts/postinstall +++ b/src/installer/pkg/packaging/osx/hostfxr/scripts/postinstall @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # PACKAGE=$1 diff --git a/src/installer/pkg/packaging/osx/sharedframework/scripts/postinstall b/src/installer/pkg/packaging/osx/sharedframework/scripts/postinstall index 596c2dc68bc53f..734abc33de6ec9 100755 --- a/src/installer/pkg/packaging/osx/sharedframework/scripts/postinstall +++ b/src/installer/pkg/packaging/osx/sharedframework/scripts/postinstall @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # PACKAGE=$1 diff --git a/src/installer/pkg/packaging/osx/sharedhost/scripts/postinstall b/src/installer/pkg/packaging/osx/sharedhost/scripts/postinstall index 33d9db28f2fb9c..531cb93fd382fc 100755 --- a/src/installer/pkg/packaging/osx/sharedhost/scripts/postinstall +++ b/src/installer/pkg/packaging/osx/sharedhost/scripts/postinstall @@ -2,7 +2,6 @@ # # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # PACKAGE=$1 diff --git a/src/installer/pkg/packaging/rpm/templates/copyright b/src/installer/pkg/packaging/rpm/templates/copyright index ba561b5eceb7cf..a44f2cbd65168a 100644 --- a/src/installer/pkg/packaging/rpm/templates/copyright +++ b/src/installer/pkg/packaging/rpm/templates/copyright @@ -1,8 +1,8 @@ -Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. +Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. Files: * Copyright: {COPYRIGHT_TEXT} License: {LICENSE_NAME} License: {LICENSE_NAME} - {LICENSE_TEXT} \ No newline at end of file + {LICENSE_TEXT} diff --git a/src/installer/tests/Assets/TestProjects/LocalizedApp/Program.cs b/src/installer/tests/Assets/TestProjects/LocalizedApp/Program.cs index 1999cc46f1812b..790181d3cc4ae9 100644 --- a/src/installer/tests/Assets/TestProjects/LocalizedApp/Program.cs +++ b/src/installer/tests/Assets/TestProjects/LocalizedApp/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; using System.Threading; diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs index cadcbf8032b0ee..e713e6f7d8c322 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.cs b/src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.cs index 785eab75bd8273..11e39e5f784823 100644 --- a/src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.cs +++ b/src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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.Net.Http { @@ -13,7 +12,7 @@ internal enum Http3ErrorCode : long NoError = 0x100, /// /// H3_GENERAL_PROTOCOL_ERROR (0x101): - /// Peer violated protocol requirements in a way which doesn’t match a more specific error code, + /// Peer violated protocol requirements in a way which doesn't match a more specific error code, /// or endpoint declines to use the more specific error code. /// ProtocolError = 0x101, @@ -75,7 +74,7 @@ internal enum Http3ErrorCode : long RequestCancelled = 0x10c, /// /// H3_REQUEST_INCOMPLETE (0x10E): - /// The client’s stream terminated without containing a fully-formed request. + /// The client?s stream terminated without containing a fully-formed request. /// RequestIncomplete = 0x10d, /// diff --git a/src/libraries/Common/src/System/SR.vb b/src/libraries/Common/src/System/SR.vb index 16659f9bcf9cac..0d2638aef63e47 100644 --- a/src/libraries/Common/src/System/SR.vb +++ b/src/libraries/Common/src/System/SR.vb @@ -1,7 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. - ' ' SR.vb ' diff --git a/src/libraries/Common/src/System/Security/Cryptography/Asn1/asn.xslt b/src/libraries/Common/src/System/Security/Cryptography/Asn1/asn.xslt index 12f7ebfc328fd9..8198a2b551aeac 100644 --- a/src/libraries/Common/src/System/Security/Cryptography/Asn1/asn.xslt +++ b/src/libraries/Common/src/System/Security/Cryptography/Asn1/asn.xslt @@ -49,7 +49,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #pragma warning disable SA1028 // ignore whitespace warnings for generated code using System; @@ -143,7 +142,6 @@ namespace // Licensed to the .NET Foundation under one or more 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 SA1028 // ignore whitespace warnings for generated code using System; diff --git a/src/libraries/Common/tests/Scripts/Tools/ParallelTestExecution.ps1 b/src/libraries/Common/tests/Scripts/Tools/ParallelTestExecution.ps1 index 4e276c49843f68..df8b8b3b5c0f96 100644 --- a/src/libraries/Common/tests/Scripts/Tools/ParallelTestExecution.ps1 +++ b/src/libraries/Common/tests/Scripts/Tools/ParallelTestExecution.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # Usage: # diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/config.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/config.ps1 index 14dac932e09d67..6a07fe355a53d1 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/config.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/config.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # Libraries - Net configuration diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup.ps1 index 44f06b08f9b7ea..26544c6ba0ae00 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_client.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_client.ps1 index f0d7d339d5c099..7a7df93b18517e 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_client.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_client.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1 index ceeeb363ef154f..2687ea5fb27b1b 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_certificates.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_certificates.ps1 index c5d1012f4d828a..a41139dff18a15 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_certificates.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_certificates.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_client.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_client.ps1 index 621ee06b884522..d605ca59ab287a 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_client.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_client.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. Param ( [switch] $uninstall=$false diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_common.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_common.ps1 index 7464241597029f..995b9315815672 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_common.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_common.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. . .\config.ps1 diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_firewall.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_firewall.ps1 index a9a01820d27610..c277f8d47a2817 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_firewall.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_firewall.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1 index e845faab716b4f..07a4dcbb4011f5 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. #Requires -RunAsAdministrator diff --git a/src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1 b/src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1 index b40c900eb52076..bb3828e448338d 100644 --- a/src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1 +++ b/src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # Requires Visual Studio Command Prompt # Requires Azure SDK and .NET Framework SDK installed on the build machine. diff --git a/src/libraries/GenerateLibrariesSln.ps1 b/src/libraries/GenerateLibrariesSln.ps1 index 387d971593adcf..e3e8531edb2d71 100644 --- a/src/libraries/GenerateLibrariesSln.ps1 +++ b/src/libraries/GenerateLibrariesSln.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # Creates a .sln that includes all of the library src, ref, or tests projects. diff --git a/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs b/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs index 0a7f47245e7474..bca1265567c028 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs +++ b/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Collections; @@ -305,7 +304,7 @@ private string[] GetArrayValue() /// Returns the zero-based index of the first occurrence of an item in the . /// /// The string to locate in the . - /// the zero-based index of the first occurrence of within the , if found; otherwise, –1. + /// the zero-based index of the first occurrence of within the , if found; otherwise, -1. int IList.IndexOf(string item) { return IndexOf(item); diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Collection.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Collection.vb index 23aeaa975bedb8..2d50add6d7152b 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Collection.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Collection.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Collections diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ComClassAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ComClassAttribute.vb index ce13ccc7742644..0860a8bfa92b62 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ComClassAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ComClassAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/BooleanType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/BooleanType.vb index 0d37e4014f4fd7..054760edf14879 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/BooleanType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/BooleanType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ByteType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ByteType.vb index c49309edcd1e88..129339af34704e 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ByteType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ByteType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharArrayType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharArrayType.vb index f6b4108e55e2b1..c9141cb2081bc8 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharArrayType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharArrayType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports Microsoft.VisualBasic.CompilerServices.Utils diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharType.vb index 6e76e7661e3bb2..ed01146ce71e15 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ConversionResolution.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ConversionResolution.vb index 39e944e2bfd7df..889b2725bc5c29 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ConversionResolution.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ConversionResolution.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Reflection diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Conversions.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Conversions.vb index 67ba5ce85d156f..76e84cba641e78 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Conversions.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Conversions.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb index 571a651b5ae242..d0491321248716 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DecimalType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DecimalType.vb index 8e8eaa03167b74..2a1ec1c6e96543 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DecimalType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DecimalType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DesignerGeneratedAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DesignerGeneratedAttribute.vb index 76f041370d1778..9cd4991f209d66 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DesignerGeneratedAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DesignerGeneratedAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DoubleType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DoubleType.vb index 4dbf9960102636..1f9885a50398b6 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DoubleType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DoubleType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb index b215e8c9cb1e6f..571d2f9a36db0d 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict Off diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IDOBinder.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IDOBinder.vb index 8abb2dbd57e5af..c8fb73e8058398 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IDOBinder.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IDOBinder.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Collections.Generic diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IOUtils.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IOUtils.vb index d5ed176a6311c7..cb742ee4a40032 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IOUtils.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IOUtils.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Security diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IncompleteInitialization.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IncompleteInitialization.vb index cbb88b3a6bfc35..2a976d4e902c09 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IncompleteInitialization.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IncompleteInitialization.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Namespace Global.Microsoft.VisualBasic.CompilerServices diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IntegerType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IntegerType.vb index ebd202569ce425..d6121c725b6953 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IntegerType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IntegerType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LateBinding.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LateBinding.vb index 9e92421c8799b8..ef351da090cefc 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LateBinding.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LateBinding.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LikeOperator.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LikeOperator.vb index 6cf0e953472057..ac48462ee3948c 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LikeOperator.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LikeOperator.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Explicit On Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LongType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LongType.vb index ca76b1d7ce3f0d..d5a29b5d032242 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LongType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LongType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/NewLateBinding.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/NewLateBinding.vb index 06778011e0e3be..17f75db4879df0 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/NewLateBinding.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/NewLateBinding.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Collections diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectFlowControl.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectFlowControl.vb index 9902ac25da27b2..e027ad776c84a6 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectFlowControl.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectFlowControl.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectType.vb index 55edb72dd5aa9d..47571c83d5d735 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.Resolution.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.Resolution.vb index 0756c19941ee66..cb0ba07e430276 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.Resolution.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.Resolution.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Collections.Generic diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.vb index f0f08269f9d933..1db75e323aab61 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionCompareAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionCompareAttribute.vb index a4c671a304fc37..75f52b6149b7a5 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionCompareAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionCompareAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionTextAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionTextAttribute.vb index a71972fc8f96b6..d1c3b76a11c158 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionTextAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionTextAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb index 8f56a82a8d3678..d28d1648cf5e51 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ProjectData.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ProjectData.vb index 2cf1909a4c1b0d..4470b6673923f4 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ProjectData.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ProjectData.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports Microsoft.VisualBasic.CompilerServices.Utils diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ShortType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ShortType.vb index b7ee98224a824d..930f48a4106bdc 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ShortType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ShortType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/SingleType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/SingleType.vb index 05d2a4e08db5ce..9ac734147ecf9a 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/SingleType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/SingleType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StandardModuleAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StandardModuleAttribute.vb index d3ce7de214606e..494168dc69e00c 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StandardModuleAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StandardModuleAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StaticLocalInitFlag.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StaticLocalInitFlag.vb index e98b8cf3c2557a..acd1a0800eecd7 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StaticLocalInitFlag.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StaticLocalInitFlag.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Namespace Global.Microsoft.VisualBasic.CompilerServices diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StringType.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StringType.vb index 3873c956a4de87..db967555191665 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StringType.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StringType.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StructUtils.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StructUtils.vb index 2656fb09929324..44450234636ffc 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StructUtils.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StructUtils.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Symbols.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Symbols.vb index 272fde11b31873..f1e17f6cf1c3d2 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Symbols.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Symbols.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Reflection diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb index 89b92b6108cd99..40bc53408e256f 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Text diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.vb index 857a9da344dc97..be24ab3f832487 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb index 54a72b0cd73d66..0d21e7fbf62322 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports Microsoft.VisualBasic.CompilerServices.ExceptionUtils diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6File.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6File.vb index 3be2f8459e972f..4a11379ef58aba 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6File.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6File.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6InputFile.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6InputFile.vb index fcdf84dac68e14..12d16046410ad6 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6InputFile.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6InputFile.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Security diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6OutputFile.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6OutputFile.vb index 0fe2867113d226..6e39fd365573a8 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6OutputFile.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6OutputFile.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.IO diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6RandomFile.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6RandomFile.vb index 8eef9d81db24f5..c4e3fc3acc1420 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6RandomFile.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6RandomFile.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.IO diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VBBinder.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VBBinder.vb index ef5b839aaedd10..ab4ba8c9e4902d 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VBBinder.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VBBinder.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Versioned.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Versioned.vb index 10530dabc18800..3d54d11a9826e3 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Versioned.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Versioned.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Dynamic diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Constants.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Constants.vb index 2f4322787dde78..ea39c479dea9ea 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Constants.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Constants.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Namespace Global.Microsoft.VisualBasic diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ControlChars.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ControlChars.vb index e87b227de538b6..cbfff630c63348 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ControlChars.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ControlChars.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' 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.VisualBasic ' Constants for the Control Characters diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Conversion.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Conversion.vb index ae237a80f7920b..62c2a08c7ca7f6 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Conversion.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Conversion.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Runtime.Versioning diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/DateAndTime.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/DateAndTime.vb index bf10775b7faa22..c231eb40c3859c 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/DateAndTime.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/DateAndTime.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ErrObject.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ErrObject.vb index 5fca012f6e08b1..d331c1b8a546a3 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ErrObject.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ErrObject.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports Microsoft.VisualBasic.CompilerServices Imports Microsoft.VisualBasic.CompilerServices.Utils diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb index 054af43ca36830..13ac7596db8f39 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict On Option Explicit On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/MalformedLineException.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/MalformedLineException.vb index 0b69cdacbdaa74..f11e7dde4b6aa9 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/MalformedLineException.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/MalformedLineException.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Explicit On Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/SpecialDirectories.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/SpecialDirectories.vb index f0bcac6eeabeeb..2d5a72d78f9d55 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/SpecialDirectories.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/SpecialDirectories.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict On Option Explicit On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/TextFieldParser.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/TextFieldParser.vb index 96e95585b6fb56..c37df3fd08d34c 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/TextFieldParser.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/TextFieldParser.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Explicit On Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileSystem.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileSystem.vb index ff5b4c3253a5c3..bf0cd7e770cf96 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileSystem.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileSystem.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Diagnostics diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb index b099de6123f648..bc10ac9832b5fb 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Math diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Globals.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Globals.vb index 47b1a1ec80fd8c..bfd831154ac552 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Globals.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Globals.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/ForEachEnum.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/ForEachEnum.vb index 668910ca8bef01..aa72dfd15923b8 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/ForEachEnum.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/ForEachEnum.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Collections diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.vb index 795b42fff628c6..eb7f656c6ff2ce 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Strict On Option Explicit On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeTypes.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeTypes.vb index 0eea73d153ad13..a383a704500a9e 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeTypes.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeTypes.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Option Explicit On Option Strict On diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/SafeNativeMethods.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/SafeNativeMethods.vb index b83487aa620db9..491e53b4ff101d 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/SafeNativeMethods.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/SafeNativeMethods.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System.Runtime.InteropServices Imports System.Runtime.Versioning diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/UnsafeNativeMethods.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/UnsafeNativeMethods.vb index f5d5b389f4d61e..551571b3dd176a 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/UnsafeNativeMethods.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/UnsafeNativeMethods.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Runtime.InteropServices diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/HideModuleNameAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/HideModuleNameAttribute.vb index db97f977080319..42e242542b2557 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/HideModuleNameAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/HideModuleNameAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Information.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Information.vb index e831fb10db5174..20cb00e5231f43 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Information.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Information.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Interaction.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Interaction.vb index 28fdb1371e4d41..3f169df163cd62 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Interaction.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Interaction.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Reflection diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/MyGroupCollectionAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/MyGroupCollectionAttribute.vb index 4695a3bf49e1e1..0e59a15359ae5a 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/MyGroupCollectionAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/MyGroupCollectionAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.ComponentModel diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Strings.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Strings.vb index f34d31ac2db1cf..fefb1096c21557 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Strings.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Strings.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports System.Globalization diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedArrayAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedArrayAttribute.vb index 48eb9930179740..83b5b08c98b7af 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedArrayAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedArrayAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedStringAttribute.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedStringAttribute.vb index deaf360eee855d..075ce6e642e8b9 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedStringAttribute.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedStringAttribute.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBMath.vb b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBMath.vb index a33c49ea806d6a..42f96a28c5c4c4 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBMath.vb +++ b/src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBMath.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System Imports Microsoft.VisualBasic.CompilerServices diff --git a/src/libraries/Microsoft.Win32.Primitives/src/System/ComponentModel/Win32Exception.Default.cs b/src/libraries/Microsoft.Win32.Primitives/src/System/ComponentModel/Win32Exception.Default.cs index 30b7d4d8ea7d05..9fa1967a3fb4fa 100644 --- a/src/libraries/Microsoft.Win32.Primitives/src/System/ComponentModel/Win32Exception.Default.cs +++ b/src/libraries/Microsoft.Win32.Primitives/src/System/ComponentModel/Win32Exception.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. namespace System.ComponentModel { diff --git a/src/libraries/Native/Unix/System.Globalization.Native/pal_collation.c b/src/libraries/Native/Unix/System.Globalization.Native/pal_collation.c index 508d3a41e37ed8..6317f1da8d0030 100644 --- a/src/libraries/Native/Unix/System.Globalization.Native/pal_collation.c +++ b/src/libraries/Native/Unix/System.Globalization.Native/pal_collation.c @@ -1,7 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_sec.h b/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_sec.h index b6f10f714ff44c..0b6b65778c51f3 100644 --- a/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_sec.h +++ b/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_sec.h @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #pragma once diff --git a/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509.c b/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509.c index dfe6277fbf60a0..649b5ed2e566e9 100644 --- a/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509.c +++ b/src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509.c @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. #include "pal_x509.h" #include "pal_utilities.h" diff --git a/src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerErrorCollectionTests.cs b/src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerErrorCollectionTests.cs index 6d9d007ca19ec6..efbf888f2b9303 100644 --- a/src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerErrorCollectionTests.cs +++ b/src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerErrorCollectionTests.cs @@ -1,8 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System.CodeDom.Tests; using Xunit; diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/ComObjectTypeTest.cs b/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/ComObjectTypeTest.cs index daafd089558fa1..1f515391c15f42 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/ComObjectTypeTest.cs +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/ComObjectTypeTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.ComponentModel; diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/InterfaceTypeTest.cs b/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/InterfaceTypeTest.cs index 85f5d7f419a505..0145ba319535b7 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/InterfaceTypeTest.cs +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/InterfaceTypeTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.ComponentModel; diff --git a/src/libraries/System.Data.Common/tests/System/Data/ConstraintCollectionTest.cs b/src/libraries/System.Data.Common/tests/System/Data/ConstraintCollectionTest.cs index 68e73657f24c7a..11e8d9e33e73e5 100644 --- a/src/libraries/System.Data.Common/tests/System/Data/ConstraintCollectionTest.cs +++ b/src/libraries/System.Data.Common/tests/System/Data/ConstraintCollectionTest.cs @@ -1,9 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. - // (C) Franklin Wise // (C) 2003 Martin Willemoes Hansen // diff --git a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs index 7c23a38bd3e292..5218c92c5d2f39 100644 --- a/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs +++ b/src/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. namespace System.Data.Odbc { diff --git a/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolCounters.cs b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolCounters.cs index e03f7a07eb390c..df6f363cf6f3a0 100644 --- a/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolCounters.cs +++ b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolCounters.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses 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/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs index 558bcae299b91c..a7d839b8c2e2ae 100644 --- a/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs +++ b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses 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/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs index dcb02f3b26200d..2b78cdfd668218 100644 --- a/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs +++ b/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information namespace System.Data.ProviderBase { diff --git a/src/libraries/System.Diagnostics.EventLog/tests/EventInstanceTests.cs b/src/libraries/System.Diagnostics.EventLog/tests/EventInstanceTests.cs index eaee87c751da20..94093ceba79823 100644 --- a/src/libraries/System.Diagnostics.EventLog/tests/EventInstanceTests.cs +++ b/src/libraries/System.Diagnostics.EventLog/tests/EventInstanceTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information.even using Xunit; diff --git a/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogPropertySelectorTests.cs b/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogPropertySelectorTests.cs index 5780196ac485fc..4d6aa1f00442da 100644 --- a/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogPropertySelectorTests.cs +++ b/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogPropertySelectorTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information.even using System.Collections.Generic; using System.Diagnostics.Eventing.Reader; diff --git a/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogQueryTests.cs b/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogQueryTests.cs index d5c5b1f8bbfb63..18999b6a267f2d 100644 --- a/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogQueryTests.cs +++ b/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogQueryTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information.even using System.Diagnostics.Eventing.Reader; using Xunit; diff --git a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs index 23cf9ccf52e77c..2e1cce9f780a48 100644 --- a/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs +++ b/src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + namespace System.Diagnostics.Tracing { public abstract partial class DiagnosticCounter : System.IDisposable diff --git a/src/libraries/System.Drawing.Common/tests/Imaging/ImageCodecInfoTests.cs b/src/libraries/System.Drawing.Common/tests/Imaging/ImageCodecInfoTests.cs index 28c7d260e0e014..0254fe5c7723d0 100644 --- a/src/libraries/System.Drawing.Common/tests/Imaging/ImageCodecInfoTests.cs +++ b/src/libraries/System.Drawing.Common/tests/Imaging/ImageCodecInfoTests.cs @@ -1,8 +1,8 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. +// The .NET Foundation licenses this file to you under the MIT license. // // Authors: -// Jordi Mas i Hernàndez (jordi@ximian.com) +// Jordi Mas i Hernàndez (jordi@ximian.com) // Sebastien Pouliot // // (C) 2004 Ximian, Inc. http://www.ximian.com diff --git a/src/libraries/System.Drawing.Common/tests/Printing/PaperSizeTests.cs b/src/libraries/System.Drawing.Common/tests/Printing/PaperSizeTests.cs index c91c8c54d56841..3f948021d7a083 100644 --- a/src/libraries/System.Drawing.Common/tests/Printing/PaperSizeTests.cs +++ b/src/libraries/System.Drawing.Common/tests/Printing/PaperSizeTests.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information.using System; -// +// The .NET Foundation licenses this file to you under the MIT license. + // Copyright (C) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs b/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs index 9d7c1129fe04e6..e3ac9428b037e3 100644 --- a/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs +++ b/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; using System.Runtime.CompilerServices; diff --git a/src/libraries/System.Globalization/tests/System/Globalization/GraphemeBreakTest.cs b/src/libraries/System.Globalization/tests/System/Globalization/GraphemeBreakTest.cs index d0c9eab963decc..651dd8bcf476da 100644 --- a/src/libraries/System.Globalization/tests/System/Globalization/GraphemeBreakTest.cs +++ b/src/libraries/System.Globalization/tests/System/Globalization/GraphemeBreakTest.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs index a190dfc00927d4..7f8998a27ca1bf 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information using System.DirectoryServices; using System.Security.Principal; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs index 611a59dfdc4c7e..f1c49d1dc5451f 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information using System.Security.AccessControl; using System.Security.Principal; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs index 46ff021d417d7d..b5dd1f492fd588 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information using System.Collections.Generic; using System.Linq; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs index 50afc8288f21a8..23a9cd2329072e 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information using System.Security.Principal; using Xunit; diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs index 2dccab7a9ab39b..922604febf6991 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under 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/System.IO.FileSystem.AccessControl/tests/Helpers.cs b/src/libraries/System.IO.FileSystem.AccessControl/tests/Helpers.cs index 2c3f30e2d9a7f1..62b1d26ab4531b 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/Helpers.cs +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/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.Security.Principal; diff --git a/src/libraries/System.IO.Pipelines/tests/BufferSegmentPoolTest.cs b/src/libraries/System.IO.Pipelines/tests/BufferSegmentPoolTest.cs index 864920a46fb028..421c31c36ee77d 100644 --- a/src/libraries/System.IO.Pipelines/tests/BufferSegmentPoolTest.cs +++ b/src/libraries/System.IO.Pipelines/tests/BufferSegmentPoolTest.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Buffers; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/libraries/System.IO.Pipelines/tests/Infrastructure/HeapBufferPool.cs b/src/libraries/System.IO.Pipelines/tests/Infrastructure/HeapBufferPool.cs index e5cdf40d3437c9..630fd0e5ff4835 100644 --- a/src/libraries/System.IO.Pipelines/tests/Infrastructure/HeapBufferPool.cs +++ b/src/libraries/System.IO.Pipelines/tests/Infrastructure/HeapBufferPool.cs @@ -1,4 +1,7 @@ -using System.Buffers; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Buffers; namespace System.IO.Pipelines.Tests { diff --git a/src/libraries/System.IO.Pipelines/tests/Infrastructure/ObserveDisposeStream.cs b/src/libraries/System.IO.Pipelines/tests/Infrastructure/ObserveDisposeStream.cs index 3c36e868fe720b..793d663a782c8b 100644 --- a/src/libraries/System.IO.Pipelines/tests/Infrastructure/ObserveDisposeStream.cs +++ b/src/libraries/System.IO.Pipelines/tests/Infrastructure/ObserveDisposeStream.cs @@ -1,4 +1,7 @@ -namespace System.IO.Pipelines.Tests +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +namespace System.IO.Pipelines.Tests { public class ObserveDisposeStream : ReadOnlyStream { diff --git a/src/libraries/System.IO.Pipelines/tests/Infrastructure/WriteCheckStream.cs b/src/libraries/System.IO.Pipelines/tests/Infrastructure/WriteCheckStream.cs index 88267e6cc144c2..c58422d67a0e22 100644 --- a/src/libraries/System.IO.Pipelines/tests/Infrastructure/WriteCheckStream.cs +++ b/src/libraries/System.IO.Pipelines/tests/Infrastructure/WriteCheckStream.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Collections.Generic; using System.Text; diff --git a/src/libraries/System.IO.Pipelines/tests/StreamPipeReaderTests.cs b/src/libraries/System.IO.Pipelines/tests/StreamPipeReaderTests.cs index bc6a1170fc2cb7..74db88f57a39c9 100644 --- a/src/libraries/System.IO.Pipelines/tests/StreamPipeReaderTests.cs +++ b/src/libraries/System.IO.Pipelines/tests/StreamPipeReaderTests.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Buffers; using System.Collections.Generic; diff --git a/src/libraries/System.IO.Pipelines/tests/StreamPipeWriterTests.cs b/src/libraries/System.IO.Pipelines/tests/StreamPipeWriterTests.cs index e5b769c2978798..925ce3c2c98d94 100644 --- a/src/libraries/System.IO.Pipelines/tests/StreamPipeWriterTests.cs +++ b/src/libraries/System.IO.Pipelines/tests/StreamPipeWriterTests.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Buffers; using System.Collections.Generic; using System.Text; diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs b/src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs index 4a2dd328c3382c..a05c2158f9dd56 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs @@ -1,4 +1,7 @@ -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Collections.Generic; using System.Linq; using System.Security.AccessControl; using System.Security.Principal; diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/NamedPipeTests/NamedPipeServerStreamAclTests.cs b/src/libraries/System.IO.Pipes.AccessControl/tests/NamedPipeTests/NamedPipeServerStreamAclTests.cs index 893bda0761ce11..55c89327de1e03 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/NamedPipeTests/NamedPipeServerStreamAclTests.cs +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/NamedPipeTests/NamedPipeServerStreamAclTests.cs @@ -1,4 +1,7 @@ -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Collections.Generic; using System.Linq; using System.Security.AccessControl; using System.Security.Cryptography; diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/PipeServerStreamAclTestBase.cs b/src/libraries/System.IO.Pipes.AccessControl/tests/PipeServerStreamAclTestBase.cs index b1d1b13de65547..ee08b3c15125c7 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/PipeServerStreamAclTestBase.cs +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/PipeServerStreamAclTestBase.cs @@ -1,4 +1,7 @@ -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Collections.Generic; using System.Linq; using System.Security.AccessControl; using System.Security.Principal; diff --git a/src/libraries/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.tt b/src/libraries/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.tt index b4d8edcbbf7359..44c6c3fc628023 100644 --- a/src/libraries/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.tt +++ b/src/libraries/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.tt @@ -6,7 +6,6 @@ <#@ output extension=".cs" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/libraries/System.Linq/tests/OrderByTests.cs b/src/libraries/System.Linq/tests/OrderByTests.cs index 627becd98800b5..095e5cc81ebdee 100644 --- a/src/libraries/System.Linq/tests/OrderByTests.cs +++ b/src/libraries/System.Linq/tests/OrderByTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under 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/System.Net.Http.Json/ref/System.Net.Http.Json.netcoreapp.cs b/src/libraries/System.Net.Http.Json/ref/System.Net.Http.Json.netcoreapp.cs index 49131cd7c3e384..d362d2d550febc 100644 --- a/src/libraries/System.Net.Http.Json/ref/System.Net.Http.Json.netcoreapp.cs +++ b/src/libraries/System.Net.Http.Json/ref/System.Net.Http.Json.netcoreapp.cs @@ -1,4 +1,10 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// ------------------------------------------------------------------------------ +// Changes to this file must follow the https://aka.ms/api-review process. +// ------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Text; diff --git a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs index 126962427eb674..72b91c9e49f38e 100644 --- a/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs +++ b/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System.Diagnostics; using System.Threading; using System.Threading.Tasks; diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Connect.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Connect.cs index f0ca53c9377fd7..9a178da06fea62 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Connect.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Connect.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System.Collections.Generic; using System.IO; using System.Net.Test.Common; diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/MsQuicTestBase.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/MsQuicTestBase.cs index 373db5c727fc3d..98e8438a7afda5 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/MsQuicTestBase.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/MsQuicTestBase.cs @@ -1,4 +1,7 @@ -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Collections.Generic; using System.Net.Security; using System.Threading.Tasks; diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/QuicListenerTests.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/QuicListenerTests.cs index 2c729c260e58a3..77e21a814a561e 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/QuicListenerTests.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/QuicListenerTests.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/QuicStreamTests.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/QuicStreamTests.cs index 1a6531371190f7..254887d7720f89 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/QuicStreamTests.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/QuicStreamTests.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/ThrowingContent.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/ThrowingContent.cs index aff18aab228780..276570552bd19f 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/ThrowingContent.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/ThrowingContent.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Collections.Generic; using System.IO; using System.Text; diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1 b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1 index e31a47ef75eded..0d4b1fb3c918b9 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1 +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1 @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more 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 script used for pointing the current powershell environment # to the testhost sdk built by the corefx build script. diff --git a/src/libraries/System.Net.Mail/tests/Functional/LoopbackSmtpServer.cs b/src/libraries/System.Net.Mail/tests/Functional/LoopbackSmtpServer.cs index 8db9e8c5e108a0..4520e439c4e833 100644 --- a/src/libraries/System.Net.Mail/tests/Functional/LoopbackSmtpServer.cs +++ b/src/libraries/System.Net.Mail/tests/Functional/LoopbackSmtpServer.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/libraries/System.Net.Mail/tests/Functional/SmtpClientCredentialsTest.cs b/src/libraries/System.Net.Mail/tests/Functional/SmtpClientCredentialsTest.cs index 4b2d50755e93bf..824717a0d9c787 100644 --- a/src/libraries/System.Net.Mail/tests/Functional/SmtpClientCredentialsTest.cs +++ b/src/libraries/System.Net.Mail/tests/Functional/SmtpClientCredentialsTest.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/libraries/System.Net.Security/src/System/Net/Security/TlsCipherSuite.tt b/src/libraries/System.Net.Security/src/System/Net/Security/TlsCipherSuite.tt index ff47a0a200bd31..bbaf6535cec0fc 100644 --- a/src/libraries/System.Net.Security/src/System/Net/Security/TlsCipherSuite.tt +++ b/src/libraries/System.Net.Security/src/System/Net/Security/TlsCipherSuite.tt @@ -11,7 +11,6 @@ <#@ output extension=".cs" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // This file has been auto-generated. Do not edit by hand. // Instead open Developer Command prompt and run: TextTransform FileName.tt diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamExtensions.cs b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamExtensions.cs index e7e423ee89580c..46c04ac079450a 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamExtensions.cs +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamExtensions.cs @@ -1,4 +1,7 @@ -using System.Threading; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Threading; using System.Threading.Tasks; namespace System.Net.Security.Tests diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/MiscHelpers.cs b/src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/MiscHelpers.cs index 9ec11ce6073f2e..4f0356d014bee7 100644 --- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/MiscHelpers.cs +++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/MiscHelpers.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; namespace SslStress.Utils { diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorArithmetic.tt b/src/libraries/System.Numerics.Tensors/tests/TensorArithmetic.tt index 4786f7e2ace6d2..91efa47c1ab768 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorArithmetic.tt +++ b/src/libraries/System.Numerics.Tensors/tests/TensorArithmetic.tt @@ -3,7 +3,6 @@ <#@ output extension=".cs" #> <#@ include file="TensorTemplate.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements. // 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.Numerics.Tensors { diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorOperations.tt b/src/libraries/System.Numerics.Tensors/tests/TensorOperations.tt index 2f12897fd872e5..6b96c0bb554a5a 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorOperations.tt +++ b/src/libraries/System.Numerics.Tensors/tests/TensorOperations.tt @@ -3,7 +3,6 @@ <#@ output extension=".cs" #> <#@ include file="TensorTemplate.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements. // 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.Numerics.Tensors { diff --git a/src/libraries/System.ObjectModel/tests/TrimmingTests/TypeDescriptionProviderAttributeCtorTest.cs b/src/libraries/System.ObjectModel/tests/TrimmingTests/TypeDescriptionProviderAttributeCtorTest.cs index 6a7f99d9169a9f..cfdb6635875130 100644 --- a/src/libraries/System.ObjectModel/tests/TrimmingTests/TypeDescriptionProviderAttributeCtorTest.cs +++ b/src/libraries/System.ObjectModel/tests/TrimmingTests/TypeDescriptionProviderAttributeCtorTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.ComponentModel; using System.Xml.Linq; diff --git a/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs b/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs index 67162a8c541e2b..4bc421436423ba 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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.Globalization { diff --git a/src/libraries/System.Private.CoreLib/src/System/Numerics/GenerationConfig.ttinclude b/src/libraries/System.Private.CoreLib/src/System/Numerics/GenerationConfig.ttinclude index fa18bd36c41b76..73221ced9e1353 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Numerics/GenerationConfig.ttinclude +++ b/src/libraries/System.Private.CoreLib/src/System/Numerics/GenerationConfig.ttinclude @@ -143,7 +143,6 @@ { #>// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. <#+ } diff --git a/src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs b/src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs index ce300230dcbbd1..1a10767161ae42 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more 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 using System.Collections; using System.Diagnostics; diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs b/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs index 03ccbe053f0a34..40b6ca14176337 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /*============================================================ ** @@ -325,7 +324,7 @@ internal static void ResetThreadPoolThread(Thread currentThread) [System.Diagnostics.Conditional("DEBUG")] internal static void CheckThreadPoolAndContextsAreDefault() { - Debug.Assert(!Thread.IsThreadStartSupported || Thread.CurrentThread.IsThreadPoolThread); // there are no dedicated threadpool threads on runtimes where we can't start threads + Debug.Assert(!Thread.IsThreadStartSupported || Thread.CurrentThread.IsThreadPoolThread); // there are no dedicated threadpool threads on runtimes where we can't start threads Debug.Assert(Thread.CurrentThread._executionContext == null, "ThreadPool thread not on Default ExecutionContext."); Debug.Assert(Thread.CurrentThread._synchronizationContext == null, "ThreadPool thread not on Default SynchronizationContext."); } diff --git a/src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs b/src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs index 084e9140ca12c1..354a1d0ef7e864 100644 --- a/src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs +++ b/src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information namespace System.Runtime.Serialization { diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/EscapeUnescapeIriTests.cs b/src/libraries/System.Private.Uri/tests/FunctionalTests/EscapeUnescapeIriTests.cs index 01eafd6565492c..3b992ab7dac5c5 100644 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/EscapeUnescapeIriTests.cs +++ b/src/libraries/System.Private.Uri/tests/FunctionalTests/EscapeUnescapeIriTests.cs @@ -1,4 +1,7 @@ -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Collections.Generic; using Xunit; namespace System.PrivateUri.Tests diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Core/HtmlRawTextWriterGenerator.ttinclude b/src/libraries/System.Private.Xml/src/System/Xml/Core/HtmlRawTextWriterGenerator.ttinclude index 2164c537e781da..7763db08aab5ce 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Core/HtmlRawTextWriterGenerator.ttinclude +++ b/src/libraries/System.Private.Xml/src/System/Xml/Core/HtmlRawTextWriterGenerator.ttinclude @@ -1,7 +1,6 @@ <#@ import namespace="System" #><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more 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: This file is generated and should not be modified directly. // Instead, modify HtmlRawTextWriterGenerator.ttinclude diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Core/TextRawTextWriterGenerator.ttinclude b/src/libraries/System.Private.Xml/src/System/Xml/Core/TextRawTextWriterGenerator.ttinclude index fe6b5ac5772bc3..c003190d75e1c3 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Core/TextRawTextWriterGenerator.ttinclude +++ b/src/libraries/System.Private.Xml/src/System/Xml/Core/TextRawTextWriterGenerator.ttinclude @@ -1,7 +1,6 @@ <#@ import namespace="System" #><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more 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: This file is generated and should not be modified directly. // Instead, modify TextRawTextWriterGenerator.ttinclude diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude b/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude index 1647216c9bb4d2..05d1c89291b296 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude +++ b/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude @@ -1,7 +1,6 @@ <#@ import namespace="System" #><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more 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: This file is generated and should not be modified directly. // Instead, modify XmlRawTextWriterGenerator.ttinclude diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude b/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude index f470cb6b2e320d..39e38820540b8b 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude +++ b/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude @@ -1,7 +1,6 @@ <#@ import namespace="System" #><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more 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: This file is generated and should not be modified directly. // Instead, modify XmlRawTextWriterGeneratorAsync.ttinclude diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Annotate.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Annotate.p index dbe9804073b3e9..43e439d7f6e232 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Annotate.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Annotate.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. |# diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/ConstantFold.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/ConstantFold.p index 0da226f0071dcf..39882282fa1fcb 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/ConstantFold.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/ConstantFold.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. |# diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Macros.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Macros.p index 5105baffcb97db..1a3c644ac9829f 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Macros.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Macros.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. |# diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Normalize.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Normalize.p index 3a041befc1759d..5182485e23401a 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Normalize.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Normalize.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. |# diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILOptimizer.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILOptimizer.p index bcf2d88ab4f200..0105c40213cb9d 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILOptimizer.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILOptimizer.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. |# diff --git a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/QIL/Qil.p b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/QIL/Qil.p index f4c9bb6fe2e85a..5523dcb4333a94 100644 --- a/src/libraries/System.Private.Xml/src/System/Xml/Xsl/QIL/Qil.p +++ b/src/libraries/System.Private.Xml/src/System/Xml/Xsl/QIL/Qil.p @@ -1,7 +1,6 @@ #| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. DO NOT MAKE CHANGES TO THIS FILE WITHOUT UPDATING THE SPEC. |# diff --git a/src/libraries/System.Reflection.Context/src/System/Reflection/Context/Virtual/VirtualMethodBase.cs b/src/libraries/System.Reflection.Context/src/System/Reflection/Context/Virtual/VirtualMethodBase.cs index 28c0e2399f3866..22e7a4e3f422d6 100644 --- a/src/libraries/System.Reflection.Context/src/System/Reflection/Context/Virtual/VirtualMethodBase.cs +++ b/src/libraries/System.Reflection.Context/src/System/Reflection/Context/Virtual/VirtualMethodBase.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this 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/libraries/System.Reflection.Metadata/tests/Resources/NetModule/ModuleVB01.vb b/src/libraries/System.Reflection.Metadata/tests/Resources/NetModule/ModuleVB01.vb index 695fa61eaa13c7..de01663b615ba3 100644 --- a/src/libraries/System.Reflection.Metadata/tests/Resources/NetModule/ModuleVB01.vb +++ b/src/libraries/System.Reflection.Metadata/tests/Resources/NetModule/ModuleVB01.vb @@ -1,6 +1,5 @@ ' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. -' See the LICENSE file in the project root for more information. Imports System.Collections.Generic diff --git a/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/TypeNameComparer.cs b/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/TypeNameComparer.cs index 82b19492035e9c..860931e66cd668 100644 --- a/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/TypeNameComparer.cs +++ b/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/TypeNameComparer.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more informanullable enable #nullable enable using System.Collections.Generic; diff --git a/src/libraries/System.Runtime/tests/System/DuplicateWaitObjectExceptionTests.cs b/src/libraries/System.Runtime/tests/System/DuplicateWaitObjectExceptionTests.cs index 8375996a8c3320..366019fbf0d603 100644 --- a/src/libraries/System.Runtime/tests/System/DuplicateWaitObjectExceptionTests.cs +++ b/src/libraries/System.Runtime/tests/System/DuplicateWaitObjectExceptionTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license.Missing -// See the LICENSE file in the project root for more information. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs b/src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs index de85325b2b3de6..355d54f5972c20 100644 --- a/src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs +++ b/src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System.Buffers; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/libraries/System.Runtime/tests/System/Runtime/Versioning/OSPlatformAttributeTests.cs b/src/libraries/System.Runtime/tests/System/Runtime/Versioning/OSPlatformAttributeTests.cs index e642e946cfc53b..3b9db8ce3bb8ea 100644 --- a/src/libraries/System.Runtime/tests/System/Runtime/Versioning/OSPlatformAttributeTests.cs +++ b/src/libraries/System.Runtime/tests/System/Runtime/Versioning/OSPlatformAttributeTests.cs @@ -1,4 +1,7 @@ -using System.Diagnostics.CodeAnalysis; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Diagnostics.CodeAnalysis; using Xunit; namespace System.Runtime.Versioning.Tests diff --git a/src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs b/src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs index 2f7c59e61354bd..6a5373f8921894 100644 --- a/src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs +++ b/src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs @@ -1,5 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information +// The .NET Foundation licenses this file to you under the MIT license. // // TypedReferenceTest.cs @@ -27,9 +27,6 @@ // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Reflection; diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadGenericPrincipalTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadGenericPrincipalTest.cs index a0f4d708d98f74..9d648d334bc1bd 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadGenericPrincipalTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadGenericPrincipalTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Security.Principal; using System.Threading; @@ -19,4 +22,4 @@ static int Main(string[] args) return 100; } -} \ No newline at end of file +} diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadWindowsPrincipalTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadWindowsPrincipalTest.cs index 3ebf35c8235352..02289a14e51512 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadWindowsPrincipalTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadWindowsPrincipalTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Security.Principal; using System.Threading; @@ -19,4 +22,4 @@ static int Main(string[] args) return 100; } -} \ No newline at end of file +} diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/DefaultValueAttributeCtorTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/DefaultValueAttributeCtorTest.cs index c30fb88e0b836b..1d9a6ec4012610 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/DefaultValueAttributeCtorTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/DefaultValueAttributeCtorTest.cs @@ -1,4 +1,7 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using System.ComponentModel; using System.Globalization; diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/GenericArraySortHelperTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/GenericArraySortHelperTest.cs index d8639674221529..37f808679e6caf 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/GenericArraySortHelperTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/GenericArraySortHelperTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Collections; diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/StackFrameHelperTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/StackFrameHelperTest.cs index 8d2aac4b546eab..6f26b3e7244ab1 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/StackFrameHelperTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/StackFrameHelperTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; using System.Diagnostics; diff --git a/src/libraries/System.Runtime/tests/TrimmingTests/VerifyResourcesGetTrimmedTest.cs b/src/libraries/System.Runtime/tests/TrimmingTests/VerifyResourcesGetTrimmedTest.cs index fd486aab4c9782..91f1dbdbe02a60 100644 --- a/src/libraries/System.Runtime/tests/TrimmingTests/VerifyResourcesGetTrimmedTest.cs +++ b/src/libraries/System.Runtime/tests/TrimmingTests/VerifyResourcesGetTrimmedTest.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using System; class Program @@ -24,4 +27,4 @@ static int Main(string[] args) } } } -} \ No newline at end of file +} diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs b/src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs index ad2230e6be1985..0dd12f1190ab36 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // MonoTests.System.Security.Cryptography.Xml.AssertCrypto.cs // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs index 05dd07958494db..e7eea144b54d23 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // DSAKeyValueTest.cs - Test Cases for DSAKeyValue // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs index 55f0be65c6311e..e9d6fd2f61a96f 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // DataObjectTest.cs - Test Cases for DataObject // // Author: @@ -9,9 +9,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell Inc. -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs index 46181b9ba63d11..f4b9ac020475f8 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // DataReferenceTest.cs // // Author: // Atsushi Enomoto // // Copyright (C) 2006 Novell, Inc. -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs index e20ab891c0901a..fc0a7d80195a5e 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs @@ -1,16 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // EncryptedXmlTest.cs // // Author: // Atsushi Enomoto // // Copyright (C) 2006 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. - using System.Collections; using System.Collections.Generic; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs index 1e7c3ffb2a1229..88a8694e568167 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // KeyInfoNameTest.cs - Test Cases for KeyInfoName // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs index 9a0d801c1103c8..741d0ad9b7a4d8 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // KeyInfoNodeTest.cs - Test Cases for KeyInfoNode // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs index 48f98728819b49..a16525ecb4077b 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // KeyInfoRetrievalMethodTest.cs - Test Cases for KeyInfoRetrievalMethod // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs index bca900683027af..4951ec10bb04f3 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // KeyInfoTest.cs - Test Cases for KeyInfo // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs index e7cc3a6855f730..96b75499b732b0 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // KeyInfoX509DataTest.cs - Test Cases for KeyInfoX509Data // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Security.Cryptography.X509Certificates; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs index 70313fefbbacf6..4b8b1198bb9db2 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // RSAKeyValueTest.cs - Test Cases for RSAKeyValue // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Linq; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs index fd5ef90f504561..d84b2fb9c7aec6 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // ReferenceTest.cs - Test Cases for Reference // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs index 063be493474a28..06b52ee4987522 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // SignatureTest.cs - Test Cases for SignedXml // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs index c0273fdaed8ea5..cff66ecaf829fd 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // SignedInfoTest.cs - Test Cases for SignedInfo // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2005, 2009 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Xml; using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs index 844225413bc388..600b4747b38d65 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // SignedXmlTest.cs - Test Cases for SignedXml // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005, 2008 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Globalization; using System.IO; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs index 296a0279362477..498c8807a03ab5 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // TransformChainTest.cs - Test Cases for TransformChain // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs index 8f2b505bbf4ef7..948a4f5dfd48c5 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // Unit tests for Transform // // Author: // Sebastien Pouliot // // Copyright (C) 2008 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Text; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs index b9de68f892f246..242b955fcff986 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // Unit tests for XmlDecryptionTransform // // Author: // Sebastien Pouliot // // Copyright (C) 2008 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs index c372a305bcd946..5c1541c6c59278 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigBase64TransformTest.cs - Test Cases for XmlDsigBase64Transform // // Author: @@ -8,9 +8,6 @@ // // (C) 2002 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Text; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs index c55d09858431bf..01a183e709a902 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigC14NTransformTest.cs - Test Cases for XmlDsigC14NTransform // // Author: @@ -10,9 +10,6 @@ // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2003 Aleksey Sanin (aleksey@aleksey.com) // (C) 2004 Novell (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Text; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs index c9cf81eb7d153c..f1b690410c7d4e 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigC14NWithCommentsTransformTest.cs // - Test Cases for XmlDsigC14NWithCommentsTransform // @@ -9,9 +9,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Text; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs index fa16ba839beb3c..cfeb35fa69c137 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs @@ -1,15 +1,12 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigEnvelopedSignatureTransformTest.cs // // Author: // Atsushi Enomoto // // (C) 2004 Novell Inc. -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs index 489f7a520bc571..d047064c016601 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigExcC14NTransformTest.cs - Test Cases for XmlDsigExcC14NTransform // // Author: @@ -13,9 +13,6 @@ // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2003 Aleksey Sanin (aleksey@aleksey.com) // (C) 2004 Novell (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs index b488dd4cd16ca3..3a1953c3c19af9 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigExcC14NWithCommentsTransformTest.cs - Test Cases for // XmlDsigExcC14NWithCommentsTransform // @@ -14,9 +14,6 @@ // (C) 2003 Aleksey Sanin (aleksey@aleksey.com) // (C) 2004 Novell (http://www.novell.com) // (C) 2008 Gert Driesen -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs index fabb64e699879f..2c0535cd8e9e52 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigXPathTransformTest.cs - Test Cases for XmlDsigXPathTransform // // Author: @@ -8,9 +8,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Xml; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs index 0a68fc01325675..906e9676165324 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlDsigXsltTransformTest.cs - Test Cases for XmlDsigXsltTransform // // Author: @@ -9,9 +9,6 @@ // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell (http://www.novell.com) -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.Collections; using System.IO; diff --git a/src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs b/src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs index 92dbd1bc54c750..34762106821cfb 100644 --- a/src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs +++ b/src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs @@ -1,6 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information -// +// The .NET Foundation licenses this file to you under the MIT license. + // XmlLicenseTransformTest.cs - Test Cases for XmlLicenseTransform // // Author: @@ -13,9 +13,6 @@ // (C) 2003 Aleksey Sanin (aleksey@aleksey.com) // (C) 2004 Novell (http://www.novell.com) // (C) 2008 Gert Driesen -// -// Licensed to the .NET Foundation under one or more agreements. -// See the LICENSE file in the project root for more information. using System.IO; using System.Xml; diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/Program.cs b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/Program.cs index 0f758404bf4aa3..6b81dfc9b33877 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/Program.cs +++ b/src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/Program.cs @@ -104,7 +104,6 @@ static void Main(string[] args) builder.AppendLine("// Licensed to the .NET Foundation under one or more agreements."); builder.AppendLine("// The .NET Foundation licenses this file to you under the MIT license."); - builder.AppendLine("// See the LICENSE file in the project root for more information."); builder.AppendLine(); builder.AppendLine("// This file was generated by a tool."); builder.AppendLine("// See src/System.Text.Encodings.Web/tools/GenDefinedCharList"); diff --git a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/Program.cs b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/Program.cs index 2ef3a8d2e324c7..06373863fb1ec0 100644 --- a/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/Program.cs +++ b/src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/Program.cs @@ -173,7 +173,6 @@ private static void WriteCopyrightAndHeader(StringBuilder builder) { builder.AppendLine("// Licensed to the .NET Foundation under one or more agreements."); builder.AppendLine("// The .NET Foundation licenses this file to you under the MIT license."); - builder.AppendLine("// See the LICENSE file in the project root for more information."); builder.AppendLine(); builder.AppendLine("// This file was generated by a tool."); builder.AppendLine("// See src/System.Text.Encodings.Web/tools/GenUnicodeRanges"); diff --git a/src/libraries/System.Text.Json/roadmap/images/core-components.txt b/src/libraries/System.Text.Json/roadmap/images/core-components.txt index cf1ee664408a78..e079263196090b 100644 --- a/src/libraries/System.Text.Json/roadmap/images/core-components.txt +++ b/src/libraries/System.Text.Json/roadmap/images/core-components.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. ' Requires PlantUML to interpret: http://plantuml.com/ ' See license info under http://plantuml.com/faq for more details @@ -19,4 +18,4 @@ package "Layer on top" { [JsonDocument] --> [JsonReader] [JsonDeserializer] --> [JsonReader] [JsonSerializer] --> [JsonWriter] -@enduml \ No newline at end of file +@enduml diff --git a/src/libraries/System.Text.Json/roadmap/images/higher-level-components.txt b/src/libraries/System.Text.Json/roadmap/images/higher-level-components.txt index 957906570fc06d..114d87f76eb11a 100644 --- a/src/libraries/System.Text.Json/roadmap/images/higher-level-components.txt +++ b/src/libraries/System.Text.Json/roadmap/images/higher-level-components.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. ' Requires PlantUML to interpret: http://plantuml.com/ ' See license info under http://plantuml.com/faq for more details @@ -22,4 +21,4 @@ package "Higher-level Types" { [JsonPipeReader] --> [JsonReader] [JsonStreamWriter] --> [JsonWriter] [JsonPipeWriter] --> [JsonWriter] -@enduml \ No newline at end of file +@enduml diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/PreserveReferenceResolver.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/PreserveReferenceResolver.cs index dd9469fd9db682..824506cda21a0e 100644 --- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/PreserveReferenceResolver.cs +++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/PreserveReferenceResolver.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.Diagnostics; diff --git a/src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.AttributePresence.cs b/src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.AttributePresence.cs index e3b69731577da3..eaa0ccc24bda72 100644 --- a/src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.AttributePresence.cs +++ b/src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.AttributePresence.cs @@ -1,6 +1,5 @@ -//Licensed to the.NET Foundation under one or more agreements. -//The.NET Foundation licenses this file to you under the MIT license. -//See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/src/libraries/System.Text.Json/tests/Serialization/Stream.WriteTests.cs b/src/libraries/System.Text.Json/tests/Serialization/Stream.WriteTests.cs index d9696a3abfa71d..df49a737a70d1d 100644 --- a/src/libraries/System.Text.Json/tests/Serialization/Stream.WriteTests.cs +++ b/src/libraries/System.Text.Json/tests/Serialization/Stream.WriteTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; @@ -542,7 +541,7 @@ private static List PopulateLargeObject(int size) IsEmployee = false }, Title = "Green Field", - Message = "Down, down, down. Would the fall never come to an end! ‘I wonder how many miles I’ve fallen by this time. I think—’ (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) ‘—yes, that’s about the right distance—but then I wonder what Latitude or Longitude I’ve got to", + Message = "Down, down, down. Would the fall never come to an end! 'I wonder how many miles I've fallen by this time. I think-' (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) '-yes, that's about the right distance-but then I wonder what Latitude or Longitude I've got to", Responses = new List() } }, @@ -574,7 +573,7 @@ private static List PopulateLargeObject(int size) SKU = "LL123" + j, Brand = new TestClassWithInitializedProperties(), ProductCategory = new SimpleTestClassWithNonGenericCollectionWrappers(), - Description = "Down, down, down. Would the fall never come to an end! ‘I wonder how many miles I’ve fallen by this time. I think—’ (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) ‘—yes, that’s about the right distance—but then I wonder what Latitude or Longitude I’ve got to", + Description = "Down, down, down. Would the fall never come to an end! 'I wonder how many miles I've fallen by this time. I think-' (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) '-yes, that's about the right distance-but then I wonder what Latitude or Longitude I've got to", Created = new DateTime(2000, 10, 12), Title = "Surface Pro 6 for Business - 512GB", Price = new Price(), diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/CommonXmlDocComments.xml b/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/CommonXmlDocComments.xml index 26df55f04e3340..f8f46563e94d0e 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/CommonXmlDocComments.xml +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/CommonXmlDocComments.xml @@ -2,7 +2,6 @@ diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/System.Threading.Tasks.Dataflow.xml b/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/System.Threading.Tasks.Dataflow.xml index 76e02cf47eab97..19151bb752d990 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/System.Threading.Tasks.Dataflow.xml +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/System.Threading.Tasks.Dataflow.xml @@ -1,7 +1,6 @@  diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs index 7d0c5bad6141e3..7cc4f55009ba59 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .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.Tests; diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs index 4057a855e9edd3..802794c1e69a0d 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .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.Globalization; diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs index 19ccfd41518a16..b7010c34c48432 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .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.Globalization; diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs index cb169fd2423b07..b6d611097ebd2b 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System.Buffers; using System.Collections.Generic; diff --git a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs index 773dea57bf9cec..042f9287742ec7 100644 --- a/src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs +++ b/src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .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.Globalization; diff --git a/src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs b/src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs index ca066f18cfd519..b6b46d1fda9a2a 100644 --- a/src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs +++ b/src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs @@ -1,10 +1,9 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // Authors: // Patrik Torstensson (Patrik.Torstensson@labs2.com) -// Wictor Wilén (decode/encode functions) (wictor@ibizkit.se) +// Wictor Wilén (decode/encode functions) (wictor@ibizkit.se) // Tim Coleman (tim@timcoleman.com) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // diff --git a/src/mono/mono/arch/riscv/riscv-codegen-test.c b/src/mono/mono/arch/riscv/riscv-codegen-test.c index 722dc0f820e4b1..fb6338e5a0b2be 100644 --- a/src/mono/mono/arch/riscv/riscv-codegen-test.c +++ b/src/mono/mono/arch/riscv/riscv-codegen-test.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #define MONO_RISCV_CODEGEN_TEST diff --git a/src/mono/mono/arch/riscv/riscv-codegen.h b/src/mono/mono/arch/riscv/riscv-codegen.h index 9bd4b4a58223c8..7ba438aa791594 100644 --- a/src/mono/mono/arch/riscv/riscv-codegen.h +++ b/src/mono/mono/arch/riscv/riscv-codegen.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #ifndef __MONO_RISCV_CODEGEN_H__ diff --git a/src/mono/mono/metadata/profiler-events.h b/src/mono/mono/metadata/profiler-events.h index 941348013d4170..c7ab3f66d516dd 100644 --- a/src/mono/mono/metadata/profiler-events.h +++ b/src/mono/mono/metadata/profiler-events.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ /* diff --git a/src/mono/mono/metadata/profiler-legacy.h b/src/mono/mono/metadata/profiler-legacy.h index 964b198508d99b..ec6a8490ad058c 100644 --- a/src/mono/mono/metadata/profiler-legacy.h +++ b/src/mono/mono/metadata/profiler-legacy.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #ifndef __MONO_PROFILER_LEGACY_H__ diff --git a/src/mono/mono/metadata/profiler-private.h b/src/mono/mono/metadata/profiler-private.h index 6fe72490d53a06..1042711498fdb8 100644 --- a/src/mono/mono/metadata/profiler-private.h +++ b/src/mono/mono/metadata/profiler-private.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #ifndef __MONO_PROFILER_PRIVATE_H__ diff --git a/src/mono/mono/metadata/profiler.c b/src/mono/mono/metadata/profiler.c index 1435981ea700be..8fe24a7869db86 100644 --- a/src/mono/mono/metadata/profiler.c +++ b/src/mono/mono/metadata/profiler.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include diff --git a/src/mono/mono/metadata/profiler.h b/src/mono/mono/metadata/profiler.h index bc603978bfd8df..2fd2d840f82a53 100644 --- a/src/mono/mono/metadata/profiler.h +++ b/src/mono/mono/metadata/profiler.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #ifndef __MONO_PROFILER_H__ diff --git a/src/mono/mono/mini/cpu-riscv32.md b/src/mono/mono/mini/cpu-riscv32.md index 65b602cc5301b8..dcac804bd82021 100644 --- a/src/mono/mono/mini/cpu-riscv32.md +++ b/src/mono/mono/mini/cpu-riscv32.md @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # RISC-V RV32 Machine Description # diff --git a/src/mono/mono/mini/cpu-riscv64.md b/src/mono/mono/mini/cpu-riscv64.md index e8c29d3824cf6e..0a4863df53137f 100644 --- a/src/mono/mono/mini/cpu-riscv64.md +++ b/src/mono/mono/mini/cpu-riscv64.md @@ -1,6 +1,5 @@ # Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. -# See the LICENSE file in the project root for more information. # # RISC-V RV64 Machine Description # diff --git a/src/mono/mono/mini/ee.h b/src/mono/mono/mini/ee.h index 55efe5390fa9c9..70c2d47bcb7207 100644 --- a/src/mono/mono/mini/ee.h +++ b/src/mono/mono/mini/ee.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include diff --git a/src/mono/mono/mini/exceptions-riscv.c b/src/mono/mono/mini/exceptions-riscv.c index 23f2f4499ca81c..a5ebedb6af5069 100644 --- a/src/mono/mono/mini/exceptions-riscv.c +++ b/src/mono/mono/mini/exceptions-riscv.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include "mini-runtime.h" diff --git a/src/mono/mono/mini/mini-profiler.c b/src/mono/mono/mini/mini-profiler.c index 46240cae89af2e..63b4fa8df7c5ec 100644 --- a/src/mono/mono/mini/mini-profiler.c +++ b/src/mono/mono/mini/mini-profiler.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include diff --git a/src/mono/mono/mini/mini-riscv.c b/src/mono/mono/mini/mini-riscv.c index 6d46c884f8c8a7..6a92216ea0ca70 100644 --- a/src/mono/mono/mini/mini-riscv.c +++ b/src/mono/mono/mini/mini-riscv.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include diff --git a/src/mono/mono/mini/mini-riscv.h b/src/mono/mono/mini/mini-riscv.h index fe0bf9e5803005..9b7624b037f469 100644 --- a/src/mono/mono/mini/mini-riscv.h +++ b/src/mono/mono/mini/mini-riscv.h @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #ifndef __MONO_MINI_RISCV_H__ diff --git a/src/mono/mono/mini/tramp-riscv.c b/src/mono/mono/mini/tramp-riscv.c index 7ab932005738a3..d58d8e46f19872 100644 --- a/src/mono/mono/mini/tramp-riscv.c +++ b/src/mono/mono/mini/tramp-riscv.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include "mini-runtime.h" diff --git a/src/mono/mono/tests/pinvoke-utf8.cs b/src/mono/mono/tests/pinvoke-utf8.cs index fd58ad42a1bab0..d9162d6711c54c 100644 --- a/src/mono/mono/tests/pinvoke-utf8.cs +++ b/src/mono/mono/tests/pinvoke-utf8.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; diff --git a/src/mono/mono/utils/mono-hwcap-riscv.c b/src/mono/mono/utils/mono-hwcap-riscv.c index b2f5dbcfe40133..26561e0545d49f 100644 --- a/src/mono/mono/utils/mono-hwcap-riscv.c +++ b/src/mono/mono/utils/mono-hwcap-riscv.c @@ -1,7 +1,6 @@ /* * Licensed to the .NET Foundation under one or more agreements. * The .NET Foundation licenses this file to you under the MIT license. - * See the LICENSE file in the project root for more information. */ #include diff --git a/src/mono/netcore/System.Private.CoreLib/GenerateMonoCoreLibVersionFile.targets b/src/mono/netcore/System.Private.CoreLib/GenerateMonoCoreLibVersionFile.targets index a2e4d6b6f92d59..467cf4964101a3 100644 --- a/src/mono/netcore/System.Private.CoreLib/GenerateMonoCoreLibVersionFile.targets +++ b/src/mono/netcore/System.Private.CoreLib/GenerateMonoCoreLibVersionFile.targets @@ -11,7 +11,6 @@ <_MonoCoreLibVersionFileLines> // Licensed to the .NET Foundation under one or more agreements. // 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 generated file. Do not edit. diff --git a/src/mono/netcore/System.Private.CoreLib/src/System/MulticastDelegate.cs b/src/mono/netcore/System.Private.CoreLib/src/System/MulticastDelegate.cs index 301a113cb53bf6..afc71ba0224182 100644 --- a/src/mono/netcore/System.Private.CoreLib/src/System/MulticastDelegate.cs +++ b/src/mono/netcore/System.Private.CoreLib/src/System/MulticastDelegate.cs @@ -166,7 +166,7 @@ protected sealed override Delegate CombineImpl(Delegate? follow) return ret; } - /* Based on the Boyer–Moore string search algorithm */ + /* Based on the Boyer-Moore string search algorithm */ private int LastIndexOf(Delegate[] haystack, Delegate[] needle) { if (haystack.Length < needle.Length) diff --git a/src/mono/netcore/sample/wasm/Program.cs b/src/mono/netcore/sample/wasm/Program.cs index 58a6f578393e5a..85a347fe3371fe 100644 --- a/src/mono/netcore/sample/wasm/Program.cs +++ b/src/mono/netcore/sample/wasm/Program.cs @@ -1,7 +1,7 @@ // -*- indent-tabs-mode: nil -*- // Licensed to the .NET Foundation under one or more agreements. // The .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/mono/wasm/runtime/binding_support.js b/src/mono/wasm/runtime/binding_support.js index 6d18dbfac4e041..184e84d9d206be 100644 --- a/src/mono/wasm/runtime/binding_support.js +++ b/src/mono/wasm/runtime/binding_support.js @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. var BindingSupportLib = { $BINDING__postset: 'BINDING.export_functions (Module);', diff --git a/src/tests/Interop/COM/NETClients/Primitives/StringTests.cs b/src/tests/Interop/COM/NETClients/Primitives/StringTests.cs index 5b2bc4bed5d914..39267f40521ffe 100644 --- a/src/tests/Interop/COM/NETClients/Primitives/StringTests.cs +++ b/src/tests/Interop/COM/NETClients/Primitives/StringTests.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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/tests/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.cs b/src/tests/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.cs index 0771d8708cc8f7..8a53250d4442e3 100644 --- a/src/tests/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.cs +++ b/src/tests/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs index d26faffb09484e..77a0504d6bc924 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs index 8741391d04c114..e40e3fe125f32e 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -170,4 +169,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs index 7a9c8699535abd..9cb125053b9f62 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -189,4 +188,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs index 6bcc58d56e5b9d..5b26eee49b9977 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs index f4d612cf39a6b4..5cee92f7a17f65 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs index 20f4cbf531d916..f0fdec9fc0f77b 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -172,4 +171,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs index dbf7102985172e..166ea359ae61b3 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -190,4 +189,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs index 2ed457c18459c9..e6827f9112dfcd 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs index 44c94c639e7b8e..a67b2c5805e010 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs index 11fbc4845ecce7..5dae8986560f91 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -171,4 +170,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs index 22960059ef396c..6b4cef5a852b81 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -190,4 +189,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs index c09bd966cbaaf6..b015a905f7854c 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs index 2dc352e054c1e1..704069b3d203fd 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs index abe09f96d8d1ac..c75979c2dcd1ea 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs index cd4761cc8eddeb..e89ff5ec7ac85d 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -190,4 +189,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs index 46b8c219c34240..82ef7530ee00ad 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs index f776402cf1e30e..29d39dfed049fe 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -178,4 +177,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs index 5310ab5c64bfee..ea17e497b42d6a 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -172,4 +171,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs index d89aeb0500baad..09fbd50fd1275e 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -227,4 +226,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs index 9f707cd278e167..e367098baa0a0d 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -179,4 +178,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs index 0d8061479a4ff5..fce90517ce0e9d 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -176,4 +175,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs index 65cc722f60473b..6339df89ceae72 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -170,4 +169,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs index bbf1fc92181844..b9a2f6c530b77b 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -188,4 +187,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs index 5e214969dca998..008bc0830a695d 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -176,4 +175,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs index a2a59a7334b246..6ee1f3b77fe969 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs index 8398f51e341179..e3c152fe944971 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -341,4 +340,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs index 882d298e0836e2..55b087381dfc97 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -338,4 +337,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs index d995e6b94eb3fc..ece37c2da77e6f 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -327,4 +326,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs index fe4e43dffa2f3f..ba37d8fe9d9da9 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -350,4 +349,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs index 97ce237845a20a..a2abff36585f26 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -339,4 +338,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs index 5e8c23bf210211..dded63727d4d25 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -333,4 +332,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs index d5e3b8b180a488..3d4cbc28e6b289 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -361,4 +360,4 @@ public static int Main() } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs index 52b9b846385918..479f2800c3cc88 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -349,4 +348,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs index 25bb28428cb969..bb7485d5148a4c 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -337,4 +336,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs index 582d6847a32fab..52a11c952fc940 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -334,4 +333,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs index 6e241542c6ba25..1b4479434818aa 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -326,4 +325,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs index 227b7e010ac780..b9b698d7d4c25a 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -351,4 +350,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs index 943f4597af9d55..79991c04b8474a 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -340,4 +339,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs index 8d7f542455e18e..2c39b483b5eb6f 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -335,4 +334,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs index 7234ac34b95868..2e4713bc3317d7 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -328,4 +327,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs index 7432475c243e65..a2d95008620017 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -346,4 +345,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs index 83fad7cb2c55ae..c86d0baa130e34 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -335,4 +334,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs index 4212fcfb9c782d..87fddf06a35842 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs index bf7818cf0ad707..b52de3aa8bcb25 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -327,4 +326,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs index 1f6629fabed142..0e3e101b7c0124 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs index 1b0169ee129d3c..82529bd4ea2461 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -336,4 +335,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs index d9a549c3ccfdaf..0e70e61cc355e5 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -333,4 +332,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs index f2076b7d4b8aa7..942c31a35ae887 100644 --- a/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs +++ b/src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -325,4 +324,4 @@ public static int Main() return 101; } } -} \ No newline at end of file +} diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableD.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableD.cpp index 28e76cd1c4bd9f..b05e950de67e9a 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableD.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableD.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableL.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableL.cpp index 4d780e309075e7..00dc3b8d6655d1 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableL.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.NullableL.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1D.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1D.cpp index 26589a6425906d..df730a1aad37a0 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1D.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1D.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1L.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1L.cpp index 7b70845fc412d4..d4da7a6b5c4dea 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1L.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point1L.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2D.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2D.cpp index 13fec89a0f5d2b..7ac03a89c72bc6 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2D.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2D.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2L.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2L.cpp index ef6555d0d8125e..d38a8aac6430ca 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2L.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point2L.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3D.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3D.cpp index a3ad8211cbd938..954e2b60fa9cab 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3D.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3D.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3L.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3L.cpp index 88ac7df78aee42..9bbc3153e2aec9 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3L.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point3L.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4D.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4D.cpp index 2983afb0d25776..c17911f64407ed 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4D.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4D.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4L.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4L.cpp index 950d107bd73e8e..9e60d8d5b71711 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4L.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.Point4L.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassD.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassD.cpp index 704a8686054659..11511c11357b77 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassD.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassD.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassL.cpp b/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassL.cpp index 4222b776229821..d1aa67b9b85eca 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassL.cpp +++ b/src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassL.cpp @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #include #include diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceB.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceB.cs index 5788345a5f40eb..c53add4736714b 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceB.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceB.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceC.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceC.cs index a5a6c4d6213ea4..3ac4589da3f4b1 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceC.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceC.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceD.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceD.cs index 147739047feb3b..edb69da23912f3 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceD.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceD.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceF.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceF.cs index 255734fec071ee..17cff906a27dbf 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceF.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceF.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceL.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceL.cs index 4d695ea257fbc0..48ad9513ad4c6e 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceL.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceL.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceU.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceU.cs index 0b63cf929c313a..99590711b7342a 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceU.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceU.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableB.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableB.cs index edff74a9914acb..82c64128d9fcc2 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableB.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableB.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableC.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableC.cs index 73a5e8ea535152..62faa82827bb7f 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableC.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableC.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableD.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableD.cs index cc21ebd996b1b1..1347e9b21b4358 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableD.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.NullableD.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1B.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1B.cs index 6dea4b41b2d060..a1e5337f001f0d 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1B.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1B.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1C.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1C.cs index 2161632885253e..dede7ad87b1048 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1C.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1C.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1D.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1D.cs index 28f210ce4cb658..e940e84b35f7bd 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1D.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point1D.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2B.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2B.cs index ce5747c9d043b7..da42508ca407c8 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2B.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2B.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2C.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2C.cs index b2a3338311eba4..3bde7d6047638d 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2C.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2C.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2D.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2D.cs index ac00fc24f402d5..47e048b3d0a73e 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2D.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point2D.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3B.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3B.cs index 9903b3aac58ab5..c8262783281f3d 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3B.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3B.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3C.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3C.cs index d823a6c717e2fd..c210836c6934b6 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3C.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3C.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3D.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3D.cs index e7809458c907d6..342038e1cc76ea 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3D.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point3D.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4B.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4B.cs index 933689521f5cf9..edfbd7a024f8bb 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4B.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4B.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4C.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4C.cs index 4d014536eb2858..e40dd646848196 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4C.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4C.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4D.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4D.cs index 262bb37c2fcacc..81a47ab263ee74 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4D.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.Point4D.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanB.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanB.cs index 4f92f537c5e4ea..b59a1788a188fc 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanB.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanB.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanC.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanC.cs index 90cc122567c77f..e99656e9a2f1ca 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanC.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanC.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanD.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanD.cs index e18e3a5eaacd90..567f249789d7b2 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanD.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanD.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanF.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanF.cs index 00c67d9e850765..b2018c51efa2b2 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanF.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanF.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanL.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanL.cs index 0539163127cc19..191b43b9071399 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanL.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanL.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanU.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanU.cs index 3351c6d47f2bc2..4bcb7d305f7891 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanU.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanU.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassB.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassB.cs index 4c8b2b9f720f33..2bd9d8ba8fbe86 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassB.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassB.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassC.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassC.cs index 0fc17a1629340b..9b22d0daeb5766 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassC.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassC.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassD.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassD.cs index 75ab889d51c233..e9df533ad07ba3 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassD.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassD.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanB.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanB.cs index 17778f9be43808..e36ac3fa110cb9 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanB.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanB.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanC.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanC.cs index aafb1dd954480c..22a25cf9209c66 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanC.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanC.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanD.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanD.cs index e8deaa61412cbc..922f5b01142410 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanD.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanD.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanF.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanF.cs index 235d99e8c3137d..e6c0988b9abd5e 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanF.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanF.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanL.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanL.cs index 47e0a3fd5aaec5..71004f995564a5 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanL.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanL.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanU.cs b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanU.cs index 85bb47931f34c6..805ed4fb817af0 100644 --- a/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanU.cs +++ b/src/tests/Interop/PInvoke/Generics/GenericsTest.SpanU.cs @@ -1,6 +1,5 @@ -// Licensed to the .NET Doundation under one or more agreements. -// The .NET Doundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/tests/Interop/SizeConst/SizeConstTest.cs b/src/tests/Interop/SizeConst/SizeConstTest.cs index b4b90552cb2a6d..8bd8ed80dda7b7 100644 --- a/src/tests/Interop/SizeConst/SizeConstTest.cs +++ b/src/tests/Interop/SizeConst/SizeConstTest.cs @@ -1,11 +1,9 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; - [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct S_CHARArray_ByValTStr { diff --git a/src/tests/Interop/StringMarshalling/UTF8/UTF8Test.cs b/src/tests/Interop/StringMarshalling/UTF8/UTF8Test.cs index 2dd8dee8f9f8f0..41e394d948d915 100644 --- a/src/tests/Interop/StringMarshalling/UTF8/UTF8Test.cs +++ b/src/tests/Interop/StringMarshalling/UTF8/UTF8Test.cs @@ -1,13 +1,11 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this 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.Text; using System.Collections.Generic; - // UTF8 class UTF8StringTests { diff --git a/src/tests/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp b/src/tests/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp index 9c720ad5ba8509..8aa0821e67f986 100644 --- a/src/tests/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp +++ b/src/tests/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // 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/tests/JIT/Directed/Convert/ldind_conv_gen.csx b/src/tests/JIT/Directed/Convert/ldind_conv_gen.csx index dbb222a60689b5..35f154f309d09a 100644 --- a/src/tests/JIT/Directed/Convert/ldind_conv_gen.csx +++ b/src/tests/JIT/Directed/Convert/ldind_conv_gen.csx @@ -345,7 +345,6 @@ class TestInput const string FileBeginIL = @"// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 } .assembly extern System.Runtime { auto } diff --git a/src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs b/src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs index 9510e167c2d845..fe84e739967b71 100644 --- a/src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs +++ b/src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs @@ -1,13 +1,11 @@ -// 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. // The test came from https://github.com/dotnet/corefx/issues/20085. // It tests that we do access overlapping fields with the correct types. // Espessialy if the stuct was casted by 'Unsafe.As` from a promoted type // and the promoted type had another field on the same offset but with a different type/size. - using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Diagnostics; diff --git a/src/tests/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx b/src/tests/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx index be25d3cca3d7ca..217bed5627c90c 100644 --- a/src/tests/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx +++ b/src/tests/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx @@ -2411,7 +2411,6 @@ private static void ProcessInputGroup(string groupName, int index, (string templ testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/tests/JIT/HardwareIntrinsics/Arm/Shared/Helpers.tt b/src/tests/JIT/HardwareIntrinsics/Arm/Shared/Helpers.tt index c16163c6f7471b..dca3aac61d8c27 100644 --- a/src/tests/JIT/HardwareIntrinsics/Arm/Shared/Helpers.tt +++ b/src/tests/JIT/HardwareIntrinsics/Arm/Shared/Helpers.tt @@ -2,7 +2,6 @@ <#@ output extension=".cs" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this 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/tests/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx b/src/tests/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx index a0cdaf0c258d0d..df2d1386570b3c 100644 --- a/src/tests/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx +++ b/src/tests/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx @@ -647,7 +647,6 @@ private static void ProcessInputs(string groupName, (string templateFileName, Di { testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitDeposit.UInt64.cs b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitDeposit.UInt64.cs index 3f85eb48064fbf..e56660052d373e 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitDeposit.UInt64.cs +++ b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitDeposit.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/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitExtract.UInt64.cs b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitExtract.UInt64.cs index bdcb12d4423151..626ff3ff7b0463 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitExtract.UInt64.cs +++ b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitExtract.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/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitDeposit.UInt32.cs b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitDeposit.UInt32.cs index 47830780ec5f64..ebe98e306baa08 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitDeposit.UInt32.cs +++ b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitDeposit.UInt32.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitExtract.UInt32.cs b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitExtract.UInt32.cs index 21bf929563c04a..f376b2e28af281 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitExtract.UInt32.cs +++ b/src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitExtract.UInt32.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx b/src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx index b668ac006445f8..228a023a06f6ba 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx +++ b/src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx @@ -316,7 +316,6 @@ GeneratePackedDoubleTestTests(tests); var w = Console.Out; w.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Runtime.CompilerServices; diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx b/src/tests/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx index 522cf5c7cd0e1e..d5be9e1c667e42 100644 --- a/src/tests/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx +++ b/src/tests/JIT/HardwareIntrinsics/X86/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; @@ -1270,7 +1269,6 @@ private static void ProcessInputs(string groupName, (string templateFileName, Di { testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs b/src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs index b88bdfca64a656..808f6e3899a319 100644 --- a/src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs +++ b/src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs @@ -1,13 +1,12 @@ // Licensed to the .NET Foundation under one or more 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 using a value type/struct that contains only a single reference type field, under certain situations the x64 JIT reports the stack location as a live GC pointer before zero-initializing it. * The only workaround would be to disable optimizations via MethodImplOptions.NoOptimization. This GC hole is sort of an existing one and sort of a regression. * In one sense, it has been in the JIT since we turned on candidates and made worse with OPT_WITH_EH (since it adds a lot of cases where we try and then undo worthless register candidates), which was done between beta2 and RTM of Whidbey/2.0. - * Previously bugs in this area caused the stack’s lifetime to not get reported at all. + * Previously bugs in this area caused the stack's lifetime to not get reported at all. * Earlier this year 2 bugs were fixed, and recently I ported those fixes to arrowhead, so that we now correctly report the untracked stack lifetime of these value types. * This bug is a manifestation of the opposite problem where the reference pointer is reported, but not initialized. * Thus depending upon the previous stack contents, can cause an inverse-GCHole (reporting of a non-GC pointer as a GC pointer). diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt b/src/tests/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt index 3d8e2eb37eb7ab..1833f297768397 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt +++ b/src/tests/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt @@ -2,7 +2,6 @@ <#@ output extension=".cs" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFuncletProlog.tt b/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFuncletProlog.tt index a13a67555867e6..ea96746f920b00 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFuncletProlog.tt +++ b/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFuncletProlog.tt @@ -5,7 +5,6 @@ <#@ import namespace="System.Linq" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // Use the following commands to generate a corresponding IL file // "%DevEnvDir%\TextTransform.exe" .\GitHub_21061_StackOverflowInFuncletProlog.tt diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFunctionProlog.tt b/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFunctionProlog.tt index 0befb01a016a4d..5a4d22ffcecae8 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFunctionProlog.tt +++ b/src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFunctionProlog.tt @@ -5,7 +5,6 @@ <#@ import namespace="System.Linq" #> // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // Use the following commands to generate a corresponding IL file diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.il b/src/tests/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.il index 9c63524e6fb558..4ec9ac0f06c27d 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.il +++ b/src/tests/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.il @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // 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 that // ((x+icon)+y) => ((x+y)+icon) diff --git a/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs b/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs index ce4455af95a876..e5c05aa04f0d56 100644 --- a/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs +++ b/src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information using System; diff --git a/src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.cs b/src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.cs index 1cf48ff4b73a7c..41368353585a7b 100644 --- a/src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.cs +++ b/src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.cs @@ -1,7 +1,5 @@ - // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; @@ -1373,4 +1371,4 @@ public static class Tests public static byte Test432_var(int index) => readOnlySpan[(index & Var(2147483647)) << Var(2147483646)]; public static byte Test433_cns(int index) => readOnlySpan[(index & Cns(2147483647)) << Cns(2147483647)]; public static byte Test433_var(int index) => readOnlySpan[(index & Var(2147483647)) << Var(2147483647)]; -} \ No newline at end of file +} diff --git a/src/tests/Loader/classloader/generics/regressions/341477/Test.cs b/src/tests/Loader/classloader/generics/regressions/341477/Test.cs index fdca872fe97688..65628c978555bb 100644 --- a/src/tests/Loader/classloader/generics/regressions/341477/Test.cs +++ b/src/tests/Loader/classloader/generics/regressions/341477/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 regression test for VSW 341477 // we were getting an assert failure due to using non-ASCII characters. @@ -26,18 +25,18 @@ public class A public A() {} } -public class Hello +public class Hello { - public liıİ a; - public Hello (liıİ t) + public li?? a; + public Hello (li?? t) { a = t; Console.WriteLine (a.ToString ()); } - public один InstanceMethod<один> () where один : new() + public ???? InstanceMethod () where ???? : new() { - return new один(); + return new ????(); } } diff --git a/src/tests/performance/Scenario/JitBench/Runner/CommandLineOptions.cs b/src/tests/performance/Scenario/JitBench/Runner/CommandLineOptions.cs index 43f0aa763b7334..8b67eb01bf3261 100644 --- a/src/tests/performance/Scenario/JitBench/Runner/CommandLineOptions.cs +++ b/src/tests/performance/Scenario/JitBench/Runner/CommandLineOptions.cs @@ -1,3 +1,6 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + using CommandLine; using CommandLine.Text; using System; @@ -8,12 +11,6 @@ namespace JitBench { - // Licensed to the .NET Foundation under one or more 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 interface to parse the command line arguments passed to the TieredJitBench harness. /// diff --git a/src/tests/profiler/native/rejitprofiler/sigparse.inl b/src/tests/profiler/native/rejitprofiler/sigparse.inl index 979a0d572f62d8..3625a080aee280 100644 --- a/src/tests/profiler/native/rejitprofiler/sigparse.inl +++ b/src/tests/profiler/native/rejitprofiler/sigparse.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. /*