Fix remaining license headers (#38953)
authorStephen Toub <stoub@microsoft.com>
Thu, 9 Jul 2020 00:35:26 +0000 (20:35 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 00:35:26 +0000 (20:35 -0400)
* Fix license in remainder of .cs files

* Fix license header in .vb files

* Fix license header in .py files

* Fix license headers in .c, .cpp, .h

* Fix licensing on .dat files

* Fix license header in generators

* Fix license headers in .asm

* Fix license headers in .xml

* Fix remainder of license headers

* Add license default to .editorconfig

* Add some missing headers

* Fix Doundation to Foundation in some license headers

* Add missing license headers under libraries

1370 files changed:
.editorconfig
src/coreclr/scripts/coreclr_arguments.py
src/coreclr/scripts/superpmi.py
src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs
src/coreclr/src/debug/di/amd64/FloatConversion.asm
src/coreclr/src/debug/di/arm/floatconversion.asm
src/coreclr/src/debug/di/arm64/floatconversion.asm
src/coreclr/src/debug/ee/amd64/dbghelpers.asm
src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs
src/coreclr/src/debug/ee/arm/dbghelpers.asm
src/coreclr/src/debug/ee/arm64/dbghelpers.asm
src/coreclr/src/debug/ee/functioninfo.cpp
src/coreclr/src/debug/ee/i386/dbghelpers.asm
src/coreclr/src/dlls/dbgshim/dbgshim.ntdef
src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src
src/coreclr/src/dlls/mscordac/mscordac.src
src/coreclr/src/dlls/mscordac/mscordac_unixexports.src
src/coreclr/src/dlls/mscordbi/mscordbi.src
src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src
src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src
src/coreclr/src/ilasm/asmparse.y
src/coreclr/src/ilasm/extractGrammar.pl
src/coreclr/src/ilasm/prebuilt/asmparse.cpp
src/coreclr/src/inc/CrstTypeTool.cs
src/coreclr/src/inc/OpCodeGen.pl
src/coreclr/src/inc/corinfoinstructionset.h
src/coreclr/src/inc/crsttypes.h
src/coreclr/src/inc/genheaders.cs
src/coreclr/src/inc/genrops.pl
src/coreclr/src/inc/readytoruninstructionset.h
src/coreclr/src/jit/ClrJit.exports
src/coreclr/src/jit/armelnonjit/armelnonjit.def
src/coreclr/src/jit/hwintrinsiclistarm64.h
src/coreclr/src/jit/protojit/protojit.def
src/coreclr/src/jit/protononjit/protononjit.def
src/coreclr/src/jit/static/clrjit.def
src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat
src/coreclr/src/pal/src/build_tools/mdtool_dummy
src/coreclr/src/pal/src/build_tools/mdtool_gcc.in
src/coreclr/src/pal/src/cruntime/printf.cpp
src/coreclr/src/pal/src/locale/unicodedata.cs
src/coreclr/src/pal/tests/palsuite/README.txt
src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/manual-inspect.dat
src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/samples/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/samples/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/tests-manual.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventA/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessA/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/testinfo.dat
src/coreclr/src/scripts/genDummyProvider.py
src/coreclr/src/scripts/genEtwProvider.py
src/coreclr/src/scripts/genEventPipe.py
src/coreclr/src/scripts/genEventing.py
src/coreclr/src/scripts/genEventingTests.py
src/coreclr/src/scripts/genLttngProvider.py
src/coreclr/src/scripts/genRuntimeEventSources.py
src/coreclr/src/scripts/pgocheck.py
src/coreclr/src/scripts/utilities.py
src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs
src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs
src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs
src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs
src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs
src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs
src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt
src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs
src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs
src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs
src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs
src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs
src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs
src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs
src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs
src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.cs
src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs
src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs
src/coreclr/src/tools/aot/jitinterface/jitinterface.h
src/coreclr/src/vm/amd64/AsmHelpers.asm
src/coreclr/src/vm/amd64/AsmMacros.inc
src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm
src/coreclr/src/vm/amd64/ComCallPreStub.asm
src/coreclr/src/vm/amd64/CrtHelpers.asm
src/coreclr/src/vm/amd64/ExternalMethodFixupThunk.asm
src/coreclr/src/vm/amd64/GenericComCallStubs.asm
src/coreclr/src/vm/amd64/GenericComPlusCallStubs.asm
src/coreclr/src/vm/amd64/JitHelpers_Fast.asm
src/coreclr/src/vm/amd64/JitHelpers_FastWriteBarriers.asm
src/coreclr/src/vm/amd64/JitHelpers_InlineGetThread.asm
src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm
src/coreclr/src/vm/amd64/JitHelpers_Slow.asm
src/coreclr/src/vm/amd64/PInvokeStubs.asm
src/coreclr/src/vm/amd64/RedirectedHandledJITCase.asm
src/coreclr/src/vm/amd64/ThePreStubAMD64.asm
src/coreclr/src/vm/amd64/UMThunkStub.asm
src/coreclr/src/vm/amd64/VirtualCallStubAMD64.asm
src/coreclr/src/vm/amd64/asmhelpers.S
src/coreclr/src/vm/amd64/getstate.asm
src/coreclr/src/vm/arm/CrtHelpers.asm
src/coreclr/src/vm/arm/PInvokeStubs.asm
src/coreclr/src/vm/arm/asmhelpers.asm
src/coreclr/src/vm/arm/ehhelpers.asm
src/coreclr/src/vm/arm/patchedcode.asm
src/coreclr/src/vm/arm64/CallDescrWorkerARM64.asm
src/coreclr/src/vm/arm64/PInvokeStubs.asm
src/coreclr/src/vm/arm64/asmhelpers.asm
src/coreclr/src/vm/arm64/crthelpers.asm
src/coreclr/src/vm/codeman.cpp
src/coreclr/src/vm/eventpipeconfiguration.h
src/coreclr/src/vm/h2inc.pl
src/coreclr/src/vm/h2inc.ps1
src/coreclr/src/vm/i386/AsmMacros.inc
src/coreclr/src/vm/i386/PInvokeStubs.asm
src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm
src/coreclr/src/vm/i386/asmhelpers.asm
src/coreclr/src/vm/i386/gmsasm.asm
src/coreclr/src/vm/i386/jithelp.asm
src/coreclr/src/vm/nativeeventsource.h
src/coreclr/tests/runtest.py
src/coreclr/tests/scripts/crossgen_comparison.py
src/coreclr/tests/scripts/exclusion.py
src/coreclr/tests/scripts/format.py
src/coreclr/tests/scripts/lst_creator.py
src/coreclr/tests/scripts/migrate-tags.py
src/coreclr/tests/scripts/run-corefx-tests.py
src/coreclr/tests/scripts/run-gc-reliability-framework.cmd
src/coreclr/tests/scripts/run-pmi-diffs.py
src/coreclr/tests/scripts/smarty_error_parser.py
src/coreclr/tests/scripts/smarty_parser.py
src/installer/corehost/cli/apphost/CMakeLists.txt
src/installer/corehost/cli/apphost/standalone/CMakeLists.txt
src/installer/corehost/cli/apphost/static/CMakeLists.txt
src/installer/corehost/cli/apphost/static/singlefilehost_unixexports.src
src/installer/corehost/cli/comhost/CMakeLists.txt
src/installer/corehost/cli/common.cmake
src/installer/corehost/cli/dotnet/CMakeLists.txt
src/installer/corehost/cli/exe.cmake
src/installer/corehost/cli/fxr/CMakeLists.txt
src/installer/corehost/cli/fxr/standalone/CMakeLists.txt
src/installer/corehost/cli/fxr/standalone/hostfxr.def
src/installer/corehost/cli/fxr/standalone/hostfxr_unixexports.src
src/installer/corehost/cli/fxr/static/CMakeLists.txt
src/installer/corehost/cli/hostcommon/CMakeLists.txt
src/installer/corehost/cli/hostmisc/hostmisc.cmake
src/installer/corehost/cli/hostpolicy/CMakeLists.txt
src/installer/corehost/cli/hostpolicy/standalone/CMakeLists.txt
src/installer/corehost/cli/hostpolicy/standalone/hostpolicy.def
src/installer/corehost/cli/hostpolicy/standalone/hostpolicy_unixexports.src
src/installer/corehost/cli/hostpolicy/static/CMakeLists.txt
src/installer/corehost/cli/ijwhost/CMakeLists.txt
src/installer/corehost/cli/ijwhost/amd64/asmhelpers.asm
src/installer/corehost/cli/ijwhost/amd64/asmmacros.inc
src/installer/corehost/cli/ijwhost/arm/asmhelpers.asm
src/installer/corehost/cli/ijwhost/arm/kxarm.h
src/installer/corehost/cli/ijwhost/arm/kxarmunw.h
src/installer/corehost/cli/ijwhost/arm64/asmhelpers.asm
src/installer/corehost/cli/ijwhost/arm64/kxarm64.h
src/installer/corehost/cli/ijwhost/arm64/kxarm64unw.h
src/installer/corehost/cli/ijwhost/bootstrap_thunk_chunk.cpp
src/installer/corehost/cli/ijwhost/i386/asmhelpers.asm
src/installer/corehost/cli/lib.cmake
src/installer/corehost/cli/lib_static.cmake
src/installer/corehost/cli/nethost/CMakeLists.txt
src/installer/corehost/cli/setup.cmake
src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt
src/installer/corehost/cli/test/mockcoreclr/mockcoreclr.def
src/installer/corehost/cli/test/mockhostfxr/CMakeLists.txt
src/installer/corehost/cli/test/mockhostpolicy/CMakeLists.txt
src/installer/corehost/cli/test/nativehost/CMakeLists.txt
src/installer/corehost/cli/test/testexe.cmake
src/installer/corehost/cli/test/testlib.cmake
src/installer/pkg/packaging/osx/hostfxr/scripts/postinstall
src/installer/pkg/packaging/osx/sharedframework/scripts/postinstall
src/installer/pkg/packaging/osx/sharedhost/scripts/postinstall
src/installer/pkg/packaging/rpm/templates/copyright
src/installer/tests/Assets/TestProjects/LocalizedApp/Program.cs
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs
src/libraries/Common/src/System/Net/Http/aspnetcore/Http3/Frames/Http3ErrorCode.cs
src/libraries/Common/src/System/SR.vb
src/libraries/Common/src/System/Security/Cryptography/Asn1/asn.xslt
src/libraries/Common/tests/Scripts/Tools/ParallelTestExecution.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/config.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_client.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_certificates.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_client.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_common.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_firewall.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1
src/libraries/Common/tests/System/Net/Prerequisites/Servers/buildAndPackage.ps1
src/libraries/GenerateLibrariesSln.ps1
src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Collection.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ComClassAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/BooleanType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ByteType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharArrayType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/CharType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ConversionResolution.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Conversions.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DateType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DecimalType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DesignerGeneratedAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/DoubleType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IDOBinder.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IOUtils.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IncompleteInitialization.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/IntegerType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LateBinding.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LikeOperator.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/LongType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/NewLateBinding.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectFlowControl.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ObjectType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.Resolution.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Operators.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionCompareAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OptionTextAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/OverloadResolution.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ProjectData.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/ShortType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/SingleType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StandardModuleAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StaticLocalInitFlag.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StringType.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/StructUtils.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Symbols.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Utils.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6BinaryFile.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6File.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6InputFile.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6OutputFile.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VB6RandomFile.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/VBBinder.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/CompilerServices/Versioned.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Constants.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ControlChars.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Conversion.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/DateAndTime.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/ErrObject.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/MalformedLineException.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/SpecialDirectories.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/TextFieldParser.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileSystem.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Globals.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/ForEachEnum.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeTypes.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/SafeNativeMethods.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/UnsafeNativeMethods.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/HideModuleNameAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Information.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Interaction.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/MyGroupCollectionAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Strings.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedArrayAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBFixedStringAttribute.vb
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/VBMath.vb
src/libraries/Microsoft.Win32.Primitives/src/System/ComponentModel/Win32Exception.Default.cs
src/libraries/Native/Unix/System.Globalization.Native/pal_collation.c
src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_sec.h
src/libraries/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509.c
src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerErrorCollectionTests.cs
src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/ComObjectTypeTest.cs
src/libraries/System.ComponentModel.TypeConverter/tests/TrimmingTests/InterfaceTypeTest.cs
src/libraries/System.Data.Common/tests/System/Data/ConstraintCollectionTest.cs
src/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs
src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolCounters.cs
src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs
src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs
src/libraries/System.Diagnostics.EventLog/tests/EventInstanceTests.cs
src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogPropertySelectorTests.cs
src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogQueryTests.cs
src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs
src/libraries/System.Drawing.Common/tests/Imaging/ImageCodecInfoTests.cs
src/libraries/System.Drawing.Common/tests/Printing/PaperSizeTests.cs
src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs
src/libraries/System.Globalization/tests/System/Globalization/GraphemeBreakTest.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/DirectoryObjectSecurityTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAclExtensionsTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemAuditRuleTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/FileSystemSecurityTests.cs
src/libraries/System.IO.FileSystem.AccessControl/tests/Helpers.cs
src/libraries/System.IO.Pipelines/tests/BufferSegmentPoolTest.cs
src/libraries/System.IO.Pipelines/tests/Infrastructure/HeapBufferPool.cs
src/libraries/System.IO.Pipelines/tests/Infrastructure/ObserveDisposeStream.cs
src/libraries/System.IO.Pipelines/tests/Infrastructure/WriteCheckStream.cs
src/libraries/System.IO.Pipelines/tests/StreamPipeReaderTests.cs
src/libraries/System.IO.Pipelines/tests/StreamPipeWriterTests.cs
src/libraries/System.IO.Pipes.AccessControl/tests/AnonymousPipeTests/AnonymousPipeServerStreamAclTests.cs
src/libraries/System.IO.Pipes.AccessControl/tests/NamedPipeTests/NamedPipeServerStreamAclTests.cs
src/libraries/System.IO.Pipes.AccessControl/tests/PipeServerStreamAclTestBase.cs
src/libraries/System.Linq.Expressions/src/System/Dynamic/UpdateDelegates.Generated.tt
src/libraries/System.Linq/tests/OrderByTests.cs
src/libraries/System.Net.Http.Json/ref/System.Net.Http.Json.netcoreapp.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Connect.cs
src/libraries/System.Net.Http/tests/FunctionalTests/MsQuicTestBase.cs
src/libraries/System.Net.Http/tests/FunctionalTests/QuicListenerTests.cs
src/libraries/System.Net.Http/tests/FunctionalTests/QuicStreamTests.cs
src/libraries/System.Net.Http/tests/FunctionalTests/ThrowingContent.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/load-corefx-testhost.ps1
src/libraries/System.Net.Mail/tests/Functional/LoopbackSmtpServer.cs
src/libraries/System.Net.Mail/tests/Functional/SmtpClientCredentialsTest.cs
src/libraries/System.Net.Security/src/System/Net/Security/TlsCipherSuite.tt
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamExtensions.cs
src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/MiscHelpers.cs
src/libraries/System.Numerics.Tensors/tests/TensorArithmetic.tt
src/libraries/System.Numerics.Tensors/tests/TensorOperations.tt
src/libraries/System.ObjectModel/tests/TrimmingTests/TypeDescriptionProviderAttributeCtorTest.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/GenerationConfig.ttinclude
src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs
src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/SurrogateDataContract.cs
src/libraries/System.Private.Uri/tests/FunctionalTests/EscapeUnescapeIriTests.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/HtmlRawTextWriterGenerator.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Core/TextRawTextWriterGenerator.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGenerator.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlRawTextWriterGeneratorAsync.ttinclude
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Annotate.p
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/ConstantFold.p
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Macros.p
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/Normalize.p
src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILOptimizer.p
src/libraries/System.Private.Xml/src/System/Xml/Xsl/QIL/Qil.p
src/libraries/System.Reflection.Context/src/System/Reflection/Context/Virtual/VirtualMethodBase.cs
src/libraries/System.Reflection.Metadata/tests/Resources/NetModule/ModuleVB01.vb
src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/TypeNameComparer.cs
src/libraries/System.Runtime/tests/System/DuplicateWaitObjectExceptionTests.cs
src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs
src/libraries/System.Runtime/tests/System/Runtime/Versioning/OSPlatformAttributeTests.cs
src/libraries/System.Runtime/tests/System/TypedReferenceTests.cs
src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadGenericPrincipalTest.cs
src/libraries/System.Runtime/tests/TrimmingTests/AppDomainGetThreadWindowsPrincipalTest.cs
src/libraries/System.Runtime/tests/TrimmingTests/DefaultValueAttributeCtorTest.cs
src/libraries/System.Runtime/tests/TrimmingTests/GenericArraySortHelperTest.cs
src/libraries/System.Runtime/tests/TrimmingTests/StackFrameHelperTest.cs
src/libraries/System.Runtime/tests/TrimmingTests/VerifyResourcesGetTrimmedTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/AssertCrypto.cs
src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/DataObjectTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/DataReferenceTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNameTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoNodeTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoRetrievalMethodTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/KeyInfoX509DataTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/RSAKeyValueTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/ReferenceTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignatureTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/TransformChainTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDecryptionTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigBase64TransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NWithCommentsTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigEnvelopedSignatureTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NWithCommentsTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXPathTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigXsltTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlLicenseTransformTest.cs
src/libraries/System.Text.Encodings.Web/tools/GenDefinedCharList/Program.cs
src/libraries/System.Text.Encodings.Web/tools/GenUnicodeRanges/Program.cs
src/libraries/System.Text.Json/roadmap/images/core-components.txt
src/libraries/System.Text.Json/roadmap/images/higher-level-components.txt
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/PreserveReferenceResolver.cs
src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.AttributePresence.cs
src/libraries/System.Text.Json/tests/Serialization/Stream.WriteTests.cs
src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/CommonXmlDocComments.xml
src/libraries/System.Threading.Tasks.Dataflow/src/XmlDocs/System.Threading.Tasks.Dataflow.xml
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs
src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs
src/libraries/System.Web.HttpUtility/src/System/Web/HttpUtility.cs
src/mono/mono/arch/riscv/riscv-codegen-test.c
src/mono/mono/arch/riscv/riscv-codegen.h
src/mono/mono/metadata/profiler-events.h
src/mono/mono/metadata/profiler-legacy.h
src/mono/mono/metadata/profiler-private.h
src/mono/mono/metadata/profiler.c
src/mono/mono/metadata/profiler.h
src/mono/mono/mini/cpu-riscv32.md
src/mono/mono/mini/cpu-riscv64.md
src/mono/mono/mini/ee.h
src/mono/mono/mini/exceptions-riscv.c
src/mono/mono/mini/mini-profiler.c
src/mono/mono/mini/mini-riscv.c
src/mono/mono/mini/mini-riscv.h
src/mono/mono/mini/tramp-riscv.c
src/mono/mono/tests/pinvoke-utf8.cs
src/mono/mono/utils/mono-hwcap-riscv.c
src/mono/netcore/System.Private.CoreLib/GenerateMonoCoreLibVersionFile.targets
src/mono/netcore/System.Private.CoreLib/src/System/MulticastDelegate.cs
src/mono/netcore/sample/wasm/Program.cs
src/mono/wasm/runtime/binding_support.js
src/tests/Interop/COM/NETClients/Primitives/StringTests.cs
src/tests/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs
src/tests/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs
src/tests/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs
src/tests/Interop/PInvoke/Generics/GenericsNative.NullableD.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.NullableL.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point1D.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point1L.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point2D.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point2L.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point3D.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point3L.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point4D.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.Point4L.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassD.cpp
src/tests/Interop/PInvoke/Generics/GenericsNative.SequentialClassL.cpp
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceB.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceC.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceD.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceF.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceL.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.IComInterfaceU.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.NullableB.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.NullableC.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.NullableD.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point1B.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point1C.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point1D.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point2B.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point2C.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point2D.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point3B.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point3C.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point3D.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point4B.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point4C.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.Point4D.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanB.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanC.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanD.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanF.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanL.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.ReadOnlySpanU.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassB.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassC.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SequentialClassD.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanB.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanC.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanD.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanF.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanL.cs
src/tests/Interop/PInvoke/Generics/GenericsTest.SpanU.cs
src/tests/Interop/SizeConst/SizeConstTest.cs
src/tests/Interop/StringMarshalling/UTF8/UTF8Test.cs
src/tests/Interop/StringMarshalling/UTF8/UTF8TestNative.cpp
src/tests/JIT/Directed/Convert/ldind_conv_gen.csx
src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs
src/tests/JIT/HardwareIntrinsics/Arm/Shared/GenerateTests.csx
src/tests/JIT/HardwareIntrinsics/Arm/Shared/Helpers.tt
src/tests/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx
src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitDeposit.UInt64.cs
src/tests/JIT/HardwareIntrinsics/X86/Bmi2.X64/ParallelBitExtract.UInt64.cs
src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitDeposit.UInt32.cs
src/tests/JIT/HardwareIntrinsics/X86/Bmi2/ParallelBitExtract.UInt32.cs
src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx
src/tests/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx
src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs
src/tests/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt
src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFuncletProlog.tt
src/tests/JIT/Regression/JitBlue/GitHub_21061/GitHub_21061_StackOverflowInFunctionProlog.tt
src/tests/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.il
src/tests/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs
src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.cs
src/tests/Loader/classloader/generics/regressions/341477/Test.cs
src/tests/performance/Scenario/JitBench/Runner/CommandLineOptions.cs
src/tests/profiler/native/rejitprofiler/sigparse.inl

index f686aa1783f7819ee4a645b83cdba1426b765b8b..e8c010f6a2e157d2e5304d421232775565288fee 100644 (file)
@@ -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
index 9c3d0aa0bdf87f56a2932e99e160a8832067b4aa..6806446128c9acc15a95ee063a3a799aff3aeb84 100644 (file)
@@ -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
index 8bef741ce7234e3e8bf04d6833b077f49d1631a2..fa0f3e2f165ded34699a181111054ce0cf3ce17e 100755 (executable)
@@ -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
index 6c8c3968f289c0b87fff3d1f91943bff925896eb..49a455467a51b790e6e01d385241ee70699f25a4 100644 (file)
@@ -101,7 +101,6 @@ namespace GenUnicodeProp
             {
                 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");
 
index ec0061210ac7fc20533db8d9d2fae62a7dd8ac2e..bfe2ad30092cf6de846a94fa90680925a33b96fd 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index c3096b455aad0d7314f1aeef2b76a0e49c4c246c..1e07dcc6dedb4bb83e33fb837bd0d045e94d8857 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index 5e7f2c2bde7599e8ffb9bce94630be6f33315e73..f47419abf5dfba023d900a13272019d87b2c3343 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;// ==++==
 ;//
index 7cbc41fc7a1f108581b33859dcabdc67c9f2af72..90f8e756e9afb908b0f65a3d44bed6905a40a8cd 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index e478fd10fd0f58b8b7ac9a74e0d30e7d41c0eb70..4c00b96803b2f05e68dd35230725bdf0bcfbd6a4 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 663793fdf17801eb934271205318b19bde8255db..49f01283829da5e99adf000a5b4d7ebbed316a0a 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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
 
index aa8894e92234c189b5e771bd0faf814b72c67829..7264cd24432cfe0bacbb37bbf8fca6742987b90f 100644 (file)
@@ -804,7 +804,6 @@ namespace Amd64InstructionTableGenerator
 
             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");
index 2003ce6af03a183bd0891ca505f4bc16a318a74d..0d1040859af44c1d30333141aef36450be86ab56 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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"
index 08fe801ceaea987fb7b63b38113e249baea90f21..3ce1d8a207cb5c921711f9b6b269ae6379b7bccb 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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"
index 57424f62a6afabb3cece5c1cb1504ddf4499fb40..bba3094227185568c60942c80678e21c0cf15e0b 100644 (file)
@@ -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
 //
index 2d403bf7bf28b7523713bc866d8c1d10b3d998d1..7825dee6ab7e9a39916128d1bae45872acecca72 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 1376cbcfe83e64a1d5087e1f73bdbf2ec265f5f4..2e254ab9d5fe8f6fd2dc5685c0f5d2fc59b80435 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 013b739e6aa59efc610dfc40210f5b250f2ebc5a..b1daf52e54f58544a44209c7fed5e1ea87e1d99d 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index fb4a25bb946476f10a5da741faa79157ede70af3..d94a4d6103735ef819d618c71e4d0d4009ceecd8 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 1ab10f83f19b76a6def3471901df1b8543c9a6c5..29c010b9e8490963d908ce56a055128427095b1c 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 5c69a1884b67d10eb73ff0a8e547346f26315866..04f7c172b9bd35ee106d7606c28f613fb22a4fb1 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
 
index aeb92368a0a6a5b83ab34ae8bbc58fd43a1deefc..1ff9d997a445c1bbadeeae580f0dc1eacebf44f6 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index a93a787e35c6cb85ff1f793960713dc5029dd6ed..987f67bc36aff4f00523fd32a963dcdcd56ed8c8 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
 ;
index b114c73d27d5faee7c0c29cb2c30a12b48f25880..29179ffcec8ae32074d02047a2928b0f5124e010 100644 (file)
@@ -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
index f4a8a451d6ead0c6c4422fdd5e9e948aca4487ee..0c2019ef98b2abcec7a0945efc3e9e4b6bbe07ae 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index b0b287716e3792aad7aa73e912362ad025c7fc7a..bae2b0488be2ad18ed307f3a230d4714365eb6f5 100644 (file)
@@ -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
index 4a6bf3a2b42eb9589224b33c1426c5a4ab73e9aa..dcfa4b6fe2a895e60b2eb50fffac4b555a10efdf 100644 (file)
@@ -132,7 +132,6 @@ class CrstTypeTool
         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");
index 46155484f26ea848d10aff6fb483bd0d9502bff1..952dd477ef681ee15136f4cc5cf391df0d3e8642 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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 @@ foreach $letter (@lowercaseAlphabet) {
 
 $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";
index 8e667bc29b07b117ca00db62eb71f7007170dfd9..26b3f74306dcdf537914fbcf2326784d9a6eb581 100644 (file)
@@ -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
index 15ff9d8bfc550e251151b3f0219583f986f6e088..98c38c831f34e0b8cdd60004f8760632e361ee31 100644 (file)
@@ -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
index 49f652e6ac400e5c7221d072345c4a56ec4e2177..ddd36d24739996e0cf3b2557c381b3f290d7c155 100644 (file)
@@ -157,7 +157,6 @@ public class GenerateHeaders {
     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();
     }
 
index adb6f1b879268ad78ff966185af50a04607f567a..f90aee2817f3b662383174787917f949d4948414 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 #
index 77f1cd267672ed8fbd82e01545c3b371d43c8fa6..85347d873a12a28c52270cba15fa3bbdb8852d0a 100644 (file)
@@ -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
index 41a37dbcf94e3dcc274f531136cd7925ff874a37..e62cb2fec670dcb90645dac46541c3489975a568 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index e229be40aaabcde7bcc9b064d517e8d31250bf96..0afb54dca77de3648d4d39beb478032a2a7464d7 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 7b9240b1d8d912cfaae4397c2445bd21ee70a604..09154b51bd2aad56f681f78f3a3de1e1df312bbf 100644 (file)
@@ -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
index e229be40aaabcde7bcc9b064d517e8d31250bf96..0afb54dca77de3648d4d39beb478032a2a7464d7 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index e229be40aaabcde7bcc9b064d517e8d31250bf96..0afb54dca77de3648d4d39beb478032a2a7464d7 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index e229be40aaabcde7bcc9b064d517e8d31250bf96..0afb54dca77de3648d4d39beb478032a2a7464d7 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 7e5d6e892400e0d8f4b90264c7a362ab4288ebff..939404f75a5b96a84446349a3e60da96fc3e1d76 100644 (file)
@@ -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
index 1005a3496f24fe486de964b6a085e756a6b4bebb..1b88ee66c38663e9d0df4496ef2e56478b40ae79 100644 (file)
@@ -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
index 233b58aa74ce7918bad275a1de7e9c845d2ed3b6..072a57369427246958fdebd68820997dd6cd32de 100644 (file)
@@ -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
 #
index f0d5b1c1b64afc479823cc5d6efd9604eb67ea32..5144984c1b896335aa72fcd0879973aec41e14d1 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /*++
 
index f9c12513a4b1c03860ae75ae548c58fe511b7162..aafc67fc204fd612d46ccc2a40739ad47b121808 100644 (file)
@@ -13,7 +13,6 @@ class Program
     {
         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\"");
index eb180b328f158c653be82891e13d82f2ea22b4a8..b9a2441474b2041837ae66a4d4bae1d8da067d20 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ===========================================================================
 
index e6668edccf8fa488400e4c83c2b0903ebcaead48..7bf152d2cc7be4ea27f9f75e611166393f8621b8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e21562195e1f1a1bfd2327a027edd432913119c9..30ef924f1e90f94c24f4c8332b7553080a97800b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 89e48bb4c17ccf15c9eca4b4beb4d54719fc53c2..c2bbdb6b42af0ef68addaa8f424b827ecffbfe8a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cec0f8ae4ac9eb9e487405ba8055f9080adb563d..3dd6f68f2f3a9fa14fdd7470ae6b223b09794eee 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b0767431e526591094a352ad6d8f90fe815710f0..aeadb89d6f2bb4a8faa9dea2d38b0c96a4c4c4b8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d527418108975ce6ae6d198d8a414180a4f5d225..b32ac0e38f2a5180fc5d579df2371d8f0ae5a0e6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e9e192849a6e5ddf90db7a7451dd8ab3239456ac..1dca549cc93e4f886ac964a78cdc0fa07b988a9d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d5de17e21952760716e923dd52dd9e2799a97c05..7762c56edb3c9333f1d2bc6be303a40d4add0ae0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 22b0edbd748a363a9b993ba8aa8c1839541865b4..362f6426576dc0876b3ce22c00d9b6532fa7eecd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 91f0e62e09dace5ae7093d78f4c9fb8b96f1b8bc..99b24cf89d5a69f5694346a8d6e98b6fb4c745e7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ce2aa29aa5496ac1324e2e86bcad386be3ae5f6d..b8ac7b283b66e8155211e523669b4fbf39795029 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3f3883fa3173566d4264f43ff64fe60b95554a1b..179f66828326b35e484910fbd089eb1e0c26a886 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b855222af95c1487554bde833a741b53a5e27c9e..aea76f11eca0348fba6b7ab4620c59e3f4a33f69 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d0978184fc5dcb6d503d4df5534b28320748beb6..bf2e6c42ffa49e56d8820bb270e944f8b43ee128 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8d3a6ced1eea411f9968165fcde272f8c48edeb1..7f033b4ca24322c507a7875bf851f7a4c0a00db8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2c6af1b5cfe238abf177435a91e94eb7716ac1ff..c1a8b91e1ee177dc4764b7f6ae275fe1de081fd9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index af1a01c2fc53da8c7baba6e7ae26aa938710a132..04ca0daad7e95a2071f3eb852b9a673f40d49fe0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9c87473f8eb92daba16c5b526040551ddc0b1302..4232c58bbdf3981252acfa70693aede3122b748a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 915f46766259f445f4f3801eb2925405b3c9c6ac..e56d80e958001e7d2fb9e6cf4eb420448ee7c23e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 255c534cdfd96d459b388b436ab1df5c4e13e35b..dd7e48e96b2da7e1e26695e6cb77b053393cbfe2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 25ed554ea3db66f23d89d336e68c085f579cdc33..5bef07c257d635954bba6210c46f483d97a4f50a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3144f1290ecff6b76928140e58678a6f2f4a8923..c65a26c70812310f5fb65cc039571b6debb1d24a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ed91cecc46bd6b9193075535f62d34749115081d..99db86d551dbb6de411622aa1580d046fb1255d8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fd5f53017cd49e065ccbfa6b89445ad018e0f90a..9ec9a9f53d91baed463aea02dfb0d9669bbd70b5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 23cf42335428d2d6a9fe9065b6c7f5a36c04d9f8..d9d2d7dd4ebd3a697f8fcdc02f17ea16adfe8596 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 537e6d1db2324ae7363a86e37faa19952a4eec56..458ef784771d596cb391dd23ed9e757583a14fde 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4e98eccac294f0c5e93e6c34810d032a3a0312ac..a40e69e531051c88a16984bae68edc87b19e823e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5e41e20d448b32c32c40f5a4e1243f2fb520aef5..2782f03bb863b976375eb0ee2f9c513af3dd0498 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 06ae3a632e60c7b3cf21127a498762c0a6dcba6e..e93e01f2b11c42501232353351489249e37ceca8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7064c01771bf896a178b63377f9b3ee3d7378d29..ea56b0bb8f031c24a4a7c9bdbf6fb2b4bc0c2a33 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cce2dc67e749bd604472f2a9d4fae80f663f117b..1ec448495ffccb863de410991b65693974e921d8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cc8de0eae5969b5132a73678dafeb4f9629072f1..cc56fe26478f5f1a761a62c34223212a62257be5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f53f784991b7e8b3f348b8e8fadeec70fc7ab6a3..617c9b2d3e5bd55d34df7b7bde49b4fbd3642791 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 06e31e85d615d5dca185213535ac325ef0eb46f0..0c520ade03e53ee36021ad77fbf68fcf8735f8d6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 647c9d80fd39b57198f99dd7a5afc83f27678d42..38fa9371fe595999c20639846810db409ac1c9d1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 524834e53e7e94b84f15c7935c711b93c7a63e2b..8c9e8cff321b0d4c903234f74a9f79b5de13c8a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7c51443a3d0353b3491268fe6abb8b1c6a929fb1..beb708ae943cecdb247c65493c5f8322bf969d5d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 96d7914ce0a01667410cc0ee29b18f4cd1bfb304..5c5d41c9beb205567ef239c4f1446322c23779f1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 887bbf76c8304f038c021caaaa2c6a564635b42e..c84916bba073a91d94086b73644f2a229ce84303 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3bda85e3354ff9be9422d93a5569dc6f2ab1b4ef..eb4cbfbda2ba4cc03ecb410736faa68a34c6357a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d808a3b8f4a768486e1ed581cf3f0d54439a7071..b2d41d2d1d438704cb963083c55a8ed3bc492774 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2e5800ec31bbd24ef4a4a3935af99e36b5d7a25f..6e0760f01c1675b3bdae0d78d86bfd97d807db56 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 25bd5099c97f093afe5bbff07662279288c50152..1ac436cb395e5efd4c5ef0118e6a9a3e707e47f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 95d90e82e7d5ee7475c6eba6002908d1424f7cfd..654c853070ae322f11fcb7b08bc0170923218ff3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b81c847c69a3d3b2f67dcd8753bd47437783e3c2..8a0b2e720cdb4cc26d372e57e430fb71a00b4535 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d64366702a58f087339a6f495a07f687a9e84621..fa7eef03965cb6c1dd0d7d38700f8b06226a6d0d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index dfc2cd5f431338416856cb0f8cd3106b470b11ee..eaa0af13cd655939f744e747ec6ba1ecf1964b84 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 95269cdd3968c0e7a035da5272c86a75042252ff..a18b094dc559fad77f8fee7094364dd443b27d12 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 88f19816097be93655b014874ff743e9f667bd2a..f63b59e2929a10c66e3985d067a31d667e9acf0e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5ed59e61ac50ae0ee50669272778a6e198eceb21..3d707741633c1dbf4872d9259973b1195b24b0d6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2b35f2d0d346fe1601dc7301bfddc314f100bd2b..4b175bd46b836920a203115715e9c78abba2ec38 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d8db7f833576c3c687947856aea2f9db018644fc..aeb753f2dbfa09380e5e2675f69e507c2bed3e26 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fa5bd3000884396f463ad244d1a52db519aafa39..e145f4b113e7562e0b06991cd8c32da12bf356ca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d76a421ea3201333b232587dcaa2c423d52b09e3..ed8ba1174378f1d3a6bcd69877ea4a675f7718aa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b2a038df62435b03389529d919ed0f45615e06e3..d5f7922809baf587a637b267f25b6b17e1d6e3e1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 89d4e0f57b4761ca33b280dee3f8b9aa7e5d381b..e3f3fdc903fa573cb2a5b721324f40a481b40cff 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 86744c04df11b674d3b449cb85879233831566d5..716886c7e2dadb2dd9e4836bb0b14545d84f0824 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f96bf084f23518078cae78e5b88c5391887c7ca1..8afb6aa8bd07e414c426894ca73f5407323f9e9e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a3d8eca54ee4e3e98b97d4021d2919ecb7749964..af151c49530ebe2ea0648b6f59e6ef27944a3c57 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 17e9f049469f4d3aae66e196e123448b7544998b..d1c5c14be03a47ba5cefbf074bbefd7402b5aa99 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 82f58e437119345e4ffb36ff25cd48026713b753..0fd1c9c1d014c32fdfdda8c5a55c900b388684f2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d308edf8718942ccaf60a7bc4bc01ae0cf195220..1e72c5117850d4f126c304163fe4e35b4d44b3bd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8d11b1d6ff8bae8c96208c3ab83045fb943b6b0d..abcbead26d2eb0734848d369c458cf671d1992f7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 913912508e7804781e6e7ba2bc533d71e0e14797..6e2e53c902df3c7208e662fa26fdc0ffc4ec03c3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fc2f13071b90db0aab9c573e21f26484d1d43922..5738e44f8f20e27c84803d3b6d947bb13d6aac9f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index aeb924495c3ea59f846efbe0e4f7374c7a861741..34d783aaf9356364502a4e8190ae12fd13b196d5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 57aaed5953f30803576e9959b9153ed6665c1f91..cd04495f958ebac5fbd811f554f989cad5a2bc0b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cda896686558835c422b2e792bdb9badeff4bc24..73c4a9d0e3eced3efc5172af557ff89e1032c608 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6e8f03e63929f40235fd382afbe9255af53825b5..6e79fd7692d1391a9ab8cc1c844e3e29430a3578 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 638cef69ef21e844ca6f2b26c0304b3c06b26dd1..7acd05dcfdf45b2cb749c927835df90b99d0c9d7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 03ff2931bca1fffc95264990fc029a6cfc48c03f..8e63da1a8d217a15c5113b7079cc4f9deb4acbda 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e375f9238d266defe0e2b42fe5f50442fee11415..9611f432d3e7a862617386199960bbc79ba7313b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 09eb481b599b391e2d4a83fe7c4c13fb6c978ac6..2eea64b74ac284726954d95ac1d4375bd752f949 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1bdf41198311db0c5d64ea24bedf2ea352169e24..691c02d3b1283a2301af9cfdd2f9f354bf1edd42 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bdaae87ce811db741329dee3bc3627e86305e5b6..03141bca19db311a3f6a32689bb57eb7083c87a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 450c5b9034e2026a2952664cadc9600a044aa367..a96b906db649e3a90553fb3fd4efd40a56fc9ef1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 59af082f49b581070c2c3c4cfaa0877509b144f0..100bc35dcc25fdac686de11432e629fb538bc101 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 10c0014fca0e90e36cdc202931b1391a171afcb4..15c728006029ce41d28c9ba2e35f0f4088b57702 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index de089895b9a734aaa9d6e9ca54dd6600be09c8c2..581702733687ef78097ca161e6302bf36172ab21 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 94479d527c474c007f050122554a073c6403c358..3c689872d099b0dc55694482e6986bf69104308b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0d46d976499580b411deda6b7b8c5160944920fc..bc7c6aecee7956c97e5df00b4d39555fccbff2f4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7737f49a35c94fc653c037bf78e1c68e13d2d638..b5f6a0e4010110e6fc6745daa6dc59fc03a43dae 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9aec1c008a2a663f39bc32ce085d433b8a96d447..17bbd3f696293893987a96ee3a99c1ad80a9bf0b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1487b7a17e5d744f61da8bbf9debd075476a86b3..e8ca626f79340fc05b6fbb6e00571a3fce47df60 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 54c4e87c89a91be6fedd94d33803247c0a06cb21..be1034930430d30b6566f9e12ed4df088af0359e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2913e304062be4cad4eb8ab812362931f520a53e..ef3e466d6c1e79c5223c988d7538b9dcc347b8c8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5b9b6292dc6b7bc9f19fdb73e54e59a08e09eef8..9d30e1c586de0883386a4a0c1ee55938a76a5203 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 62160695e6d98a1201364907c64d4fc427d5b59c..22e9b85ee0ea041f6739c21e46a41430ad2ad62f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9fbfcba5cf52362a1022d9152b6f4fc1916ad79c..991a73ce90a2c5413aa397cb6687f27faac5e57d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1b411d79822b830f84a680689262bf819360fadd..c93821024e66126fe1ce36045bc0eb19e7009b63 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8f2ccf0b5826b29d9404a4ffa26a78385cc3ac96..3b36ecec6a606d6ab160d83f707d9d22af3c3e54 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 905740c1bb3d87000aa4868ed901cc9f795f9086..c09cdac6277bef50265dc85a34cb57f2d09d4409 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 974efdb4cf5182b895c3d1c63c4ceb6943db1282..a166a92cc7f0129de2adfea5f415c472658c65cf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9351a156e0edaed04cd107224d736c088af94998..0fbf1a06c17a7244053b245ddb9b4335fa21ac40 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5d691d84d98b20f2cfc2c8365381d2dcf537f74d..3579b4d4a0584c6e955a56be93cc3d18fbbe3f53 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index df49cc1a9acd4ae92478f305ade20bba85fdd05a..9f3f97a570f640172e87b4981adadde9608be582 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6514137c2f1a18965ff5ffe4055421fed91b3ec2..2ca737be79b4f76cb3c97cf3366e2d511817e721 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3ed2e3bbedbccfbf081ef9822b15907f1dc64967..ab79c00e6d8322c362b80bc37b2bc9416e9f33b9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3dd23e7946558fb5a992a6445038bdf9e88ebc16..cc8ca9137594c78f4ea154f80685baa85449805f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index de41d77317198f326ec54e978e341934d9c9f249..9413f99556d8b29fa6b1ad77ef5ddc993345da44 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6be33cb2be6c768e8104cdb04c4fc97a3a13370a..dc3574984454c356fd2447a97068b5fe8ea2afdc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 832f1024161c2159286f4eaccb3ad227b1294003..4201a2e168da22b28a3dc3f0a48395661dbac61e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0c50efb759a68c51d771123d6348513fd82976d8..33d6252de83a5d4372d13f23e2868c0ddba77e4e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4a1f21d4b9022c840fb30b1f56b41a5caa34e87f..5d2801d5d1f9543f55780aca7bf6d242d644e4a9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 98e2af21d4b9b996c0b2ff24f964bbf0351d9b1b..1719a0c550560733bab10f32767fc3f79d765a47 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C runtime
index 4b43982fca5f4ff85c8ef4946f27d71ef7e2ccbb..877437d8f390bba462a8fcc39370365c7e2e9ca8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 41cead33bbd6c9ccc075263f4d2512f4d16afd65..de8fedaed3cc1b0cda1e30a4095cf36dd78130dd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 32d69ee47422b0cd89c16e6bfad4b418856465b6..e20077a9a89e64c8d8cc7bac8fbb82a196d3e9c7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 07d78ad10601210a48c7d6e5859646fb3338cbb6..c6968845412de1b4e919fb2f21f6a62483205fa4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fba9f95a21347fd760a2523527882628f870d061..54b0ac574daf0327c80fc9737838668ccccd4ed8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ca2dd42150e78401c5d15aa6602e59904bc36b90..2e6622d7a5513ea21309eea18c7c0af8ddc7f4bc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c5e9530d926fc3ebf314e9e311dee689c16854de..8711869070707853dc2c6a4d3035e66a02fdcbc5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 023796b1449ec1e6637628c063c4ae697622742b..0e56de6faffef3d16fa2fdc1ad926671482fa33e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8a181b8a94a6c045e93236322603174c587fafd3..e823c2d55a8f2af4c8997cc7a77d04fd01f673c8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 78fb09118e131374313ed3aab682f04383e8079e..45241063cc88f4a386509b182a9e2a6f305c5093 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bd9a9d9b9395660ff134febbab33934ca1eead4a..225a3c7b4fca92f63b84d8e0fb801ae7cd23e3ee 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0d184272a24364b4037bf536af793437dde0e73e..4924a2a15d937a43ce3dfcb7f8d00a47519401ab 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 55e1db7c0c6ff3bb41b4d828c81b0c2f4d4d0dd4..32a68acb851b9830627ee921a01588c687f54d1e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 842c0d9ecf7d566ce0b4ca9aa1de7423d7e63300..4f8217652a3baafffae55c88165f2b2390e2596b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7f37affb9c7d00bfdb90f7307f1a4659036459dc..d108278e93b28f30aa3fbdbef8b281574ac38cc5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 36a1a4499ff4e6a57dff171f54e924c09eda2056..161812238f14bb98b12048b1ad8c9d26d14661ed 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3eb7369ac2ba8db2c52d1c28d5d04429bbdeaa9c..eaae5e0add98e08428630aedf97839b1c49a0bd1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index faa9dc1be609ec96990b6d4127d471219b122d5c..4d149e26a4fefff64b8fd0b13f84916948321a2c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ddb926ae1702b44c9c2e431cbc3e43acf4207c07..03981d2f15350106896cfd3af78ebc3bcbfd53d7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e42cf2659f2a0e825656cc9230f889da9e5ce665..73264ba8478cfc36827382f199a30831e59ac086 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 84e80a9cb7d9a4f6532d22a994f1bb6c70fa2fa7..e3a13421a13c58cce315487dff520277a3539fce 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 095b8b216ae061b795c3bf5ead98dd4fef169266..c10be6890b1f690b74bd53f94da70e3c4ef6ff9a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9e57b7f8ab21d6074cea7666e51d7a274d3e7b0d..39a176459fd7b8fe4067c0c3bafbefbb20a31895 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a0265add2f3b40d32c83cabbca57e336581a79b9..f6596c47bacff44a2422ad093368c8120b0ab4de 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 131512289f117404caa5807bb8023b98efef433e..1308e92e3a45973981e4a7106ac0ea0c7d804957 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 814ed98698ee52d3a6197b878bd4bc4d27b15920..a953630cda9f705beeada70bd27478f7984c36b0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3291dbc60aad6027e398d98e3c42e666c28ba29b..21bcff79efc353c72058ec0f27c1bcd9edb4bf44 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 90c232866fa891deb3b9e1637529d87b5429fe5f..1b79738d96ab8789ae3875659318bc0e6dbbd6ad 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3d9583bf966fd7c606766cde83b107a328ba6a06..8ee95bdcb9d2be6821b4dfff42e20d3709798e0f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6887f27c36d269f9be826297ba46d2abf2af2aa7..c913ec6946449e410810a1198329febbb703dd6a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 65fc192cd94c15772238531d54a74c14ef92b0c5..9014536f5017ff1481162be5a39cd814c44e7792 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c35928501e3cdf740664bfc5926d0bc3862de836..9ed119e12975be53a4aab137b9f273c606bdcd5a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d5b2321edd3e63f55388963a22cf508ab695283f..41ba9d82fbad4d148eab940e05f5b2ecff1d7e59 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a927f1e3df8b60cc3cd43a0b9da3fb485c9689cb..e58a7b95df1b1c0d8b5c8b726a6884476c806fb3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0904c4fa9d23f8e7b74fc4c5ab6ceb09f8ec4471..8854bfb0eeb24b339d92dc4728cfe9fe17e91036 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 192b8d2f6bc1196f3f83986cf5f9bfcf8f95b9ba..d487fec741520b9f66c70902bf442d530623c876 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 32e55a3b0d4db8bc6c0d8f55cefe7eb74a1f28dd..eba507af4ab75fdec30e759ed74be194eb476375 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d724a4c4e783e9f5b5cc6cd3ffe50affefeef018..c230d30096357d5b3a1cc509864b4110d515bf9f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1cff5a94a1a2d1f467a9264584be5dd67d0c51f1..1bde5c32bac631f67aca3c71153eaadeed3ed67e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 70ea6690caca1f2fd18d45fe8d9144c005e535e9..f319b9445a82372f91c6e660d5951973a0c8b958 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d282dbaa65b00b6da3a5fc8e36b9b65e7e33c482..8687e6aedcf22a6bd5d99f347ad9a9bcd44df1fb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e10cf899688c6dd54ceb872f44a0481c40a7bdbc..f4549d91733625f16625784ea256776d80a8b8f3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 90543ea7afadd905efc581ebbd9fdffd5d6ee3c1..250ad8a284261d628b49f420e41f87c99713220d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 006540141aaa97f896937987d5ed314525b6b749..b64c1789f4ebae30566695d122d9baa6668e7255 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 22bf0e70a14888718011a53f1f97cba1106501df..daa452056d5563cee0e543c7fa9d1c363c2b9193 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8ca9fb733012a92d121cd0fe5b7b01f4e56afacb..d62caa5bc54578d0628777645a4459290c748fed 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0a81fd80e08f0aa16377b135704e5c6f162e3bfb..ff196cad90ad6bf63939ad897acd56ed70d64c29 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 11c79789254eae89499f52255e84a3cec728b518..6c9ac05fe63c4191986029c96f11b3bf26c32416 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d9908549ea1884e6ebc86e502e8f084b8e08e668..efff7c8005ca966fc0a39de7ac9c2eb887604bb6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4c1a0095f872909252b8419de6a0ad88b576ea68..0201327fb1633870015c05aa79cfd1418548cd4e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c458c1196a14acbad9fd53c97908796c1b314360..3b9864641b35d414164c8a63926d6bc87f91ea87 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a1ecaf959b544d642a526ce62dbbfdcbe22470cc..ba3a6c59518f796dabded532dc4a0b6a846a7003 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8f8f5d950b338c8dd046183022588090ff158902..5528ec39b500dbda63132a8fcd0f21d756b04e48 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5edd94416d6d0b7b4e1ab2b240398369feea78ef..c28ce15b9750142c25d81bd8dddf30e68181ff1d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e4bc99c910567b8780af6c7a9bea93b5fca5f874..642695288ed3fb36f24e45937ad7a1a8ce1cdbd6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index be3bf4b78a11fc7ee1af3324ff5867ac238efe21..e5049fea0506c5822b6c1ebf125e466c59b9341f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7afffeaf75b8f5c8b0ec899330af659f71b702ed..f7704dd567384c50ae1ffd7dc787f88870044e07 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8275f0f7cee516fefba31b5c79c42c971e6e82ae..8a7084e1b04e382d266b6c54081d3b31c00d4472 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4b44cfc3133d8d32ee985ead3228b41d47cc03ce..80f855c0587263f3af0a0fe66741b470e5d014fb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ae983ec78a990dfad15897738bafe2ce512da6bc..49c0c469fda34a5eda1306f24f2f7f70b342a020 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f0a843f480d4b245c58cf5fcb27528f677d3167e..0628542f3e3e7074f2103ae8ee24a02c6bfbf125 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fedabca3c6c50d3032978d98b1d81da2f696aca0..af6d4f56bd464c15753fa858d4cb40ee59ebd0e9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ef93c7c05dcb28784bf1d11c60fb46a3f3d7dc9f..1bbed723c366978299c17eb3d1f5dcc3b89534f7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 420703c668541dd6ee39d1805c7c1fb296cc49d4..014c9c60d00be441902b0bb5b26f8c0cccb0fd8f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 129febec27edd9ffa551bf5271870b26e2e25628..a1bd6109c49ed0acc1bafa40cfc6c252de4e402b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 25025b920af09f8676994d2ba736d414f7052006..d30e57dfa2e3cff4c574bc800893b995c7ab9488 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d4c7dbff436b53f82122a153e7f35e274f4b6ac1..eac39643ac948cef27dc1084418e320e7b230c7f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 88a1b03a7fb10246627dfe67da856de41d41b58c..9fa452afa34bfea7b5bbcc10a7cd3a24bb6a4ebb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5f373ac2307542c932a58d4720a0c800a8faa2c5..cbea3031975473bb37315cd0d1cd2844413bf6a7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b4d0e81777e741468de088ddea99a511217afe5e..ac3e1e9dafd7767a37f259633509b3af657aae4a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a8a071ca211981e3b3f1d88d8ae366314fcb3a03..cbad94d74a8661c8ece6bafc4c0241b1c9a96c68 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fc12718063e3538059529da35f6c2db4c48faa9b..aef742a3dcb77eeb1a21db02c25d0382ecca6cd6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 26092607868b782fd44617fb5d46003e2d99bcd8..e18af7dd2ad7fe83b8fb1b3ef1d0d0e8fd5f3581 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e502af70b2614f7ea73a2bf8312c5d3685bd0d3b..6a8ae9653a82d5855046a7245b8ec61ee994de7e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bdef09c60fe5bd66f33d9a5742f2543086c61103..199eb4684af68e00a80213bb059e621805b4c55b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0e2abbdc305ae118d88f38f345e9902703a4dfd3..923eaf11afd93b63ace0020fb6f655dfaace8fca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0f8b86061689fe795fe6cc7b559ce8e9ee108686..79351d10fc3af2d59d9f3867e217d8a15079275b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a73c0ecf9e496bde1762dd1fab97f7132a88d354..06205cef6692d65592ff41732b97306c50f9901d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 95bc30ebcf76c098586b731d0ad7bdbd729b0328..9662aeb5b6e6c7ce8096617ff54cd55c1396b1eb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5bf400ce27542b2a0553168a4dad2e1b2e6295bb..a220635ee5cb0163543297a01ea7c3da667d98aa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 788f8d4beabbc432a86a5fc9518f43941651ac95..32e862db75e1b5f7e433acdec3f7016bb5c6437e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c17ec9ad99335837fb7d431f250ba9f5daf3746d..e4f2333213c826e8fd2dd3dc296457d6901c97f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = c_runtime
index 3bef5c63841351894e583ccfd46dbf38001a844e..0e86460b2c02fe759fd2f5c57d6f4d7f45b90250 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 17902cb7fcabce634ca6635aabf2860ef267370d..43032b16964ff1e97357a7cd1acea0dea0d0f489 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index beda0cc3ab1c4d043b7f5d1237f876049100e95f..e8a4ac8918871e4ba1b5e9d7acc99977f36b3dcb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3d0bf4c8f84c99ef7124b15da2b01320255a789f..b33156ad2ecc92b2c9a4c4c5c0ec38ced29ce560 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c3222e7c9ee85ba5e894a284311bc1a3a43a0caf..b8e7eaca0c3e57e75ce0df597c087389205f67c2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a723f76083e99c837d5a4601f7b0af88c9dc94a6..fc9947b4cee65cb09f59cfc896cc7d2eed874ae9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 246072f797f58bc8cee6dbaec8aaac43ceddbdcb..d9370d186b78f7b985cb77953b3b3cd5cbe9694d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9e5faf9baf21f4ba220836b96a78063c6cb828b5..7b9b7cf577564dc7e0bc8eb590a76f691250d059 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fe637d744ce5ae193e226a84a60717ff390c513b..6d12af33a7768945cbcec1386c0907c51f2d8c5e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 23f621733bacaba21594ed1604084794ad943a2d..839f5edcae34e51e07bebf134463ad73fc98d56d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 24aa8778c3dbd9d1b855f823ba3f70a2ae246490..4161de7f43a68b4fcf0f49576e242523605f0fef 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1933682f245a3174dbefc88bdcf0c5d1d0717bfb..22e41fd9e3e695f2737a2f879e366200e77a6337 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fa8a0bcf75a522591934486f20573f051dbc9a38..12d078a5c70ef6c84f90ab68e1f9c9217edd0939 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 92140c29bb0f822a95a8e252912b4d5cb445aa2b..75caf169182a81d9a2e81a734888c2a0a8aa7938 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 152f56334b64036c8c259b60659c4a5846a461f2..1136506c4f7995decf8d743d46cd8580b9f0c581 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cc968bdf7f94a33204e76a38a56970a887c0bc7e..30b4cae7da930bf944c2305f9ff77c9376967957 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 46cb35cf4b88869c3af53aec980cce264b61ba98..23ae9df7985197ffb12c2746860d71b951c9c488 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c8ce33acb904c040be66fb9de71c59368ffd64e4..e5bc8f086eaf856c68edfa37648004a9ca86f626 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5c2ec25ab5c3415e745cef991e15200a152f2772..266f1176ace2bee0488dfb79597c9994c84678e7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 75ad9ed05d39f64b99d3868f8820d102214e813b..c14a988fd4a2bf6aacc26f6b31c40d12c21e1296 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b9cbf71986d0747bdc9c594a81410aeb60fe81f7..9d0485bd8b0598ddc81d694dc84223e78916daf7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 90a4ac5affdb4125b0f24399ab978fdbffd795e9..1151f19590a705285a36f77af29d62db7fbfc1e3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6e12fc43856220d657c227803b6c5659e0ac1d1f..ccec02c70cdb66809823b768d47a1962e0260d4d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 05549dbd2f25cdbc31adfee31fe4de133577155e..4d224a437db8ad778616a21a619d8bac168cba63 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8337bba44d27b4dcf2c435f24c1cf37f71ab8614..a34d80a551d650f1debbb8e1ed4b881880c3e491 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ba8f07a722d1405526ef87174d3c7dd1e4bdf4eb..78d8cd2ee4234bb8ed6fda09ca93efa3746d73e6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7d508366e83d1be08c2958228cc7b6ef73bfec0a..3c1ea87c2cd862070f0c686748bd3bb285d4fcc4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index eb23739164681398787c452d60923e7499bea044..66e1e117e0023da58a41bbc317947f9251028e11 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 49a6fb761d8afb060539f1d3cb9ec05652f8d4c3..72caf94d43c50f71cd75bb3b7ff0336b257193e7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c9b9ec07ea138abd4d229366077164ccb8cdbd6b..15e53e3981429cb533f01034c93ef54cc5201991 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e115278edb62f7dafa98641e5e3e797af5f4ff8b..ebd114d38f0653c4578641dfe752f27bf2ef5367 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index fe9926e8c82ba91e8490542c53d97b7d3a3da0cf..2ac42ae0f7cb101c47faef3efb64702362685024 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fb2648a52610d8cfaab91589f98f14ace415e8f5..7cd4c66bb58f3ab507b1e967ee9ac2c698c8f4e2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 345c9d5661ebc6207ffb4199b16a421214f2a971..c9bf834b0d9156cdf8080a8306ab16742e892493 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c425967b970514e4966e4c203f74053bb3ef26da..e99abf3a5e55c5b8ca029e620e1e838f8053a489 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0368052b912aa450e9d37f29f878eeb7fce4cfd4..d401868b2dea2d4736cd3a85ac21438941399297 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 22131e40acbb321946669fc0f9a520122a3b67a1..14c4ac8c95e7cd79bbb3203bff6100d6bcdcb511 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fd031f0768d1afeaefde1b53f85de79ab6bef330..983902fde35d8d373c60cc889e6b0ba1a4b693fb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b1b76377bf186a3f95b040875cedae3f24785109..9d3b744cb3b0fe8ea52342a43eee202cc84644cb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6b984f6ebaf2dcfe6771f844a78a66c77dc3a078..67493229879901e17326677d1326524e7fb09982 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 887bace692e1d8d3f704180c741214ddf3b341ce..1068593a04f48940720be276b1a5b74afb452dc1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 175ee3ab092d1422f44315dbe5fc1535e3a59175..591853bc1dd879c14f654e3498bb2e97204c8e04 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ef6268e079e5449c71ca40bfc0be2862470072ee..14c34b08a0efcec7b153e3dc8f7753ca18db4b6a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7627c825c7c9761c9d89e39203c13eb685f48b4b..ebda8b49d0e229eabe329926f0a4c630f2bfdb46 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index aadfee6c11930ecd7023376c1b5549a50d36fd5f..52236efce0d30a86f1eeaaae7f4423d8f4c998b7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9060bc6284dfaf5fca6d7df41c04d62b44a618e6..d815414e38c7af64b1f28536d9220d1de59abf57 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1212a8f8f9e90096a0866044a81010cce85c7ff2..c4fad6844f2ac3e25d0ab97f14d97c7f0eb4e59e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fc2a8e95dce98697bb735165afe693265c25a283..d5e074c6ae7c967d7ff1bc6b40b369dd1a8913cf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2de36b2dd6c0512cfddc9f24dbf0d7fc4f386889..852ea669788e785a991dcf9aa8686d6658ccea7d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 157da6cf87be685c54d4893866652e68ee69b74d..f4ea0f1ee23d10985d5845175523ca46c013442c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d8d4c0ead975911971827ec58c3c7aa358be5e6d..777c1aacf3111f925993dfd8775bb84b17744f61 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cab02fb4b79c107524504d8dc50f7955085145a6..647bcd87f92d716f21fd075cd1f6e12c1ffa4d0d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 203b553e2086a79c1b36b9fe9ba9beaad524f64c..ad8b36486fca31d78fa60962bb623b128d5a2105 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 392491e3bec0c5c06b9332341ecfcf1d23f00571..26429e91f486c0e3aecc2b1fd085acaa05f69585 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cf106d90ed3bd884e46bdcc6c98bc3e2c069101c..0dae5d52460681ef38149ca1ee9a449020314135 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 778c04202557e581ded1f8e0e5194b3b09fd8fe8..2194e10846545fc52311ad128f74052fc02fb774 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fe8bee680e439d7d90fb2a6114d44289618d1c66..dedc3cff90e1091df79de87362ccfb88eb2e97a6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7667a0f461b3f16af1e23f2eb5aacc7f269690a5..994c781b0566caa72f2942e305b085a2690e9e37 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a88e0d8fcb4bee6b53f7ce669cf23c47ed4b558f..aeb1aba1d1b9dadf8960f8b796a92183df274c01 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a6e317f9057b08bd0aff00ec79d9f751c22a7daa..100e1bf35febb35a6492f53b080e0c32df362405 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e814040b37a624c80761abef0fd5fcdf108d958e..eb8dd5351f0e4aa2b00d280d68bde468072a3e12 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5cb22c1fcca8e332a9c33439cbac9041f47fea6b..d13bbd2ec6858e09f87d0e03eec2752a0e6fc4a7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bdfa2cc3b5ebb286535a929ea726abf76cb0aa5b..2c917d7b30b17f21d9d27da30484a0409f245470 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index afb9a21b3ba4ab2c03e78a8d00599487409ebc34..c7e2f771b3f8ac48290e611f0ca9cfbe7ed9491b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a8545d9542aa2de51c3c17219dbf53fb97035dcf..203125deed7fe49f7f35b0ddc9b47db0b7995f93 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bd5c90b0c3f057aaa36e14669e7194d5e74a2945..f8af9313962d40651a6833e9fe435de6f71619af 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6ad18f75918321d9e664967aac22ef03bccd50f6..bf57331b4a406f97728c38b7fc62e20766bed77b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3ff71c74964f06759a6ae52670d92b5526253c3f..b1813b134f3b1decd03cc8b3359da157b882eb49 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 295c172f09fa151860ed0d6da0adaa5091cbf114..db5f9770184e2157bb71a1b1ac7fb7e566f465d4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0c55e0ed39bedc271869f59233d6ca79c720b54c..2aef0fe76668e772b58a5afe22fe1b4ba032a64b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a7c7400f587f03664349887922e0916674d06c3e..a0eec366238162daf2f6e861368560307102a1d6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fd8a98529105d7280b110c150b1fd7518e84d6ce..a39fbd8cff51c0f8de8a0a7cc0c2fe7f161c00a3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6d2b1cf84e9f57a7269e76db676fdf89c2626f86..62dfef223a74b8ee068d8f7f65323a45afe87f91 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6367235aa52bf1db867924a78399a7a7d985a6d0..70d98766882315ab1742445b070c4698d64926f3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3208cb44a550efd7c4423562b168f6aef5b34ff6..4737eb08553d7d57569e591099c2d91901c75768 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7e3b4b87c3e60a54fa108ef06c3bba77647c14f0..d15798b1a92ee449ec82eecb855244ef50d9a34c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 35f5f0607622873edd649fdb6b33c0f0631e1496..8946ab67a5b6fda341a6cdeea5ccee4325771a8b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cf1b42dbf06b3bbd5cd0a54b8ee1b79b035333eb..272e23f038f76890ca78a4a3f5fd10c523f5b12d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5d2a32224e8e2228ba29c49b58786df6c3c3ebb6..710109597425fc7eb593b8c493fedcf686a91e25 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ce98062b657898440e0160c89d23c5ee33721197..d39477b81d815dadca6a36c986018280da79db4f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 728fafabae12c2c82ec8c3030fba2f91e0ddf67e..3fe3745eacfdf5c67556d9926846f4f1948831b8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 57eae6bfd12421e9f74b0b6168a64a9627e5edc1..8ec3977815bd993784cc1c3f463ee88fb62bdad1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 08ff6026cb59e5ab38c0dd68ab0d250a3ba02c32..2d70efaab92875fb3590d7d8079195def3470a6a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f7aee402018db7f5d2a24988514dfa7a6256dfc3..a8f09d8fc28b19602d253b02fbda9220493d6233 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cfb27f54276a2f4c5ce6c1a1612efa6639ad73e9..1af96771ef9141c6b58e619b1c375b588633ed88 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 255c534cdfd96d459b388b436ab1df5c4e13e35b..dd7e48e96b2da7e1e26695e6cb77b053393cbfe2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 25ed554ea3db66f23d89d336e68c085f579cdc33..5bef07c257d635954bba6210c46f483d97a4f50a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3144f1290ecff6b76928140e58678a6f2f4a8923..c65a26c70812310f5fb65cc039571b6debb1d24a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ed91cecc46bd6b9193075535f62d34749115081d..99db86d551dbb6de411622aa1580d046fb1255d8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fd5f53017cd49e065ccbfa6b89445ad018e0f90a..9ec9a9f53d91baed463aea02dfb0d9669bbd70b5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 23cf42335428d2d6a9fe9065b6c7f5a36c04d9f8..d9d2d7dd4ebd3a697f8fcdc02f17ea16adfe8596 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 537e6d1db2324ae7363a86e37faa19952a4eec56..458ef784771d596cb391dd23ed9e757583a14fde 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4e98eccac294f0c5e93e6c34810d032a3a0312ac..a40e69e531051c88a16984bae68edc87b19e823e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5e41e20d448b32c32c40f5a4e1243f2fb520aef5..2782f03bb863b976375eb0ee2f9c513af3dd0498 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 06ae3a632e60c7b3cf21127a498762c0a6dcba6e..e93e01f2b11c42501232353351489249e37ceca8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7064c01771bf896a178b63377f9b3ee3d7378d29..ea56b0bb8f031c24a4a7c9bdbf6fb2b4bc0c2a33 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cce2dc67e749bd604472f2a9d4fae80f663f117b..1ec448495ffccb863de410991b65693974e921d8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cc8de0eae5969b5132a73678dafeb4f9629072f1..cc56fe26478f5f1a761a62c34223212a62257be5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f53f784991b7e8b3f348b8e8fadeec70fc7ab6a3..617c9b2d3e5bd55d34df7b7bde49b4fbd3642791 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c5b93fc78c4907f8a3d6862a9dfbecbe7754f97b..8a8a3f4c986392c49909ea80e6523c848651f5fd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 647c9d80fd39b57198f99dd7a5afc83f27678d42..38fa9371fe595999c20639846810db409ac1c9d1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 524834e53e7e94b84f15c7935c711b93c7a63e2b..8c9e8cff321b0d4c903234f74a9f79b5de13c8a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7c51443a3d0353b3491268fe6abb8b1c6a929fb1..beb708ae943cecdb247c65493c5f8322bf969d5d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 804fef088c6a24a6a79bcc60d46fd478d80d272d..65001382b9aacae3f558c3f88a8afbb36f7b0577 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 00d8ab2e4363b3cf921b2d73c415187d53f5cd64..1bda2dabe57ce82c0e1a666ba81ad5fe9611e446 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 76f592769fa4748309afa1b7e5be2e857dccbb46..03ccc14eb2007a96a602ec5e33b13aaec6586182 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e048e700a0224e2d13fe5c51b5d929f2ffb679a5..ef47b2b5ab7ce7778a319615db1fe33633c94f7a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5a906ddf510a14b8930297b56252767c002cda63..6dadb849e37ae2580c4aeb8b7a5cd5d506aefdb1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 569be983c0a2cfdc07cbc2a67d1fecd3cbe18d8c..816f51ee6713acaf8a5ff6dfe961b54d97618b1b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 651577befdd74911cbd385a4a68173b1f66b135d..1e62e1a5c703403b43d2beb0f887b84d215f852c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8e7338fd4654bc1c47de3ab1586d240c31ed9113..cf144fe46272118b0e452c48a91b8baf1952cad7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d713a73d81d87061c0ea25b11c63b22a5d9c2ce9..1e7ac43310c7a9bb100eab2695b6d3b5b9c9d8b2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 669611945d13fdb45ff4de8330429a3fea2651e7..6cc77ce7051118f294ef0dd662d0ad3dfddd6b44 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8ce4e93e1a1bc26f7df3e3edf1a6a08e6c49c82a..555e5e31843057fc03cf6d4bf329f663de5b9238 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 85fed244f999c061e68eba23567cf0ffe8211ab5..d3442af413680dbf73830c074298aa4fbf5a7984 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 523d31e82e9893b3b8322efa32754b413a11c8c6..0125372264cb9e954429365b8b2b990dd505923b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2065f2bea24349c6e97108c5a55787676aa48775..24436214cd329e8b52468bed293e09a2ad27faf2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cb687c15cda848b094d944811f345c6d8843c2ea..54577ae93e3dfa1ad8bc454235d5456ce17d94f6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9e518dddf228ad0e601129c248a66d3e0120d18d..7e33d024408e0bc9cea515b56bfd1bc18981752c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8d6c182c90d176e0fcbd136e39d0a25dbead832e..e2b55a7fd7a1bcc291fde8105dc568c903d6c189 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0287a495d2d784956597f0338067ba2e4d327a63..d68933dd5408e6516d01e522425f3fc6e70d59da 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 95f6c74ee23d67d34ccadcc8bc66dcf5eb4cef20..371cd5e31288a153edf71e87bfac532dc35f5a59 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section =C Runtime
index 6d67ffa180cda2288c903ff8f01a93f145bcec8e..145816d7cb701058a14ad55e6c2375456ea208aa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4985c47541b9c323fa26723c812d576447ee61c2..8c5f6a1214b8817d8b4ff3e4501be3ab1a56bf52 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 174cb4be85642ffce899e165fb76d4738dbf9258..ed6838e4205071ca108d3c355885e67eb1a082f5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 700b12492679f5f6b1de881547e5bef751da1e00..2327a8ca83e9639749f28edccb0fd06f2e3a10eb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a302eb1fb7750e8206bbd7b8ae47037464decb2e..54fbb7f34906ae0d5a0befa697354777cc9366e2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ac5c3aec0f86686f8ad91c749e302a6c186d2acd..b55bc8e8a5b8dcb28678a54dc21dda158945680d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4aaedbf404a4622f0fc1eea884bc186e20c54eb0..da8476d664964c2ec79c37301d14f6f8cfd7b71a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8e95311f364e96a36aedf8e035b667b15e51b260..0aabf93e4f811d84bbd2cf89d7d50c35e383f8f5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c402adb1c17c2ceef6e76fe70f6880d63e429a32..eeb07877308586473f2857eebe267f6af7ac0c2d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d4fb9587bf5deb704f7cc880280e6a7b9d3055fc..291f23458d18e28be633b8524c09f4cbe63eb1ba 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 45b27aecf90245044bcd6ecbad81362dd87945a6..8c35087963b13fbae71854ac7959164f43818461 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b56bd1574ec03fa7277f92a59f1ae6bd954c3ac7..a5c178867111028e2a45c77590499ddaa9992b2f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cf13170af54140f4b76d74c4bf23362003c37086..45bdf71da1fab940f5639d967b74a5c6d57a747f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2c98d2eaf6b9d033049a8c2f721c7d18c9767cf9..a5141e07a3479d42a27f12154664f370a105984f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a50c07b8b549d9737ea71439e8911ec971500643..892df776dfc7e74704d4cebe2a10079d84e7462d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f3773514c2d0a0308ae965cd838e3b7eff599ec6..78c82d75a07f288a0153782ee23dd32d55485790 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c7fc2c0c4da67d11397785169d325418f0333421..df7165719dbd4891dc2eb993a9aefc9613080050 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f43d462daff5c393776774cdcd533d98b2db53dc..e80446528413e41530ef66d4e22244893d476c55 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e860bb26e7c719f3de753402108e290475df6c9d..7f8ec90c67b5525b07e41f16844cf1a5aa9280dd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 430a777e7a0b88d25dcde2711b6f865d28557bf2..54b90d78845c99e655abce05a4055aa2c9870acb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d53582644f204b46bd6666e4e406dd67708aa64b..91439b8928c1857637772cd757701c4a5c004560 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1ce172414c5116cc6994769a84fa041c95420fa2..d22b3a6175e30b43d39092fc59eee68fc24e0ae5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7f3451820b7a4ce2523d3f386f17e8dc647608b8..9b069ec899430e93e06da9c0026a71035f5dd801 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a6044e7bcc4e823d9f51024f38f7086e90ee0db3..3f917fc4054a7a1f7ddb193864be60dfee757484 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d2f9a125c40079d284c5f3a8fb070876eaf99014..0047513d65ed111522a1c269aa3d31ecb175655f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f26029c659cfb6f9b5f301009562d1aed8415a3a..ba8b0542bec812a808093026c77fa021325352bf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6a8ca702ff177d16ad1558b2f661ef46dad39b92..5aa2c3436f7b3cc3f781d7fd061a0e596338acce 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cbd572a35ca045565eadbb42943e0cf14bb49602..83c17566a57c8c43a460f3250c8f4c75eeca0153 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d93fa7b4006ac7ceb6b8c3051080ad132f7d1e3d..cf9413bb2bde4acfe6913c2ba87f803b04e2c6bd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 923a8f0efd16e7124a12e477a592a478b13f89a1..d8b74f0a083430dc2d433c37f5e06fbbfbc11821 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index dc481d32f15e27b6b54863c6145ccb1dcc233ddd..68d4d11fb2d4b0184bc521aacadf145f95168173 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4224d19519686f0945978401fef734496c9e3593..4b30cd1c61a5be021d3829205a975279836c4b71 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7facc90b58fc1f943b71d76dc8c53ed59ed2388e..ab8f20d1628e1151810a8d505c04e31d2e06dd5b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d5858b2cfe8cc1d582af4d0ef118cf4d9352801d..1626ffd8959188c0adf21a62cff4c443c02ed786 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7ef9eed134ca50b9a861ae5ca123204af990506a..2c3207e0f33ccbefa58205e0a41457b734df5459 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b6366a73d03d95937d2542be900d1f3ca08f0fb3..607f2641d620d53faf6bec29ed9c033d00a71014 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2f8890db20236866166a1b6c3d261a399479d521..45ed1aea593b061a3feda3acf2f1b5c470bb3f8d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 5bbc2e433b8f6ff3c19c82bfe7b4955903a28a33..03ac4b1eab33769d03497e359a58ea9ad118998d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 06bf26af9bd0a2a2b80c8ff7336eb97df8f15dd1..a5ce40ced2cbc169ffd6459dbf9830c8c52f9e66 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a3c01c5d76791ab1e1e526e919f62b67351c47f5..92c9888305f99334735cf47536a1f4596d567585 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 184a3e7fb819f3612d7220168153019a799e8f67..0a95899ad8b83fdaab291dda80f2bed59d817db1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ab20463ecdec07640f03330e3f08edb1a30573fb..b022abba56847673085d123e0724550d691e5732 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0cfa37d63b62698d568eb0b8bbe4b231cc84bff5..186db5ba433b18c25e96e9ffd1e8d94a15d73c78 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f0489dfa41d79e2aab5d3e2ef8635337daa1b279..6b393940febb3a33e268d70bc2560b87eb85780b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 88768ca465f0ff1fcf2871aa848f7d9204b59e1c..188db3736802eafb1e19e6e29aa773bb456b1dca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 998cba8b6b9bafa5db83224d495ea75671ae19b1..c84dda67d8d3576287e1c65c26e000904479e998 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e6102872d7ba0adf4f3097ca63dcbaaac9584cb0..84639a1c25c3cc6f41ba2fc6249f6dd650dc1a0d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9991286402df2aba96acd99567edd77d7d25ddf2..ffe131d178895be1648538b4be8eab9d954d9713 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ca7870e96217362f24212884b15aa61265903e28..d4969b1ba08119ddfb6de6f1593c753098b3efd8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 43ff8108df1d9ed997ca636ba291f08b4db9d075..fa3d1fc1145e7ff956831eb3fe82fa7d75ac56e9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0edefb07566f7091f952328e30151fa687aa8eaf..2363091e712cf7f97242bd1e3c55f0fd25c6cd29 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 955b62b12f02fd18edb3fe88b9a253aa9bd7bb8e..9e3006447a5a64259e35210e71a0d640d50d2ff3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 05d6cfeb74a03ff0877113aa72c67abc4e5c225e..61ce69e24f3dcd6d8ba46d2522ba59d6bd1a90fc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index aa33232adc518d6d7ab7f3668bd57f29239cb360..d0b661feb425b5b0d92ebb2d55fd67f9e812e02d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1b2bc91b2ba49ccafe1f57e1954ba1587faa843b..4bd3bfcd842802b24481a5acb1190a530c09e514 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6c7594fc5a4e32eca5eda741c25c3ded40e17820..0aff99938749dd35881b24825a72cf94a11f384c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 40134c762368454c0dde5a679b4dc50a75919334..664cbde01102992f6f57809fa4afa0353cbc5ab2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 90f1c729cdfa385175b43343d3e6e26c256cc4d2..2abccb3499503cfb09ace7fb93439988290c52a6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bde7affa4e91ddf4ac6fecc320ce5fdfc6691c29..285f8555e7c5ce370e06a8fe8ec3bbd136f58e12 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 2df179a8b6958515a6f0ac8e1cff8d65197cdc73..f6ea60afb687086a845e21418dd08b0fe4866c74 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 40b6fadd5adbb79747fc18174263a45c169ad92b..b5977214b29bf02d98a09ed250d2348f5bf817c1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8359de8e3d63c2093076f2c4a88f80d16b519fbd..fec5d5471f9cbda25eaca81951c93d7ee38bc82b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 034610a7dc93da739b829f9f3e7ea66d5ed7c4c7..4e310b6f0b53fab818e7ab9e8e094f00ff2f1197 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4050bd610ee659d4617a4ba0650eda1b36894b63..56a486fc9888b87f15c1f9753f6e7dcf0c9b194f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 640af62affdb317c1040a360ae0870c4da256af6..1e0579e381cd0f82ba1b191569701df59cdf47d1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 26c7db0523e9618b731ebbc44e0543a920dc1e81..337b3eed7ba7fd59a202e344d42e3ad82ab733c0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index fa363193114d5c6c3606a131f136945b5365d599..21a6782a11a32725220f9d51f3fea210e142ff1b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f51f72c12209da5e081b7f5d3f1ec5502f6eb408..eeb64d431ec5ff25698bfaf2c753838bad704cfd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f91d9f429caefddbb69edcf552f8bb1e2d658ac3..bcfa56f113c02818775483f9b05dc19552cad668 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 623846465fcf611e656aed55853dd896fca2d130..6f4159a01187edb86a758b19f0660a02705c633f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 44ddab30bcee288d6559a628054b66f350bc0415..41c470542d4045de0c481e05fe89583fa8963dd0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 729c2796084d0229d792b4edec73ad50b596605d..b8bccc7b2cac7546d27d9eb09b4ce7b4e1b0e180 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6d2f2315667df15053a501e7888b4ce60494ab68..7fbe6596a7f11cbeed5225cd5f8c53f85c7500a3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b5aa1e2f07b7f6e5a24f74ad5755ef8c63a21e85..721c7c9e48cecf9070f8ac9931278f848cef3467 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d08928a8b66a43f255ffdaedca183419963f0616..7413dcc4f0ef69a2561aa94279f18574882f9739 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 73feaa0202f9e3e104fda4ba07b2b5d4dd562ddf..bd5d1e00a5d5df002cd35039c51c930c95f936bc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cb1337dfd7f266cbcf86aa8e5587d77f42e6af52..3a6f60d2a3f3242d520eb99f2dd4ccbd92254066 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c861344845c1835685e70eae473f7a85c3208fee..0bfd81343a5542b114c2f0560fd0306807a18361 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e96723378d62231998f749241ac2d7a2486db639..05bfce9c1932dbb18f9c08758d206aa29dbd56ec 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 48621773cc16e2acc9cd95256a9083e02883598d..af803d0ef2eaaa439c6ea2f6e891b452d7bf5131 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ac5de863415a2c464bd9009c391e92eb6534b841..36105e5acdd958b8b3cd8e458a14b40612550b96 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 449402430076a9a9263aea9e7e359a45d04e2b75..e6a506774d7804549ece3408381827f97728975b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c504c70e886e4dad9c6a2099f1857bce778a27f9..19b15fb392756d6288edc547b71815ed53378e39 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 558ce37c8bcf098c899c5007f27272e376df248d..0b2af43a4ffa74ff2fd462ccf75185315cf76abd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 33822958dd11d9c77a146bf6032fb329a10dd268..e962e3176304767c728cb05d6902152e3c20bcfc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d2633fca4328522eb88d7b02ff08008ae1cdc332..6d8fd63fdb61c65cdde67982e1641fb90da3012b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c1e00520a78f455d1cf12fcbddc68e8e01a05338..bd474baf7d2737b15b3496c8b44989a92b91d971 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8b17d2f71a0baa8288fd48826b01c5dc3031e1e8..f70e7de261f9368865e8a168b1a5419290d2c5db 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 9f40fb03a0c39a7966d0c3e44e8a367b5df2078e..75c5bf43e34e9909808baed12a87b67ce1ce0225 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b41f8c63e06e6a4256594215d02d68d4ee4788f4..81e9efbf1fbf321e9ab1bab75de767a388c7ae10 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 03c3afa693afa68a46cb2b315fcde83b2c683f68..cbd8547ae944ff1ef75b925e1afb8ebbe56c2491 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 32c1d70d9ec53355878ede07df343643fb6a113d..6abd0066b556b8de76bfc0e304c737a876c884d5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c3b385e8f1ebd7a2065e9c01c9f07cdcdb216d4d..c5776a92eb44cf2c90f0f3d847f01614a92b4330 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 74c4ce932ec435595d4d9b2e07e7e15c86868c8a..30c18365d8ec7df0992c72a7f9a4e5fa069b236a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 01ff864208981d47e8f49f63177fe52cc40f9280..b1c3e8cf4974cf7a3f6ec539fb6f39b28aaf06b5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ce450183f616c1bc81c73a8b3545340874accedb..f762bc6e9cbb3624eb3ed647c8ba67708ca77773 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 254e31e5f87f248bb2389593d64ca765f593210d..399518e6ffd9b9433d3bb2fabdbcde7ab0b7aa5f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 73f287b9fefe7287ad729a79e253fe4bf4f06deb..0bb7038786f60208c49485143614fc16b80ea99f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c4c77b9d1153bf18594a8f47a40dd8f75dd15caa..38b887dd1c249167581317b75f988dba5abcff3d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 996364f366a7f9d9325205505c06bfeba174415b..a8986b564e3626c0f954cc8c4585de8fba3dc67c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1a1f4ef21748b2e2cc37fe1af2072f09de0f2fca..51c02697aa02fe3b3b0b596e9ae344893038b8a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d44167e255fe89bc3219ecd6f853a36adeb7774e..a43d38bc04fe9df69010049520e9c68f29aae990 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 781fb9cae89cc08e369ef259d67b8a5b9e0e6d6f..4415fa60459e87775767901c825e2a440cc8b79e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7b28a91e65d6f3626248485abb7f09dafed1498d..9fd558e0da2c00248bef05294047e6691b4f79ec 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index a0934096cc7512f0d1b8e9afdbc8db1d0e73f2f7..81232f2e7dc5b8839d563de06c7b6b49569c3cbb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index c3b8ebd29293c1ffc5b038d90208adb64f809b5f..01063b6a8f70d02f82425379de4b1be18ddc7caf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d29634e3ed059394d26d9b771991bda32005b35d..28828b2f4943b882a3f9fdd102aaadd5151e9207 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0dcd3c869eafd2a7b460b80ee81d198b6c35c933..26d759bed51d6f8ae32921163962ecdea5f50353 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 43299968c36a8157608d9a57e4383f9e518cbdcd..fb05cb1966c9d1dc17dde2f32d852058d028fd84 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1e7bc7615e4c4d697c3584ce15eeeee002bdf0a0..262786d91a0d99df5326b206daa39655c55df17b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7958c1ad977986b2652b4881434b0429b4ef56a2..eeb5836831a17efe28449f392d2ac7f6b7270cee 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index afeb7da95307d8b937c221052bf5c592fe2167d7..ecb6acb657a293b548548640a67618b69580946c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7331c20375eff932e28d7039267854e31c4cce59..63581f71eaff2594880860753c1dcc8fff3eb54a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d76c5bf1a8417ee7a4f99be905d40c1a53f923f0..0afdeaa8328371af732ce330b308617b84ad5298 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index facf60d6aa1454abdd9a07bc60facabdc49b7362..239796200ad37589c9c2b5a077713b328a1f7f0e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 05f84f4999e55f420cca889605af1dbc7e858a2c..37cecfa8dadf533a4e8e795b8b89e1b0779cc6ba 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3bc0057c968f7cf1deb2047b1e597db354c0e460..922474c8368d0c01783865850a23366d02c13cfa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6161190d4cecc0b277fa9daa92e620744ee49732..ca72ebc538b376226cebd8ac9fd9853bf2718bc8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 81fbce5e4dc0169720ef2fbe348cfb1da96970d1..994dead97da474531fedda6281e3ebd6c27b5409 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 13585cc94e88a3deefe79e0b6568ea7ae91f6c84..d7182fedf7a6b7eb27b78445b1b5446126ea970c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d42e9a1801fcd4a69a1c15d9ef7cda989baf95cb..e23f936c182d56224809fa5359a91762142cfd22 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f7c6756e3016975787a48efc50a574bb985c84ee..a4a46b7329e3a2cdc8e5170311f90f2e962b1518 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e9615f906a4c8a9de638c53a7067ff20d8d1e379..8194ceee56c0d89426c995c8a89bae1460280289 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 24ff03b11a9fc279c0f4656c7c28d7a5becac126..0f1e42efff0e19982e10980d769f0b222ce2544a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 6dc45f4c7839eddb366128823d64392748e54ecd..2c2f716d0e9caa17cf229ae19e552d64463093e4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 815e57ddf59f6f889a2c034c2c90b170da0a4871..a99a9d150e8011bea1e9018b13bdd7fb5e720d16 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b5165999a604b4d7a6e2d67f4b9bf058ad599b59..b022db560eedd777848a05c8f5129469b8bc9152 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ccc08cd7ba895b9c65c42ae721e3dbd3696c8020..37ad02278b3213c1ecf5480556ad1904eb11b7df 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index d6d7c3e8bd06986cef65c5719b564ca8db75c293..f10b42f6fbf97c12f643185b8dd6f4d44af543f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 8fb9dc80600aa4ff92d610dc86345749e23316a4..31fbe7cb21b573aeb1782fb08319b32bd9508d58 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 435f9703cd1510ed4b54b5412e3a8a6ebce965b9..f0a23f0f146f0d1983cb7f9c195255f01441cebd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f4ad2e954e783b432393ad8f8d7fde278fbd65ac..2b7032408c296fd48bc9d03af197405dada8bf86 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ed0a474f7ef1d61c4c26ecb0067ea0d3b12a0cd0..71011f070f0302e95a73946b51970608b9d40786 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 4c5114bd27d50cb79bd343493ebf9fa2f8f7e21f..0293f2dc0a480a9e8089e2dfdfda7aec04404cec 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 3c2bcdf3e5e744185104f5232fd5ad062689a5f3..a05265d7967b5bd5370b2084350896b3b96278ca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 878c446251dd64c055f02dd46a7c5ea6d951c2ca..8f5cff0e9d6742fcebdc122ae761d459aab5edc8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 40a166d61556b49082e09356180901d7e408e8b6..59e4d32dd31358885169195baf14b5dbcef6cf9c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 0fe696fbe7ce2f8dd3b0472871a1f8bdf5674468..9d5c60a03521a37053f475c26f9eced14866cc3c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index ef9c58ecc9c631b5ec2c253153761969ffe4781d..b989c14556915f97330a6ff1b2360251933f869c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cfdef4819d40b5dd39794a1bca93df947ff0a0ab..baefcff664d79df0e4b278d70d745f36d1617601 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 1f8b508748a7add94a35c9c78d37d0a9d0388c03..4ff561aee846c267ffd5271c2f669ab2a75d01e6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b8b0ddb3f7249a1abb68035a14ad4f854bf53ee9..7bb0faaae94d7cd88d3a3cfaebe0835235a8fba3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7044197b77ce35ffdd313891ec77fa31606d7525..281570d87e78b9f34ff8a36738a54cb8d8866808 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 984df9a3f35ff854050af7d59a244d1cee675f4e..8ed25b99e0031c2581feb108473520cb3fc59a0a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index e42fd8c9ebfc2a4fa5c7fa6f17c0482afefad450..3d3d5d1f90b40c9ae4698834bba3aa8837ad9c92 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 19da0b5a4283a8e927c4b92886d535b95fe3d730..91eb1c62dd5d530b93ce1dfd9349a8b42c77d840 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bf41e97075fb913e19834b15ba14341633adeb48..1aa32d0b01e4d754c3077e3286ff8e69a2699c12 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index cc00844c6ab216588cb690129219f4ec78056757..f28611680755ca83f5865fe46e4b4ae80018e3fb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index af4fb7e55dd2576924b8c4ea25446f702856d65b..1912c4332fba305488e59ec12c28b3500405daff 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index b7e301f42322279e189537299652a1a95e52d1d7..699cc4090a3e653162602f77e55b271310b845d1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index f7f6302d7939fc3af118b7b067a04f257fb2bedc..c4671d63a09a879131ad38940bc0d1e29cc695bd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 301178be3a55982c089d6a09b00c5f518d409165..2ae5a8b03f2f913883aba93e343d5cb1b7229aca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index bf7b2b6fe0ae16fe7c7707b08279e0f514c8a5ae..8f69b2ae9475b4a9611bb8be51a6e61d69fc6418 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 40e18d540d615793442c574e759b267c8da93109..255a584c90163703582afeffec61c6c9db00a214 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 02946361b0f011db0337540a039b447c708d8355..5f807eee705e4d86b50f3f82bdfcb5f732bb6ee6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 7808c069ddfe831d2130a1ce4e682987535db513..7bbfe64e6cdaea1ecfb2eb0eb18b4064f6735ec0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 25c480eccb168a42e90f531f132596c0c94c7b54..65215093cd0a8f1d0bde40279bdea01d95662085 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d49e9048d14fdab4d8e7b6d6e70741e4a7e733fb..e4d37931ec9c471af1b005d82b1c03eea2b415b2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d6bc4ac5a1525da431c5f762232a624e0a00fb38..eee22efa9247cd444fc351e98232f267668cd140 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0946f8f138458fc3360cb7b5614e4c5e59912084..130bba97be97297ad84eb45cc90acb3de6950b1c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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 
index 23ad3ae56762c6e13f8d313e754a655b85802d12..92dd2c62320d9512d7ded01ba9ba2a0960d17c47 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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 
index c6f4edb5d64d7248f11c4ec0decef96591228f80..4f69644dce2cc2d15144c355efd91ed1d0cb3aca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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 
index b0b90d3ab48be85c5c80a7f0be9c26993eccc07c..1d68e987f53fc969d0ad22a76cfe0579acb52593 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 729d2a4c49d179bd5a0bc6d2bd019323ecc71bf4..66789ab817d88cab841a1ef7643561001de46e50 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d2df399392b1f048f696840536e808f0266b43f3..795ba064b8c4cef146f20bfc5804fabf147eaa2d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1d8f8f600e5e6e8fe04df5553fb577d28a56d84c..3dae7bcad5db5ee6ae933d611c0afacbe90f91db 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0343d133e899239d10e05e13d6a341b8dd7ff316..4c5c5b2d606e0ad6282f47bf7afaf68488b55053 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 568296c39949ec5dada400d8cb5b18601ecf071f..ae6093b1dbea64f8fce5abf7bc7368ce6bd86d06 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1f663a8bc551d1d1d6053dba222109670ca9f662..7108fe259f1b05d137c89e0d3464c1d56656f3f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a5815f5722c348d051c9131e45ef2fff53448645..8ccdd101a194f895ef6b60d00810538f8f47f452 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b5714279357b1e490a4495aac400a4e50f0a50d2..afb31350006fd2cfae8c998dfd24a3e3b37196cc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f71964da1ce88a236076987b70f55031a54cb453..79d5b8b2230478b79ddbe8f5da5b06a750ca495d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a24544708864103ee46e93db7121e01dc25fbb73..99d74e1f43538e647af6ad4d2558fa22db230e4b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8a90ef392c2d0f62d2bf5f81fb56c454a330385b..22e7f4fd50587e3c7bb2c93afc36893078356d34 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 890b5efec75aafc7e94bed8aea59251dcc566590..8dc343012a59346371794cd230174451a03a7bf5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ce85e67ace21a89ef111ef9827be5ee2816eee90..8d59d41a2bae8ff405c1b36e10a7ec45215c2ce3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 12a56f0efe4be9628bc128008d8bb15fac14afd5..fe650592402befec94ee16970282976dab302252 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 246553a9cb74a14a304cd3c9cfb23aa8b6ba036f..5c2a4849ebdb62a2e000369db62407bf4f47bfcf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 39a628b16c1860cdfce07962728dca2b21d9bb87..6aa28db3527dade1c999c9361a89096ce70bc097 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 07da444a5ac431c9936c2d454708e32f4e69362c..348940e6a27fdc2965bb1063f5657a35b3cf6a83 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index d658cc85faa0ee778d03bc609f3de1aef11f7555..3f761bc2487ffa654f4bb34e9cbb835fca858f6f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 2e12d0c64b46a5f1ecb9ba4d953db5fd6126b471..9ff2fbfb8b02f28930a07edd104b7fc753412c72 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index f8901a7f50d41f6e8a11cc3f62ee74d62a096e60..5d6006cef6d87fd33843113149834731889a4550 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 546d64cdecd06c8832b4e780677e7e1cd9d9e896..97cdfa4ba75f735eb4180d6f594f07a3d2c2e0c7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 5c26243438919187aa00e28dea8fef1ccbc02e8e..66626c2039eda90ba9648652ebde3b91eae6e1cd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c0cf1ddfcb0b68c3afda2bfa0a9aab5487cdff06..1e4162db5d1c5a33ea8a64cc13c3b5cd2e3b830d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 88b9c73cb48bef9753ddd6b6a86e2e31c52d0cee..305e3486f2bd9e4b5b90937ca84f5ca00f91bfa1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 31143842e689d8aa7d3aec1b7a70b1c952aaf9f7..17f97177121615be7ee7cea2eeb43f6adaaf0175 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5a9775d14fb7cf29f4d5c3cee7e17eb899c899d9..fde68250de9df90bf4ed2e3e104cd68e4b9aa3fa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 42187b760fc04c4904fbadb5471a2089cbb7a8cf..662c16999128af6a3e507558138efbabde183fd6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b7ff6de2fd4025faa8bfc4329faf0bee0f8b861d..80eaf917be67dab789462f55bbb32db2fb17c883 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7e1591dd7255700207f89dd8dc3fd7c049cbf9df..b81c63f7b23721cec55f734d5b65f29b516a8703 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9fd185dad00ca4de4b430b22e1f3717061a4329e..ef91c318e520832fecca66d8dd0d4172a7f35866 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index bb872806eb7cbf4cb7f651445f31550884823231..3f3083a78c1af77125f73d59799f7dac0f07ea36 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2dbf159996cb6b271909d0cce8e858a9448c7dcc..b4028e8a44ae3cefaaa9dd453d79d11f640895f5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 24283ed9323b069178bd6f666dad48e404f8c2e6..5522d285560839f5e72f318c7b9f0892a3bb73d7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index db44f998fc04801ff2f37facfc0d751518767534..78f0fbc2bd9d97ed0ad9f75349c43199060ff2e7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 033ad78b473bc77f991d7f09bf2f7b68bfedeffb..c06c21c75883c72c5bab87bfc1ec4553e20cbd87 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b59bcbf5789c40145e052e67dc5188196fec3696..a330c61b85855db0bcd6bd56cb3d5e9436547ac7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5b92f8c642d5bca6def6005026f1d7fda2ca5366..7a2e05906dc8ce22ad534a9e69af37511cff11c2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c088c04cbde38709f24f9eacfece97a3ced2f25c..0a89d3659dfc0577058ddb60d339525eb99cc631 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e1027eff328d2ffaf362745d16000558717da0cb..dc0ad63f1a644f6e60677b52906aa02e03c8d741 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dd6c1e48b3bfe9493f83905c627661b73f8fad6a..23d17cb80c1260cdc7c20046bd5f0c2fe5e998d9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3eaebef43eeae39788381b99275fc0387db2da95..97ac53884a243666602497892bfdaa6e31efd833 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 98bd5e77937b8b001d2a7eecc39df24ba9352949..664538d76a861366045fd0aa47dc6961feb901ea 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3a0da6918d4c8897dee412deec7b3beac334ba83..54b3c24e30551ffe93cafc1f9b5070ecab161377 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9ad624eaf2d16c5e70a0d8b6ffd718865bd4de37..85fb02067be451c60770307956994b05fe3adf86 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c14eb42b22ed3946f1457a10a695b94d2445868a..d5c59d99707320a24a956ffc4836d48cdc42ded2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4443a79833f6680415f99ae7d494a1130e622caf..d3ddb7ea4f1dc35e7f6316787d568c371afbd537 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2053220bf36bbbaca67f197b0dc55948569a0149..eb49f3c495209704538258bd199505d6b782f102 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index fbc397eac0cad7ffaad15cc0f7963e0fabd0082b..6135ede5bc7ae1c8664b24349840948fb62103a3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 560e3f6266a50d46efb41e5d1475e98d1f7e92c2..af5d031cd28c15ae7f28ece942b887214b84ab71 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1a8089a0f1b753553455c6ded33dea267294ded8..e837aeae70aa9ead72898a51c1e466ea322812ac 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 
index 38258572db16ba294430354bb7b62786c2766bf5..ea1c1021d5e9fccbf1de6f637b5a6b67f34cc15a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5968fe72713058453e847b6eab66a3e209d14dac..587113c3556672cfdc54e2e10c830dc9dafbd85c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a4ccc95348881b9db6b2eb9d46625858a96548a8..f5191c648a6a1d5be4ff50e5e509a58444988b82 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b75f48114bb8535b04a69b1e1fd1a252b6f0315b..fd72c84010f647b60c0458461c7cef67fd996f88 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3991744d42a249bbc96f4c61c2febe86d485dc63..1a1de6d9555c62eccba964217bab5e2a57411211 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8a7b3b35dac64e1d858308be874daab59bd57d86..9480549d73e511085ac5c92291dc4251ce901192 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4f70617d48d99321d23bdffe6bf0a80782958035..4b7448ddb447986797aa346293928d10c159522a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b8460e0b784dccca56745c50d77ad7520123d76a..facd0940b06056e82eba7afa2250a5889a0497f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1eb6a27ada7b3e70e7555e6d1aa8cbef233921bc..fe20866ad7f63948c9a8cd2441b4f6ec6ac1a49d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8a7b3b35dac64e1d858308be874daab59bd57d86..9480549d73e511085ac5c92291dc4251ce901192 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3f7dbf5f42944f6ee4e68a3af366785940b4e72f..be8b8fc3dbf3a53f88590945941ca5150dfdf21a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dcd498c6ef24b61b4596414c1df8a5e947ee0216..b4bcbaa71ee76bb01d6f8a946c8235a75d1ba668 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 05169f65c679ebb41afea39fd042a43543dc3d4a..f96f4770ac13aec053f943eb8c75dd94e9e80e7f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3318d1386a48b89d2f9409854a54f07630894206..3b0c0d99cb62417b989e59c6604e85a553c51d0f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4bf0000b9f8f2a09fd093f4bbb951fde347d2517..452858aa691556f8993931ffe422e804b71b5c81 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ca46f6d8424977f4c42f9e58cdb75ee11f827853..61042b1695aae1e47c2d2419dc8257d91d627d18 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f1f5bf5764ce1dc928e33e142058181cfa5e51a3..00ef5135af684ad4372989ccb1feb5872d674c02 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 72af6930d9f99111c58e28ef150cf178386de764..b315f7aef6b98ed345564a2299de3c59c70dbbdc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 72500111ad7f0d3101e3cbfbb28dc0c422b11fc3..74d871676d423b510ee6892306583a364343500b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dd482dbde573e7e988e7717a34ba7aec6ee97bc0..176994bab294323acd2b2f49ecb00b23b73cd73b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 84dc33832c34c40e9f76e71b2fc5dc48b6969169..bcca83dc2c5021069e3e2e8a760f8443abb251aa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d8d19af8804656bc7476771090c113400fb4be7b..baf6a864055f21a93e939f10e4c64ba6a9abac42 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9b001b5c381aae4510cbd2e9da46927b9b3ffb68..6b4a8b2cfbb4f41f43f449d34b283c8e4a5e2b2a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b0df11a3abf18f2c6cfb25c086dd0d6fb88a5f54..7aa03cd48f501ad52a4d9e466517309d7f8f15c6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 82b6326170d38c998c4100ff2cd13afd2ce12018..510f79fca6c73035bcaa68eedf0e369a6a260512 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 82b6326170d38c998c4100ff2cd13afd2ce12018..510f79fca6c73035bcaa68eedf0e369a6a260512 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6f3267d591e87e0f42fd8428fe4418b94f714801..664ce3362f6d3e9dcc64d76aca3de061afb65ce9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f7a36eb53bdda0331951a7f82965488a763ab1d9..1664a75d527c52f9f3afaf3f76d9d315dcf5dda9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 72fc5e59e628c4cee67907b84839aa1fde31f447..d3e27707eeb33e06c3e15b4a3f86f90fed4656f9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 555f0d823f894e1ce7fd7cb9773485610a0f295a..1debf06544cef7875c5df215925f8b2b2750fb67 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7f3868d6ca15b1a8f8fee6b3c9932acfdae9e8a5..c6156af4ff9a02825a686fa22e6abbfb4af55135 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 51d918534376655340d72bcb96ac4a1ecf0feaf8..74236b5df6a1b3bcabbaa9dc8e7883ca232ad6b1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3a226ff8ad0b55b79cbb2e0762cf9fd09fefc9f6..169561ae31e033d3b43fe56122af1d1d763e67fd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dfd4b6bd4230ca173984ab54795ec16049bcc1e4..769fe0173d09c1d1223f9426945d0ab5d770d316 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e3a0a861f4d998dea8a074bcd9dc5b327c9e5013..5e328c6565c1c4d139916ff788881ff7da72069b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7c51fbc384627343d1644ca1196b8c898b09c1dc..934aad656f1d3f18d46b3efee7b786398633d271 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dce6f9eb215fc7e15b56f567ef868c4df9f1589b..0195673da772b2603c052c5a115533c85cc836cb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 64745c0e983a14f4fa6c2389aab5a4ca596bf1a4..baed91d6b76337b595ed82dbe63388189d24190e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3138e9bb4055d0365bc49de2408216f92e09e396..1f292b886f11c3159759b62c0e61200980dd7d4a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6e8826291fd77d8c27daf812bc81ed1b72ca5da9..1a9b5fb2b67203ecfa95d41591f5f15c9957b245 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 148a2678e507fa7c53122b2114ce03154e1292fa..72ec21f55adedb5b1d80d44a69f28e9d03fcbdca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a09df962f380c74fb72259697268c4d09bd04137..94d2db8b488bb7115dfeaa78f7c720d4676905e3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e88e985b4495a6ed2be588fad98582624d78ac9f..cba76f89a3903da4becf9d6ea12465a54c4e1dcc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 87ddf9d857fc13242150678342213ecbc9ca01c6..f3627273f758e2654071597e136a8a8889bae479 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ffde30ea2341e4e1808b5b7be0854f372e37cb3f..5f723992768131431fa6b38a8ba4716758e7b556 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dc1ddc96f1d470c0d6eb385195c536d3db3c6fb9..761ca9aed2bc8ddf32f85d521b04ddf2987896b9 100644 (file)
@@ -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.
 
 
 
index 0b0449fe78df9a14cc5293bd2f146952443bacfc..1b04b9766f257e10cc0c078afea753daf94b1b35 100644 (file)
@@ -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.
 
 
 
index 71f8bef651b6ded3e2c9a0e35e766ea428b84e4e..700a0c72c1e246e739e4a28f6d303ac59de37b05 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 36ff3238c7da8dd6624a216837bf1de2bcf5c00b..0fd5e3429be71f86ba874fc42ff2c07fe2a2a725 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4689ee6a08f4a694c96fb7d3c7ee572609111390..c393f0777d941e5e3a5082f724f968944c78aef6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7d9dda1a9609b38b327b35d1efaf83345de4a65d..eab2b3cd7bf12202ae21bb20d3cc3bae33b354c2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 137db9d82b3db89025fd40f69742121d1ec2057f..2b5d8902a403ee591ce02df34c7db0db4ae2c440 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d088c5d562c3087a8dc59a8c5fdef14f643dd846..b69e8e3161d37111e1c2a8a5015e3482097cdf01 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c03d98a91cbff3bfa768a71648ca37226ed6a9bb..a61f67ffd0799073b18b834a5d1922969bd6510a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ebe138f659f7bd74fb54500f355c7b086ceaaa0b..961303fde725c363f0a7a054ea11708eb45fdb1b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 11cbedc8c5db9f6890a37f0fd6afdff14b0e1aba..c5812e6f0d662a95686d4ec693f2aa388411af4b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a09487d4b9b3ccb2a0f1961be5405b6b7fd37e03..7b8b1bbd463ab8fd10216eb5d9dd4c433b1f9590 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 464679a45614d634969fd486ad00ba424ffd7418..e132c6324c94c94cd78163220f306b1f819cae2b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1077316618d731cdc067f32a2770d9c9f736e30a..6cd0d3eef8b719d87a5b95a98e3eaadd9509453c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 472b857eff939d32242c46b0dc338f5189a56e84..2a1e78b640f5c846127147b8d3b6c5cc006dc27b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 87e16d3d79bcb4fce5613344d24d7fea26c764a1..dfc444e6f605df503508e1f35d05edcae75e51f3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7afae68f16832732fa5ba6786c99f276a8f2fdc6..5835850090549cbefd05c09cb725e2c9f216fd73 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a68a665d7487c565e4c3ccfbf5d230f40a3009e3..3c499001a474df7dd4f1ddbbb36ff94d97dd3c6d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 475d827af408d176744e717c73c70b9f98b25e87..3d8364d5abf541728aa34f6c7bed532ee8fdf2b0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2a7ecdbab78b658ef1d383097457f33751d66c90..b3baf015a1021bef6c19085763efb20f34fb512f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a09d21428ff089d96a406108f6af98716ab2886d..6e6e9f3f40107c3bf9fc627047b9cdbef63db961 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 521fa6eaead7d95c7339cc91b5139dbccbcd66f8..44c99fb3ce3a2745b4ce3aa6baf9bea92825d9ba 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 455829c0d598be590390dee999806c3230a47a94..cdadee335abb90b0a89daa730425961ee8797b60 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8075e840ce5c90fd86277015ea86d1aae33dd3d1..72196a4cc642f9ce002bf48ea598d7ac842396ca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 45fdca6ae7b00e2a3dc96c0ede0229914cd5dae6..9f6c7d8b4f41bce57a0a762a19c4afc67228b6e1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c8d94b73b49727703adac9c267ad6564e8652104..e6e090035fc42867762a5ae6f2162d040f253c0a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8b8740149cef73a88e8d701d4e729f2ef3171465..47a5defb23b7e5846dfb4bd61e8d442eb603b55c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 31b262e31eae5b74c2bdf026e2ecccfb283924fc..8bc3b446977efda81260478f47cbf544f6c70ffd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8bf50ad812779b6bf10cdd3e4fce9b06d805a9b0..4e64e8ccf92a07273b7bbabcf0ffc34a2f2546a0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 056d9ceb21f0e97fa50496d467bfa163e5a35aa1..b1626eff32c7fccd41d30304199e39bad9cd0328 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2c0611bdec2d03a3617ee37ae1d6da8df3c7f439..2fb5007769f0b9cd597d16f465d9efd4518faa73 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1455fe93b76581e235a2f4d9f76bdbaca74d9fb4..aab6b36a74e164a07a1590be98a620ce2db6ae98 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f1d8451efba4ed5d471b13a2e6efde2524aa309d..84e3addeeb3cf2c26baee3028a2cdc6ae91b7807 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 13b3f52cf19a918a5739cab42b2b6dc8ed5eeb31..b8ed53e8f385a384cfa2232777171f50443c95f0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f76333e7eacb8642b1cee05e13862b3db49852de..34f83cad17a2592457e8e5e1030cfe87eb7531da 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 37655eda5bac3213618f7de7d62b8adf9b298ecb..84e96b38bcd7e11c5abe8eba62837c58ef7a0158 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e3ecb32772790882b5ec70b7dcb5bfe4262bcee2..2427779c0a19b2c049bdfe4d974fdb508ea62289 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 020827d2fe84bdc043a91ac5068f250c45ce3f27..6112c648cfe43b77105b6502496e6dbd626b4fd2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 010f2fe27923713fb2856c03ab12d15da29e9461..a6021bb633c580d6cac18d8a7779a8a96fa351cf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2a02128b686e4dde9ff4a738597ed424b034399c..4d7fca5f7877dccae2ca93fe1324e166af6edf2c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4aff853f91eb2f0f6c2af743093d7a46c5be45a5..a6b02d890d561b0a849bbdbd67495403935fe7a8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e67f4775f41efdefc88e4f273b96c61b781ae708..78401088492c08158d1e5bd2ef71f292c869a69c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d481560a0d775a3e4ed733f9b9f59390ea2254b0..fc258fed1f9d79e878117633d33c86768151e1ad 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b4ac69ec365e3c008b58f059e0d90a3573b4c674..5ec67637095265a4c3e341dc6f0ddd3d210f336c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4d11a71bdb1329d40289579747640bf6ba3c51dd..3f4fad6733567712408c84da8ae7f6c9014abfc5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 512b945c4a865d83c607342d2b588757bb02a44f..9fd6b566c59e4d3261574e5bbd74301d6c5169be 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 841801536070cf0c7b3a18025150ccf4d2ac55a1..e5c136b60d5da9892f8daa2ba02582205f272741 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 29e847a82f8f066528195f2371514f8bd300638a..5229c85d3628ed60b93dd05c3c484eb793fd10ab 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5b8311a05dacbd792842c513e9781f816ef0bb38..f5f5755574988c30791678dc875024e26be79cfd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 960f2265d53238093a6a51ae47358cb077b7ce55..2c2db5db106e8b94b38d92bab015e42b8807c93a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5d9f0ad880ab9b3e8323835070d6a6167e9ebcd9..09830266b74ad403a7c8789fcf6c817391126513 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ac2b91c0dc5d50c26c81391ddebc85d387ac1fa1..3b014114d1611d577016ec93f56acafd2dd34572 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a571e9f8d2c3ea207ee3f68773141dc1f3d4f4a9..ee11d926b931675f03d43691594f358136af4b2c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 60decb84616fb43571a2aff7d85b80a6531820a3..5e38441a9fc60f18fde95bf45fcbbda7ba11d0f5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2d9845ded6fa40df7bb38a2f23dc98afa3e6cd5f..76b6ed401cdfabd54b2aa61da51d66544b4a242c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1389f1f92e5d7dd3f47afe8998e224d8f7cf43b9..6bbb9069a4d3385774d51fb6272ea222a19ddaa6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 49ced638361e238df9432195fe94a878fdd8a4d2..59155900f02caceb7a9de6a47cb912cb52d6b837 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1fd4ac6f14f037cb6e46b3f19ecfacaa5c67937d..a3f0f31a0af6a69106460dc1deb3037dc7ec092f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6e427da15a46bfd813a29f26bcc4439087f78a78..0249bfc187ca363e7c6eeb076d2d96ad1fde245d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c7d8b6783d46de8f877eea29375085ab4aa62040..9ca9f0f5fd35b6d0adb7d5344041a0a228b6637f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6010a18c8ad7602df33e75097458add73d39d7fc..a58268126fe8d8920ca321f1043ef71ada056e22 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c32d352d19bd691a4e84aee3c82aa002d63acf6c..8fcc04474a9b930c1d8adfa7f6574fcf4f091729 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3d5962c7afb591484251e60184ed3265d3139760..17da3b1e48ee2a4ddbc1a16862c358e61422ca7d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a3d5401493dfe65686278dfc65df0107ba621089..08181b199c267449d89eff22e34820e7565209c2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0e84e7a3ba8806082b4d2380be7299ccfcef6204..e30903b480fbb757b7a23421d9876f2638604626 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 332b88b071a11cf5423a7691e2ed3702bb93c627..929605dec7217930ab2058cc114aa192ed12577d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ac2b91c0dc5d50c26c81391ddebc85d387ac1fa1..3b014114d1611d577016ec93f56acafd2dd34572 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2edcb56d3b1cf98eae493136d74ed216aefe546c..7096b5462ba2e064113918eae5685bd4bc270d48 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c0ee6b6a69c41c68e090b419fd1cdb34669a88d1..fe712f77c17ad0c2d944076ed3b05c3d4ebd350e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1e83744bba105f7bebf1e92088f7c73b19883824..6ee923e448ffaef51491a363158fd70db4052e77 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 284863568131cdb1f16567d80a7fa5a4a99fd7ce..462b8ffab1c4cb8c1fa8f95212dce8b8a75102f6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ea380c367630040bb257e4456dc0ddab9d9982d3..8942d13572a6720ce0f98927e0eba209b996f6c7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c27b7ad3e515034305d00cc24998569915e41970..371b964b5a5dec1e4cbcf83ff46f8a12e7e0bdf0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6b78c079e7058d65ad82708c1f9e4ba359487c18..51cbd6577f25d27ecf2380dc11ed56b8abfd6e0d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d5fa0cfbc276241c8273b3e92fc721eb02e80308..12db123a8b6be5d27ec95ef5e61d4486129f71c4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7c64c3092e68d8c6180ca986fb89cf5d1d2f6bff..7817613f95e6edcc5d5fe81110302699e222e5bf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c3440731135305c5461a81920b412c132cccb36b..19d6b9eb3b2328192efac491060dd82ac694e647 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 71ccad5639852d016463b02b1a92d580e058fb3d..7df0c9dc9e83a405ae781e16b40d15a347851fbf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6b6eb58b342f0b4d7a261fca8ea02a39c199eb08..1ba6e796f209e0db4f6449df8e50b855562aa62a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b3462cd2f7f8694581010123d0fc27652b3af269..3d9d01e2e9a1beb15390a4ad853478f782105916 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 096aab958b9e8b6798780602f5def0e3c5501c35..946efd2a164109f14e0d5eee97517feebc1a0f4b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 97b7222b9e456fd6bc729a4e0bce14df33a37c75..b0f3b00d49cd585052926f11de3f3e2ce75de052 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c27c8e0eea52fba1e4c9a7da4243457507b114da..47a426e0322c4fe9d736100cb81f8d674e0f7a88 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e2cd16c6f1b608ad2bf64eff99404739cf1b811c..975519b5805a274d0654df1fe83a4aec31ec210c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4be93b8092ad348d03a0c9bbd23e5da97cdfd3cd..a5252b6e389f590ed666b1ff4d4dffb57118f05a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 416caf34fb05de479f96ad6fc6043a5c1ff549f7..c16a7d95a2df18c7885e9d2ea54fd8db8ce7b8fb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b552b720828bf5813ec5db97157413b9af70dbe8..2d4bf04ec75b284d514af561f3cc491db0734ba0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c5c4adc75a87685eb643423936a7c02fe1db69f7..f014e6c6833f75add6b961781159570e6f7adc26 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index bc107f0069368e2fba1743e982a8efdd4dfac288..5f0e262a8990d5983c22f695d5822f3e6c29486b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index bd20aaf9952fbd0993e49834ab43f7927609a609..cfd9c01c3adc62819f813bd8182f165791f78214 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8275f41644eefc5195abfde4bc414e2d4bddd1b6..055c9753f54015588d39622763d4bb4f6256473b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e934b1376323f4f778a3669028526ba8bae7e520..6bea1c67f24bd8cfc55ccfcaa4cc355584ad7799 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d41de3ee6849bd6aa7ca4ba89e0df17f2bde5276..95894f2dfcc78ebb54bf19eb1e7f51aa7121c2c3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 63a58f681bfc57f1b9e0d5620931b63b81b1124a..48c2a36859ccb61c933b5b3e28d1bb776fd1f72e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 31be1d5536d2ea3bf3f466c979561d65c5bdfbba..a1b30072e1e2b526136671ae02a6598fafb6607c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 00d974a71c2a333cb3f6170edd5aec94d74cbd76..be1629203570cc8b67d2ce148cb7655b3966c1c9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b9fc4886eeebeb0e2690b299c402e55d22b27927..4f8b045fc026ee8841377bcb6a5c428b47f2cc8d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 43cd2aebb6bdcfac1b00ad4dd9c132412131658b..5cdc938541b4edce256f6fcd48e84a97e7623893 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b85e38727236f2990d1e26b8172a458fa8c228cd..ead792e7a6e996879d5e54f7b6ea636e9ee01ceb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0e4591d247663d3ffdaa84538452cf0430bf17af..0548926e84697703f317f371dbd259b16fd5480d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5211db1256517312f6bf566d12d3afbb46097df0..84d190a8fab9d23787a6d809dd7ca6761586daa2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c59f285dca7e88384d8ecc493fbe54cf27ccdc9b..603565d64a182ffe97c6170450ff000ee9fcd232 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9fb5f0f0326c3ba6b621c0b5639d6cb28389a592..518a52988beeb65baecb4b24eae5d4bb69ad1839 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e5b50b81430fcb10492726a0b5387253e6adbdf3..3b29e9514ac1a315d4dce31eace3983306c8f3a7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b737686c393480e93bd548f477086efe0a33757d..9ecf1f29309a081b3e51f79f0a8ea05fa8454c97 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 03b00d3548cebb23645a0f23730d26b229d07130..fd7575e8f62428596f7473c8def68f0fc4d23c45 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c541b2ff85a7d1f91c153788448358843ad0e073..22f9ebc1f8ff45af6d9405c10d3dfe669e380254 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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 
index e60ab279b62613ab1e74941ba52487b567c59156..c7a2a3913e7b2936f2feabea93e33e39ad59c4b2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # 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
index 86da2d151507b50e9b4d9da2ef4a1e21014dd803..672a583a78ed06d6d0c81de1dd11b391a1523f0a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 891e1dfcfc90e5b62b0587f91e8ff8d291d54ab0..3ac8f45d7962d61c6b93ddc84f8f16ebf41cdd91 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6917e8586a60cda01807a4d3745d4d24f9965e0a..a69f5d5b05188c82c02bcd734719d3932990d50c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b9422b062709f258a11d76db0ce3089ca1900f64..d36f44faf47afc6a4033b04e666836a219e1fb73 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 78ab5f77ff96431dd66e703c46bb66a349e2789a..bb2d259cdf027ed8c439b93f92f100bc91593e07 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5bd46bf60433c85b3efede69e76b941504a08768..c057584ef9837bab62a56aa3653dcd18b824f607 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5e4a35428efc4ad5781f9661d83abd14e2013b42..dc5713728288b25a035832eba59ee25ea38345fd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index cad1f638174810949759811af524a2da368cbadb..704b4c29c49944fafb0329720521ddb7bb26c3bf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 33e0cfa827c5344b827ae55d7905ed10dc9b6ebe..dbe71255aafdfd54653e23a5cab72f4a470ccd8a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6f497c23cc3e3f2cf6c57874fe7284538a9fed56..39e525c759a52d25e2a1e13efaa07abf3d657e7b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7eda50527133436c8f79f790655465b55dcf78f0..6ca71938f15214a34aff55ea955e7f087031c79f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f653bf5dc2d4d420b60367d9e34190dec04a9c46..33267b23b03152724ea079980c869e40f863f1a4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c426a7ccbdc963fd96624c2e146ac52edf9d22fa..e9ee3e4a57885b77d9db4d5f1de824b0dbb2e8e8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 668cb7d24952643defa1d0252346a49093ef7c37..19fba6d0667e303895bc41329fcef19e68e4977c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index fa712ab823b2fd13b91e190da793308e8e9ff0d5..3e7c3e6ffbd6d6de8ef36e7087cebaf5430f055f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ee81e2ec3bff6f5c438b42d3487f7cab8ef9ccaa..104eab1bab3a8aefd9856ec9cf24120e0019e233 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 990649fad9e4ef26ad9ccf66177f1fd690063634..55150d5dc67104e1570393145feed56cc1491cfe 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index afaa04b8fae19b4ce3132a4bfc00943ab4969a87..7f049668700d7c1dfce07580e5802351f357563d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8fb16c778c46f4c4322d6250b28713a8d71e4c8c..d0e01fd76cc1283b85a1a99b26e6c877d9620787 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0bcec5973ba18d74fe3342f5226c663973a82508..91baadc4c53862a8afc34629404eecc69a3e0434 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5de219a959a8ddc7f08b24d2ada1f0db563cb773..6f1952b47987e94f7de304f5ad336399ed38e172 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 467f2b7b94a4b28b0c9ce8facbb87a3515bb4b14..40adb9cd4da6045fe5eb86caf4acd82c014aa01a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 372f5af316a9cdaf6ce1bb6e2477cc949fde3bfa..0fc404753f763a40a32eb9c695ce458cd4e695e3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d41c19c908c8f9edab90d1c93f4cad9d809147ba..86464a2f3a0fc33946a06ccefe98deb462c60808 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 64204fa698ffad697197b936ed5de9c0cd7f10ae..ae1965ca49ff6b1819e3acb9192d3767ad3c6051 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index cbc214e8cad5b5f4f95f192f3d8330adc8e1ccf5..b53bf6a81e356f9ca901849cf0288190f1681ac2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index fad1ad69a6b2f11228b1eebc249df75774f8dcac..102cf8edcacac1277cac3b013a613690bb5931ee 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index be41f52c63336406b10cfe49c30e266733503a8e..44c0197aae003f25c6e4a3f8b7096047de18f4b4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7f03c6355cc88c743924e4a3ce0aac2e601e3e45..ac3a2251084b8d1e0459313fa9504bb141474d09 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 78888abd534a80a1338538d136a3fda04a8fb16d..dde3d04fbc1c96b6ac6e30f1f0805a0877a8398c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7ae3b5142aac698d5d355670310fff8cc30afe77..af14d1b2432986ec2c367514b53f6e87ae3014a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 677999906fce5b7aa890768d8f28b898d1d22f3d..ab6067ab1511c63692ef468075d18f8694254eae 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3ad431701ac0355a90bc5a05d370c117fa96d6ca..9c206d31b346e3e9408af0f7b14e3ff7c81c1943 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 04b1dfe78302f911129f59826666ea8a63e6602e..857c40b684e8dde616312e2a5f756fdc265be2e7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 18492773470533d3da678558223aa542214bd769..8021f43156e3b499b2bca888b945185fa5166fe7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d78515e7cceb54fb1a75560a413989f320ecc539..7a802c1e8cbb0419d28a52f802de2f7945e19d69 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 57ee3835cdbfabebd9c18e657f5bd2ddb52edfdc..e94bf38e740f58a7de7d51cff13693f90f6b31a3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8c5b1f087c333bee9f4a0a8c6daa09e0fb89f3bc..878c1023cb6a53843dd43c4e7ec1be721c3d1b53 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4b7c20a423919f90fd409499354a9112be7c2733..dc5743a88318c67875aa6eb27c42e0a2ba19c3be 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3669e9961421470f577deedb44235f274da11674..b55eb9e62edd1dcee30cfe6de14afccfe213bc54 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5e0a36627afb44a6eb26627426181d048990b21b..b7128df279128b2e87d5863e46917a83122c2320 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c304960030903d07cbb045d40a44f9441e20bf51..e404d7ff34524e6c7615a07aa88f793ab3bf7641 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index fff0c701c6c9667542fdebdcf81ba11569cc581f..7b9c2712937b6996cfb32852dde0ee5180a2b861 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8b73c0dfca19a1b4ed6f1fec89c759169c5b6105..eb52f3bd83c7cae0b22f82b2acb5abba54cf30dd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
 
 Version = 1.0
 Section = C Runtime
index 27668b66c746df1f81053e7315c029e20137bbd9..a08ac0203b37d1c2238c91ccecd574c58109262d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ba4e97ebbc4d2878d7712eaf3a0b36d5a05d42c5..335b52f2a9cd45032849e80fb24b455a1a5ca367 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ad0a5fe90efa8973bdb1f1ee71a158a57272e19b..dcffd114a6a204e6c79bd1ff12851b2aea7d492f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 18851d2fdee1440974fbf93c1cac548301b9074b..89739c0d09af0c1664400507a0aad569ac3a946f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e4d46c986bb5b4c34ce2766b41a69f6b65bef316..667db59488caa13f29485b0bc677fe44348b5aa2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e4d46c986bb5b4c34ce2766b41a69f6b65bef316..667db59488caa13f29485b0bc677fe44348b5aa2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 561cd943fca853fb75c82499736e63e716b1d047..3283c2ec73de1b257f5f6caf5d9d57e552880a41 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 446e30150057bed2ec286571a3932616db0771b6..46a5aa0a7031128b220a1f4210cf702c726a1c5f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 05076bb376d55f3f7e67cd06c38819d19122a82e..2f59bc47c9b58cb6ee6033d5826f0c305d8693fe 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 925a917871b7c05312082ef3c5820aaab196893a..4a07a95ce49ce353be47b7dab18bc1f8d038c627 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a44f4674cf355dc0af793f7a3ef3ebcbc7a28372..a35799f9b503d51055c5ea707c470e4dc978a79c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4df82daadea011f47de257c72b19ded006010dc6..a3b30d087d9373be6f24f92458c356667c7f91a7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 43a457a76a439acca19ac14efcd40b3033e65e1d..33fbfe54186027c788afde444f593584620c7936 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 126a72c94ccd337d8f721abfd4832fd75718fbdd..f0da410684726ddf55609fe7836d9b7fd1ccdb34 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5333a4bb36d70137c1311e6dc020e0e9db2da06d..e81fa1cc3b2978391fc53f9f981e2308e27d0ecb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 11982050e06cf3117496f030cbbed14dc98d2766..8ee04a500507772d5c639fe952eb75d503592a08 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dca92b0462f6d3fb6ac2bad47942d84a4520c6de..306d2e53d3d3a2be818aa7467da671cc85740ae5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d530ca5fc700f0c3b12cafec74248bfe93112a9a..7384f82fb8736159d58628a098be12b08f21bed9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8ffe3bb7c7cdd9f0e88cac6f8a5fc07885150003..15fb6bfa9aa0fdd79c144c501b17bbca20b387b2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 31ceaf054d2dc245a1d953a413338ad2dcd8888e..baa11675a23bb8372f62fe61ce721f691d7346e9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index abbd28c2384eb4a46a23af844807a60d304d3e44..68d1fa0c490fb79a1cfe2b59f52ab7c622296e74 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3322633291fb840a47ef39ad752bd91f7d9bd1f3..b0ebcb3d1d7eb0c62fa2b41c01c636c947cc2b8e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a35e1d23fc4b0fcea2c94522ec8f351c98781239..8fb427ad3382ef1831d9a042f818eb3cd6cd7457 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a633c68e3479682db66e90c6a2feb56f020c4aaa..87f0e4818df52b2f7aea6b082fb2e8e0747888d6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d1c5723236e88e3f3bfa9864b83d5e9b2accd04c..b186dc973d4c2d1bda13e426fe8cc062d45abbe3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ed370981aa857380bb9aa0d06be72617187fd08d..5c7c3e05adc6b02b4d8d716772797028490ddac1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0459d24d630834c9e303e93b00c2b570271e76cb..35406bf33758dc59322f4ee23d7bcabed0294769 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index eb6e38db87e10040e13a557b66191b0997672f78..e6e4832aa128b4a2bba9a1acb8fe33dc422d45b1 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 402e819cea27220466eed20e754feb54645c2849..b87a39486af1bbb3440d8f4959f13c1d22412478 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
index c0d169ccdc5087d46b1d03f61b4cbc11cf2c4079..019b2a4c41635197cd43c4853b1ae3055c63c856 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4af65f18d891a254ccec2225c86199d75e0ce4c5..a3ada19a0ee2c51456d4cbdc4898003a8c11ea77 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c3a344a2d9b07aa156c52d4d313afda6f42a8133..acf4bf5f94d2dfe45aa1c30474ad7dabe103c1bc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 204ad1f4d49ee4472dab33142be0fdd71b186ba1..d0ed8a534b647fb14237fdd0cc8f30be9618c597 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 01f7519ae3e0c8c9fa9965b7a5c4ff34e44b39ca..9588f2d100a451a0322821eb030adbc65f50410c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4776ed239f967fb7ae1b39edcfefed24b9290eec..58d3e98d724502066da8b7438349bf38ecef8052 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 829b7159ac56b79a717a26c6cdd95a39df7a4690..8371b360c9532a101b5c6a5a98538d03725f4c95 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7e37528c1557269b314ef55ea43b0368aab3f894..92a71b43a7cf0b87eaa2d91dc641299b068cc5d0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 19ea934dff7c0f2b80fddc6a7b321aef2d60325b..7a95eea6166f1dcc241f823955ad0cd0794ad045 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c5769e3ad331f836d986e9daf039efe3a9cc06ef..948598c875c5e60bfa478c7fd45229640b997010 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 02c25444fe0d95ba764f1745459d622e17c72233..cee46a23f418066a8c2488279946f28de0d346c9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 23fcdf93aeb5bcb6c238e15b6f5ea0021356d286..a90eed19c257151d1ed9c057a7edba7a799ebd32 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 2acf2c92895fef26bdbfcc316358ee969d03653c..03cd757c15466691ea1170e806ab6b3550cf3504 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d16ae593f2303442d662bc0ee1c1af1c8e5eb973..b256fd67f72b627408d55e40cc583b33f53148f2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 880746e43eb5a8e2c2bd03ddb880fbf4d5818122..87f87915c1fed6ebd4e9b968a066c07d0ae1b59d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5a6c2e7909c9e09ac775eca1fea65d88679dfc95..32645dcffbb4df456c43ea857442497298e8c3ca 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d8cd5909235a5a80243e763f23118e251c895b5d..ee4384e7243076ba8d8f309b173b4246e128f350 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9127589333e6490ade025bf409ad8e5d291e5ae8..c3a2a9e4f5b01f5b322e9e80fd5699f3af1234bb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 32b107fd9e971df786b41ca2c7a26a771415f96c..e7079280323971e99812586bd8173dda6bf49cc4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index beaac95f97b725416bb1c01d09e3e85afae9e723..48215569f073b8f36395680a059c1ea85c7bd0a3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3ae70625c23d08480f2cae0a52eb81ebd00cc3a3..ab67f1fa237738d943e9f3063504762862a10b05 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0333beb3603d819f5b26d2de3c12d3a9bb71f3bf..d08bc095d6a631149dd6aa879b8bad60a0088797 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 712c3a6652e5545315637e0bf33b898634f08530..6d854f379808599695df8f85452100d2a9961b65 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 494b899b90519347267b6a226ee93db37848840a..41db3e985c08cd27a32d997f65e9ebdf73b68572 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 06842124b924b6f516ad7416b96f0718f4662206..22f5d1445ce67ba173f6e77643283b10e86c17be 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 818b4870a263d184a8673cc222bcf4f7d6935b68..cf9cf558bc83f0dc21a6d2771f71603aed3e2ba3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9c07c24113fa769d4cc382fd41dde5b11500a8e0..c31a70ac42721e2d840d1f7470753ddde26fea6d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index aa1124925bdd30a78f370c02050c866ac700149e..c35fcf001912f8c1ba41b441fd662e3cb067a44c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 151e1ed4d014ade86b79ff7fb435350b2d17f340..adeb1a18ce91752bdf74223a9f7d07950b91ca70 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5cf580962218c3a82cb8141cc1dd4a1a2d8310c2..a14c248df2afb781c191b24ea40c213cb259dc12 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6d32f3591a4289bebdd4d91ed9e139043ee3bcbd..a597b25dd917f84bf523059a7575a72b42e478be 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6d28595628c7627dca57ea8efc41f7f389e2c95a..84b7339883dee7330edc7bb4be697a05c2108ee8 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e22b0bea6a656123a41cff56a48e2a90ebfa11c6..c19896bb418779d4349167fa1f181214fa2b7987 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 674c71c2b34bdb8dff0dca786475608cb3d75ad6..875ab4f503f0a95a7550a64cd3f7fb613c2ebc0b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1937877880eada48ec2ff2b22f0f9eeb3d35a212..b671dd6e60eb2ef97ee5c595651d7dc0ebcd6de7 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3d73362eb32cdc501992f228fb4e10ebe0e17edd..93bc1a64d754db7012f78f40c670ad7d74d419e3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 273440804e0dbb469f669f4ec650ab3ae119e3d6..df07a395ac423b19d8c93b2359220fb59afd901a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a10adb9a8ea0ebf416e6a15988f40a10f8c36a15..61ff7c89788b1508420d0d7284d4c90d56de93fc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 64842f8713e0e17237c82055323fd7d4259edb05..accb135269944ddefcc2cc8b214827ceb8a2fb0a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 97e42a97871440b40015fa240b333b8faa118d56..142a4674b984ff0478060207fa24f1809d5d342c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6c49d64f89ca2917ea294dc322d9d2ad2da84c60..6ad1cf89f6402c3431f2aa500fb85507c07d1105 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b8092d615240c37bfdb7a519e5e8a2bef53bf807..d10d857c7db03ee88155e044ee83a0637faf16cc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ae1353af183533f466b63db2273515ef04f35231..5340ffe92fa1eb713e1a65f912174156188869f6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c7122908fdf5e400023cc49af34798676c44c129..179eabc13ba42e8daa3bc6d656c440928cad5d8f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d8b85abad600cdd3659dd584aba5ef2eff22d376..61906c783931fc7c8976ef71af3f6637c122ed24 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0aa07eb15a8393c3302dfe71e783081630fd203e..0a1dd2be8c88a52b949d04b185243d65f8d155bc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index c857d885cc9fc9c2e8b8d68b78b8ad36f1fa6959..3bdc45cd2d5ee3c04fe54e300823a1790d843939 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index a526f8e127c05187f12dc128f520c2b9a942ec05..7b1f6cdec30964b8bb7d9d337ea29ca7e7aaffa2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4b5bdc2ac672badea953f24f06e9283d8f9f528a..dbda37f8246df05ab39b4f1b457e09f5c2ea1810 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1c9e8c756713775a79be1e347090cd8fb281b5c4..7a32a241df538bbebb049173c47e60bd8dea5816 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8eb2759fb9100d5ac189b6fd3ef8b7efa82b8e76..f930e4c75dbab71aa77848e5f50dba6ba0f0ffab 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index db615c0bf91db5a7c2d73c2e3fe3b491c719959c..8bdc0e414de8a8a7b9ae8212b53cc29d7a5041ab 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 29c9767ed07f8f7c21cc6f3ed3105f07b9108629..c11cba188f5a4544ee67fff0c4e39e8f0ae34c01 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 96a6d403bb0da0fc6102ad819f5c254d1bc33372..437dcfcdc0d05353c4851de157d96c4992076bbf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4d1e056b71a75079dfbad0bdcf9ff66325f06c31..44dec989648bd74be52a30ba73400289a51db858 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d06719f0b02dffc64ea532b27387c7dddd8ac800..b015aee999af81072a7ddf983ae6b341ff07495e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d0d3b75f0628acfd80d3a65d33fe0fcd73f8279c..71871ab36fa098283d7da4cbe926201ac9aa8f9d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e3090093ea0715fe4d6c07278574749bc9116507..a1b6aab6a26ddf015abc458e6fae31402ba588e4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index cc9be71042c97f9257a509596814c7e613457d97..12393a714da768221b63d8e5e6e9fcc38b9f3bd5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ad3f22eea070460cbb9d8ce87de22c3311563792..0e1fac095935d66343fd258a59c7866b412c1dcd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 96b2c06644be3292f3648f20055dd6dcadc554f5..d5ebeb05c9ffa29f1b914ef863a2aaf52b59dd2e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1b3f2d83c6b3301d3a6ac8506f44c68d1dd90c8a..31e512e756839e28aa8835e1f740209daeb7cc70 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f5af943a7c2e867f1c001d21b5f1293c44cb96a4..f88f33731ca146463bb48a65e1f5f6cd1a5ea369 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index dd6b2c0ffe3b8240b1ebd1ea3be9484fb39477d1..11a7c9826533b1ffbfffdbbc12468c399a9e0b6e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index fbe8343d81cea624e4a1cc9dffef721ae272603a..812a128ac831469232cf5f775999a70ec1b2961d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 42d942df36db3444761c0afb889d6d7b3e469a29..c915a5415bc7831d25a58710532310f5375b20f0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0b96349f1527db3b6d7644300c8de50e92ca8c09..4dd3fc6b0984dd5cdcec7b5aa58288d8712c7029 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index cd7b7c2f21d79e8734af1eea7cc378e1b6fcf18f..7813384a4ae5f1dbd0614d5d1a41ee2cf4f41fff 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f1775aabe8be55a701bf045833f20621394fb141..8fe1d93b7b9cff6a73e84ea4320b0f5f6afcbc92 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4d806184eec23b362dd95e47014a3aa3b2e5b472..402fa57c44fc2ae31cacbce5c2ee9c6ec137781a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index d92d9496d76f859609baeb7efb15be341f6d9164..23b4288e0eac6d511de915f11cd32bfa0e1b7823 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 3f06757eb6a45739fefc70b4718165edd14322b0..b88a8fa5ce2b6cad712f5b4693328a4a7783d9b3 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index ed27f13dbac68dcd1a64557de2bce334c170c666..c3caf1f4dd3db42180965ecdd35b2234fa6930b6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4af1769cd430c44e3ff0e230b281ff5c7b0652ae..91d105e294dbcfedef88c22ac2b6018f4834d501 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 4abeeded00fd6b89c19c5b9066aa3870cd44f26b..652085c226213465489e5fa0f91fb9c7a5b0e2bd 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0223246c6f0c46a02882f17b2bcfc5bc1314b57f..9ae938ef2846f684af914d1a3a4917765caf2143 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 8472165d5db6eb481397c33f098ff6f79498439f..a0e64fb5bdb91366360442d78a0245bedc55c1c9 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 875ac2a223dacbe5a3d5dcecff02dea3b60cbd89..b3e71e9f078ec9ebd06513d27cdb17a1751e5f09 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9bfd80829cb8a3848a5af181adb84a3879d08948..b44ad50a507239fddad1d5ce8522ce7162af4cd0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index f2153052bbbe26f7fd364e0f5cffee36658b5733..6a1f6b93d516636f9e88512be3455a703b53b5c4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7b8f43013ab355b8ca2c06a90598f80e3218c564..b9842b2ed3153d078cc0a14b9af246d184ef9c91 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 9a7f7ddb3bdfe4adba596df2e274050a3861ef02..9f77ba4e74cf0de4096bae296db1ca8ad2dbf75d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 433a061f2cfcfbff387315e38e3b10588a64f8f0..b0355f830f0ee687bf0d90e266732f2f32384d89 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 433a061f2cfcfbff387315e38e3b10588a64f8f0..b0355f830f0ee687bf0d90e266732f2f32384d89 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 1242768743e17a80ce9592efab059585f6c021dd..29045410a0b7df00f0dcfe2a7c35fedef2c18ef2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 52f3ce0af6d94f34696f8c67d33e075e6fd17961..7880c59207d77cfcd3b866db6086666936bebfde 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 15ee8d4d4e492039e73b493d524879557109074b..2147f4af35c5ccf606fd2c763c094c1fb1a5e317 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 7ee69bfa292f3e4d2c3dbfa754fa2c7aa3fcde60..fa9c848c34c2b3b72c233b8937a521a788789396 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 0abd9c1e0607c03c0da8ab1d30efacf7ad426c07..8decb5fd48b6c1aca936e5f620c349ab90b78d4c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 38bd350d64ab196bd869d4f2dfef12b94fae9a7f..8bd5de43087d18bee213cad9a06fec887771c6aa 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 596c4bbf329d2f7147e9909a06724facfe60277d..cfaac3da7da8c8ac554c9d79f4a0c7b19fe275ec 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index e8e781a7f2c7d52e1d78b8c019215e987353c637..b0724655025004e354d670c1bbca7153392cca8a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 991b93489d87469b8a7ca3c84f3594dfb1644189..09a5127c84e46cca005b673efb92522f45b600b4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 16f3468ac2c75026535ea442ec268c8d70ef3bd9..a7c0264de62b222f34cb7ff16b459e40d869c6bc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 5efc75f77e179b434f2b8c29943e25c4c00e6a23..d782113d10adf8e1e101b48c62de0a26f2f8ddb5 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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 
index 89193d1c20fec81b5c111d48665f69c283b1757c..0a15d8334018ecee7951e87a194ebcb6842369f0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index 6d12110c34f31483f18b7472bd842704edaf9cdd..fa1163e7c6119e0c1f1c5edd8f4e56aee43ad5e0 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b4d647a592437b40cc5ee84536e7a8a0e155c172..5af762fd8bdbda9c16841f6b1847759e7c4eccd6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # The .NET Foundation 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
index b9933dc7fce31c91045e737c86fe252b4ac9dca9..9b062ded09d58ba5578adc442876cabc15f7518b 100644 (file)
@@ -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 @@ from utilities import open_for_update
 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.
 
 /******************************************************************
 
index 46ab99ad379d8c82fdfc04829db16d7f2328abce..1a146b5fda36ff09b7883f063b68e8ca07be3268 100644 (file)
@@ -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 @@ counted_replacements = [
 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.
 
 /******************************************************************
 
index 54a9db415706d38ade06fa2e333680690421536a..86d0dfea4a88631d937fe1e78af345af9afc3403 100644 (file)
@@ -7,7 +7,6 @@ from utilities import open_for_update, parseExclusionList
 
 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.
 
 /******************************************************************
 
index 69c96adf5a063f3e98ed1073d67cb937cb329797..c591be8dc0640a0316c4484bf07d5d9a8a2e7327 100644 (file)
@@ -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 @@ from utilities import open_for_update
 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.
 
 /******************************************************************
 
index 3931b2f6d8179beff95b1a73e5a14dbed6190676..8db53132acacc61be9d54edb32b3dffb002aa2bb 100644 (file)
@@ -9,7 +9,6 @@ from utilities import open_for_update
 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.
 
 /******************************************************************
 
index 1ed1d2a839a2fa50edb5325683ec977aa8c52c74..272e51dc1d189fad11c3212fce3af15eb2a3f8f4 100644 (file)
@@ -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 @@ from utilities import open_for_update
 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.
 
 /******************************************************************
 
index 027c3eccafbd44117d3cecd9a67f34b729de0131..5eaf8575ff2f041340f89f0ed406aafdbad89133 100644 (file)
@@ -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 @@ import sys
 
 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.
 
 /**********************************************************************
 
index fcd69b54b5786a83b43af7e92b6780ed3b689caf..07ead80a9ab9bddfad31d861f56ef389b76635cb 100644 (file)
@@ -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
index 46442eed5b8aac60f9c980b957f2d5f1dc9a8d7f..36b827df093d64cdd0641c0ed3e447ae5433d900 100644 (file)
@@ -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
 
index 632b7a9d2df5a8b97d35cdc50e74a23220c68cbe..0c51d7d79a8a30603c7e32321aecfe0ce58b9c45 100644 (file)
@@ -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
index 16cf47f43d686f54534d25665bdfa43d3054f655..558cd4895188c9462ccd5d72c231826c774b2995 100644 (file)
@@ -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
index 49588a1a7ad30f0c6bef57b478819bd0454d5122..67475c44629a0792734f878826250a8a676a7e38 100644 (file)
@@ -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;
index dae2003712ff198b2a6dbc7e11b92cb603ce6b47..745cf3728782cd4707b476bbae454a6a50c4f788 100644 (file)
@@ -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
index 1dc639556755f79f20a2aed6e222894ae11b19aa..ae5892ddbab3e9ece57c1ae90544990daa8a8b5e 100644 (file)
@@ -247,7 +247,6 @@ namespace Thunkerator
             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 @@ namespace Internal.ReadyToRunConstants
             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 @@ namespace Internal.ReadyToRunConstants
             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 @@ namespace Internal.JitInterface
             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 @@ inline CORINFO_InstructionSet InstructionSetFromR2RInstructionSet(ReadyToRunInst
             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
index a0950a3bcc5c7fcec4df89ec4020fd90f1aed8c6..40d651881a07cc5014bdeceb3c4cb0f9b5b01dbc 100644 (file)
@@ -239,7 +239,6 @@ namespace Thunkerator
             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 @@ namespace Internal.JitInterface
             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""
index a7f186814b25888700edc09de3462d8506811b60..389fffc2f1ef9b6733c2be24b7cea323a1c7203a 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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++. 
index 5f834edd49574248398af325b1d87e19cea78217..abbb1db11af621a4b4d7c265cc814d507d365281 100644 (file)
@@ -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 @@ namespace Internal.TypeSystem
 
             // 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
+            // then so shall all its base classes, up to the one that descends immediately from System.ValueType (if it exists in the type'
             // 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
index da8b2bc27b091158754937836b687ad8aa60f070..c2554217ea51ee1c9005eb761efaa7fa613a92c0 100644 (file)
@@ -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 @@ namespace Internal.TypeSystem
         //    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.
index 9ffd93eb24729a5a1c0a02a2c41e8b3b01950abc..47451cadd92f7f2ff004ecf07016b8944a6a7b3e 100644 (file)
@@ -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;
 
index c846dbe5bfed3e6ff4be0ad072f412f0f029dd41..8d1d84d3e4453f08e4821505992a8e4e913915bd 100644 (file)
@@ -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;
 
index 88c3f3e150198f4bbffdf1f819224a1d677e6b89..54b9849aed8cef7c26d54397faa0b6b09a0d727e 100644 (file)
@@ -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;
index 02c28f585835a87300a92e199bb24a11e88387f3..cbaf2f0218d3ddf4ae3c7a87db035d2a7da0a0dd 100644 (file)
@@ -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;
index 402c80a9ffe9da85a44b8678d0e8544ca70d913c..ed8c3f3f036f63954a1eca0f3417d0e93a0acd3b 100644 (file)
@@ -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;
index c04941848398a00f653dca15c6350b2d92094b23..d3f2c6c6036d67207c40c74ffbe500fc3802fedb 100644 (file)
@@ -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;
 
index bcb985634b0e921a42cc180416da5c099adde591..3ea1408a96c102277ef37e79b841d308f9afc239 100644 (file)
@@ -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;
 
index 36aa307d1926bee5516e841034122882e6e7badc..c237f561a266fc3b38a978c8723167e2df1f8e2d 100644 (file)
@@ -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
 {
index 876c1ce77ef8d12698a01a4ff391c84fc054f5ab..a394a562af9f5faa198d20763ec3e12f7ce198a2 100644 (file)
@@ -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;
 
index 810345e76f0698a43c84b4055bd2e5d7b3d7d964..70a85d3fa390a2cb20d8ea5f69a8a041e961414f 100644 (file)
@@ -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"
index f65c6f0be8b5cb4dd258f4ee6dfe087d3c56c8c8..cb5d1fad499d078bafc84493fb4ff47f95dc09b0 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index ea77d1b1dbbf6a896722382c5e4740119b158bee..32d8ecb4fe70ed99b24ddc93e475b1de388f6c93 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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.
index 6f6678b8d60457620b7a41c9f8d5cf21d08cb9bb..8d4e4e5094293f6821b58d5980a5677a3b98e736 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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>
 include <AsmConstants.inc>
index dc9e50f500a99b53beccf937e21dc76426ec679b..b0d6dd6617bf0accfe55a386ec64f7c507239521 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 2025e3cc6231c4c70d9425ee4e2dcc63d7837697..f3b7a94f9bc3eee2066f0f55b383e18a9ff61d52 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 677f2e45db993008017d141e15c6009e9ce16444..0fa438c8eb3ad8f9c72baad4f3298d0625d3f88d 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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>
 include AsmConstants.inc
index c4ae4098282af887fdc833fd314fe65ef1228f33..7946ff426fcd35f1b56b7d7c285365cddbd5fe98 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 787d0604da416d88240a21782114531bca426ed9..452758dab45f5652bf3c79ff05ecf6ce69d54f05 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 8866399b41dd1177569f9b5a0cbbbb729b9f0f1b..28631e9f7b24f979e5a966e0d42078bde526e583 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index ebb26b8dd3c40e123ca08830f6861ee1ef04eff7..63dd1fadc73b591fe21d76bbf7cc19cb61f41793 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 56310faf72e7bbf973ae7329ac55c54816b3534b..5e93265cf54873db7cc2fb3d3a12c01d2ba8e705 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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
index 140fcc0641947e8bf1f92172c6b9e4ffac7e8cb5..62f47c7d059b878ed370d016a40f071761fbc5e4 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 5b687ce2e51ca067a3d537d0cec696d5f40b48c0..52e258f190000d06c2848cf64eb2516c3cb5c213 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index de785620041d0abb7528b87e9e1fb0b7b280fd15..c7de7b75a0015a1be275930075617e313656c884 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index fd69c6aa5fbf9927141bd4e1ccc76b70c8ae0d75..5a3efffe358c6a8240db3643777faa325ea9def3 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 86a97756326a170b9adb2b37555ac041116326b1..2be63172dcfc50279c0d6814715fd86069bcb3a0 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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>
 include AsmConstants.inc
index cee9866329552a3466410679410359673913f525..20702b506ae63cc769709a56a8eed461ba861a7e 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 0fe760760759e832aa08e12b98987290f8d74101..606d08e5ef515a6e49ed5f222555358d9c3f413b 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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>
 include AsmConstants.inc
index beee743bc7005c39edc2b4f4e6775ceac0f9d845..82d6984ab545dfc868023784726deb994c186b47 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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"
index 51a2099b4e7d8fd0e5ba48b0e2f8dace80945634..864d2880c46154c4f9ed1b3654735098cabb7a7f 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 327296448b08212dc2036ba5620960c56da2a980..bbc0e1be4caf51c7a9a5fae0079e0771d831c0b9 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 21a6c70047a970c1586d9afe4ed0a5ee7dd15c10..9dba414ab797490abfbbf497d7846d5000a45bfb 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 26b8619aef3c66c20d8ca019fc7a2c8207bfcd24..1565c13d3d4563cc5193e023604432ed8c9ae633 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index ca6e2d27744facf684f48703977c9da57bfc35c8..77ea8fdb4a471dc2011ba62c6fea4a8f4916458e 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 6f4151b324b248b380348c369d82c0b9a2b90fd1..7f043f61be68d41909043ac41bc94e6d869a45a3 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 9817e2dbffcf6bad4c5c5047f4a3c108f827eb74..389e98bfc69e62af9dd285a88577e651467573ea 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 2ab6cb335e7a982ab089a70b29413ac977bebdbf..af0a0c103a10802f6291a8ca90a1f82df97d4654 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;;
index 83d8ef1792b4d9f4a85aa52aacbf45132657f7a8..f69c8c97afb7324c53c6e95bede1e36cb8b901e4 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 51483b8647d912df14e9162490139fd1d1f10b16..cb3c4d73bd3b2238ae9fb743236727bab01317f2 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ;; ==++==
 ;;
index 8619d1cc570cb8f14e4fb21f321b69c54b948854..7af2850b83d491dd0f7fcbd6ff44455018703987 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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
 //
 
index f817b015b4aa1fd01912d1b6d0c1b8d9f532d4a8..cf3bd0b2aa7187e36c1a4db00e41e5f9bd08c107 100644 (file)
@@ -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__
index 9399a8ff51243bd7f893f7f1de8de5ff135dc9cf..6d2e0c3e03dcf16d2b318fe7253feefe4403954c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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.
index b6bf298049237f75e86f6c4f0d071f5b381e7bb0..f2c2c07f26582b84097fcdeeeb995e324383cebc 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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.
index a27a74635699ebf42369bbccf1332d863e5846b7..6b9eb6eb3fae597f246cc7673a3e492ef3cb31e2 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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.
index 6b7558ceb7c8fd533a399928c99207929ad7bd53..6f9ec4526a7ead8c9b0e4b147fc621f4ec47f370 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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
index 11ebcd521d3d2bc3fe4785425919c056d81b5706..0895954e4c52c839431a459ef12b211c2daa4248 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 5dcb484b673ed8e4023f92c7ede9bf000e70cf10..81794312dca647e70ef8bf189176c4589c69635c 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index 73cd240232e1ec49c34e6fc7af843b0899e4fcc6..79f15993920b91297942f7f73f99162418aa6618 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
 
 ; ==++==
 ;
index cf70b4c70d1e8927b8a119c11be66539bb5486d1..0d013a6724bff4b1e560fe9632d5be703bb056d9 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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
index fdd46df6809ac93e6bc57c71c92ba40dc07aed51..f22d21ddbfd9bbcadaae87f6f0767d9c7a4bb849 100644 (file)
@@ -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
index e5ef2b0528ed1fae777de7c62af790505a4093ba..5914b332f8b8c59e22ee1d4f93c23c7fe984b093 100755 (executable)
@@ -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
index 42d7c610ba9c9329844a89bda3609b5a81e683a7..68a67ff72fbf69abe8e55499bae5f207b5a1a683 100644 (file)
@@ -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 @@ if __name__ == '__main__':
     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()))
index 87ea48521e9a0f33dffdd90989e72c8f55c15f25..e73d21166cf59fe2429918eecf6cc17a0bb2dc9e 100644 (file)
@@ -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
index c25e904f33288747477dab844450279e5d57257d..2f2b4cf872f567a00a64f1b5a1d5c92e7f7db299 100644 (file)
@@ -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
index 4db689a98260e09807ae5b21383316dbf43d2faf..211872df572b10fafaddd247d42b78385a0b88ac 100755 (executable)
@@ -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
index 77223a378ef831ecf70ab260c60af7c6df7050c3..6cf6985b598a950be83b862958783e7501158406 100644 (file)
@@ -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
index 2207d55aa17c00f0640e08e03f397c60e5838e38..886bbc513ab1bb36b42e6769d1e52ab42a10c018 100644 (file)
@@ -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.
 #
 ##########################################################################
 ##########################################################################
index 6d9dd984b6fc05b31118fa7d847f3abc011df2eb..3d3e699213ee308b2a9d7272f5419c21ec248d12 100644 (file)
@@ -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
 
index 2f1024df5d9f125850b70377bc72a9cad5d23b51..30f92686c6c9a765588218372ee78511385cc34b 100755 (executable)
@@ -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
index cc66e1aacbb26e2bfec784944b814001bb83f864..48a8d393e7af96ab3535341d45540deb9f814e00 100644 (file)
@@ -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
index 40f2a500d45f665ec0be2ccdffb489786a917b1e..d9441fc376042274475079cae3c2a26c7eb053a0 100644 (file)
@@ -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
index ec7e8e3e2ce4b0c1ec5b20c004df186f5e0c4d90..dbd0bc51dd6964a9b63313b3fb9699d68955a548 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
index 07c0c4cbcc74138b09c529d9d4f23459da8a564d..72ced75f6f91420670f5ef8ff69fecf4378c73a2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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")
index 4d8f3895332452c1eb9987bb007bbaa8af94e8b9..3597a91b90747d1df9f9762846c3145124a2db90 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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")
index 58d058e43697ecb83d99f95f4280ad1c2f5f2aa0..f91900908da26548a94d70f8b17d6906b6bfc60b 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
 
index b0f4759ffc682c47c144c010e6fbd69f798248ea..7517306cdc1d6bf2b9ad7662ceb8448bf031db8a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index 1ad7ee619abd8d4da924acfb9cb9a05552622e7e..2c131d975becf8e1e0f77417620412e225a8c5ce 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index 99921ddcb01835e89300457d6bf8cec72020be59..fe1b3512d9a6840c4fe7ad1f32f2454c56cf66ae 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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")
index 0cec653917713ccacf61b75f17c0f64b1d9e2db4..fed0bdd455b274284d1f4c576837a7d54b28401e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index ec7e8e3e2ce4b0c1ec5b20c004df186f5e0c4d90..dbd0bc51dd6964a9b63313b3fb9699d68955a548 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
index 1a2147cff1427ad0de01b134fd807f73e6fa3e75..d6c147f8f58803b469d32d898facce668acd5603 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index c86139a7fb58be92863680ebc98b50180952ad59..e9a8602cc520a4b520086c4555292f0d4bf12c0c 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index fcf85d027fa641377321d32ba18536946bb871ae..105135d7cab6eef94be5ac0f67b284936c30a288 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 16c0951c5b21b930be9874f33814013948dec5b7..10928733fe68cd372795e2101863b133030ac761 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index 8ad0c8d09f47c244ffdbb68dd01439c145ee4272..d2e6162ba3b728fbf1fedfc4c4db8c8cf98ac89b 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index eee02758749913d889e8c059e637e702f6193951..55670fc9dc3720439a35af8a54d2a4f6b8e1b856 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more agreements.
 # 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})
index ec7e8e3e2ce4b0c1ec5b20c004df186f5e0c4d90..dbd0bc51dd6964a9b63313b3fb9699d68955a548 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
index e6a25d0228a0f21d1f1fcbfe66b86691b04551a0..cca4648e80024414fa89d333c29d22a7406d3eae 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index af03ab9dca68d4b820b8156cf881992ccbea49b6..199ae82340372cacf125bf7e80f64a7eaa17445e 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 98f3e616e94991bc4d21661263fcaf7b26bb7eef..c2da35aadcdc82073589887eb6f31e6671f4df21 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 32149a84b6de8f473f35538dfc122cb725681ae7..3ee012f475dd51ec0b6c5de7c96f604ae75c5e9f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index 0772221a6ef8ca1db181f3f6a60040be51dffba0..4a56583af3a47b79836fb81b7d0c7686ccfefa3a 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index fd377b06a03e4cb7d2b0d8edd9bdb3d68e2ca38a..9a92487f173b407526c96a13eccb9cf1b62906fd 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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
 
index 73378b87617c6a33180785f3e6e5c69e91c2066b..a3e1ca8cae121b37eca93064ded47c022f58ae4b 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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.
index ca5626928897823069dfaa4337fd61cf00312059..8c3d306579a941e4bdcc506432ecfe6a4771a5f3 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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"
index 96ac7bcf17e7896287b8a5d0cb888089073017a6..1164da19032b493b5e9da3beb70f7d73f8f4d374 100644 (file)
@@ -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.
 ;
 
 ;
index 00628e360375937cf8395d3d8f251b8f1a6ab006..1f69eb0a83334567779b81596177d56a04dae45d 100644 (file)
@@ -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:
 ;
index 3fd79c9c209b10b7ee6e12272addf6a7f6ccc475..fc99a1e7c09b9dfd3ab8dcc9af97f1111a42e4f3 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more agreements.
 ; 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"
index 7b0b4462cdd00faf6b216dece28130553f4a55f0..f80f88707186c7bb6138017b845902abb10d1386 100644 (file)
@@ -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.
 ;
index 422007a49474d9615cb91fb4774e8bc4cc3a40db..d4527c356fb17c9f4a5d7852c2aa3bc68bedcc42 100644 (file)
@@ -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:
index 9e0d698c87b331fe23bae13887e94c67400e6c6f..09f71646bb81c02c95e34cc221f963563b86f457 100644 (file)
@@ -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"
 
index 1745b041ca03d9b61717fefc7762edb378492117..eb5b22049448eef5b0d5f1ee92c99c9bef59f83c 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index fe6632d6afc36346ff9575c495f39df45aeb9ccb..e61eb0a2b3900b60ec9dbcd97c31643e439410e2 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index 00204df3ce9f40b6bcc0632e5743d20d1a987806..b6d8744e94e0ea0812b0a5ee480ad2fb78fce3bb 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index 4e06f52cbde8b07e43c2406a2fb48f7922cfc740..a9f44e7205278d275518ec8622cff1603cdfc19e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index 0d6a1cdb122a3688f200a55d6b171f2fc1deef6b..f46854b20cb38b1d2d39a1eb3bccdbf6857d218c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
index 39f96419f0e33060c87f2e7c8a45adc5fb6a3636..f7e202fbc1dff5622602a87a90f98a25270f653f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index ffcb9827095aea962e7a41c3f8ec838328faeffc..66b26748785cc01d1e51051952842edeb0b8b204 100644 (file)
@@ -1,6 +1,5 @@
 ; Licensed to the .NET Foundation under one or more 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
index 3352dd48d5149b40884a687db07a96a8ceab31c4..94099c49c1d6e1b05ac4bc68935128041496347e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
index 455e86eb436c4dbfa8a0f3b0102108dc5caccd1a..146cf010e3fa6fd2a2ec58ee34837870408f164f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index e9fd5f48087e3103b59cf2575a77df6160d25a99..462f88ffb4ade4ec1fb7932d6cee20d6fd6ab007 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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)
 
index 6e8ea0aec4307e132aafc887068e6e6311ede71d..7a4260aa9f78912b4bbda0c619290385754cd12d 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index 303b801321263dd013edb7ac95708874f708e9ad..6031136fb9750eacbeef150949ca29476230c887 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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})
 
index b8c5e60b92d99f0366a1897e571d4bbf32f79ec4..2d0ceb82786936da964ce9e007fe841e4906f8e4 100755 (executable)
@@ -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
index 596c2dc68bc53fdfd3a0c4bb6b6f2e398f3d90ec..734abc33de6ec9c16bbd8a4e45e4f59bc8e18b2c 100755 (executable)
@@ -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
index 33d9db28f2fb9c9625085db20dd538feb0cc7718..531cb93fd382fc67e8ca10bed1de773c49b7d282 100755 (executable)
@@ -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
index ba561b5eceb7cff456941c127e9d41ba161e6831..a44f2cbd65168a8d8992d11b7c51420d45dd59a1 100644 (file)
@@ -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}
index 1999cc46f1812bd38b20a0a2387007b95a236e33..790181d3cc4ae992eb9aad36ea03d1368bb3259c 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index cadcbf8032b0ee0292c6a15f4fb364d25be58770..e713e6f7d8c322eaf6f241a06a734782f9ae9f2a 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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;
index 785eab75bd82734adc95f5f853fe119273821beb..11e39e5f784823078ac1ac01b97b8e300fc81bd3 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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 @@ namespace System.Net.Http
         NoError = 0x100,
         /// <summary>
         /// H3_GENERAL_PROTOCOL_ERROR (0x101):
-        /// Peer violated protocol requirements in a way which doesnt 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.
         /// </summary>
         ProtocolError = 0x101,
@@ -75,7 +74,7 @@ namespace System.Net.Http
         RequestCancelled = 0x10c,
         /// <summary>
         /// H3_REQUEST_INCOMPLETE (0x10E):
-        /// The clients stream terminated without containing a fully-formed request.
+        /// The client?s stream terminated without containing a fully-formed request.
         /// </summary>
         RequestIncomplete = 0x10d,
         /// <summary>
index 16659f9bcf9cacae4213dd9860b6bdf8f20fe0b1..0d2638aef63e477c7d8c72bfc52c5a63a96e96b7 100644 (file)
@@ -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
 '
index 12f7ebfc328fd92b57599e4700272a0d637b1b8e..8198a2b551aeacc90c59207984ec85705dd335c8 100644 (file)
@@ -49,7 +49,6 @@
 
   <xsl:template match="asn:Sequence">// Licensed to the .NET Foundation under one or more 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;<xsl:if test="asn:SequenceOf | asn:SetOf">
@@ -143,7 +142,6 @@ namespace <xsl:value-of select="@namespace" />
 
     <xsl:template match="asn:Choice">// Licensed to the .NET Foundation under one or more 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;<xsl:if test="asn:SequenceOf | asn:SetOf">
index 4e276c49843f6890cb1f513d4abc3f55bf9c8d2d..df8b8b3b5c0f96d07f5ad5c0b0fd16c11e42d6db 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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:
 #
index 14dac932e09d672f7e798455a5e811dc08a791ba..6a07fe355a53d1b157d7763b9bc50e3d4f9c741c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
index 44f06b08f9b7ea9c958e2d67d1b6a78b12cd94e5..26544c6ba0ae00d5c0c23a211312e7ec3f58e0af 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index f0d7d339d5c09918ddd8309d89e61bcbc9944e5b..7a7df93b18517e7ea76740f0c91a9211fa57ac2e 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index ceeeb363ef154ffbc09fb344e72adcec874846b0..2687ea5fb27b1b752be5e86fa16fdc8dd9bcd23c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index c5d1012f4d828a6160c808f6901626beda2100c1..a41139dff18a15169e8d2d531c37823e2e9f4eee 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index 621ee06b884522dd40521f0d9002ecc0dd9f3ab3..d605ca59ab287a3e2bcf2e075798d24d117d6663 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
index 7464241597029f5539b4a9caa0d4c6e797dd3550..995b93158156726b1a35514a5cf28623414acff4 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index a9a01820d27610151171318ea641fedbdd13aefc..c277f8d47a28175f9ed17118ee01df370782ff52 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index e845faab716b4f8443bdfa98fe7fd04e5f63fef1..07a4dcbb4011f5fcea676889486b25f136dcb60c 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 
index b40c900eb520769de765de22cdbf3a37be98ce7c..bb3828e448338d23b45db6d08efbd56522651041 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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.
index 387d971593adcf8d2e1c637ed30013656ccb26fc..e3e8531edb2d715ec1187206a18143c7398075cf 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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.
 
index 0a7f47245e7474bf421ab1eb0ec14448a064fea2..bca1265567c02873ec7062ee64538f5bde7e32ce 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses 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 @@ namespace Microsoft.Extensions.Primitives
         /// Returns the zero-based index of the first occurrence of an item in the <see cref="StringValues" />.
         /// </summary>
         /// <param name="item">The string to locate in the <see cref="StringValues"></see>.</param>
-        /// <returns>the zero-based index of the first occurrence of <paramref name="item" /> within the <see cref="StringValues"></see>, if found; otherwise, 1.</returns>
+        /// <returns>the zero-based index of the first occurrence of <paramref name="item" /> within the <see cref="StringValues"></see>, if found; otherwise, -1.</returns>
         int IList<string>.IndexOf(string item)
         {
             return IndexOf(item);
index 23aeaa975bedb83d117ba6d83d086873714a72ae..2d50add6d7152b1620be6767c2e0020c08e4dde5 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index ce13ccc7742644cc5368aadf5c9c73e2fba32f15..0860a8bfa92b62e5337155344c2cfdd884b74b88 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 0d37e4014f4fd7def3b0fc3d8504652dc767c2b7..054760edf1487979d3650ae5f4e2c8cd0b7bf3ae 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index c49309edcd1e88f89c66a1739fed04e8418900cd..129339af34704ef5cef73663f02ec9a217dbd128 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index f6b4108e55e2b1d26692c02848742689f57daf46..c9141cb2081bc8fbec921625ca9f94f1b0deea63 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 6e76e7661e3bb2e94dc75a86ddc893c8ffcd110a..ed01146ce71e159de4bb1ad2779d9509eb699a49 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 39e944e2bfd7df4602d36ff3c08a3589c926c654..889b2725bc5c298eb28270f9ff50c8e3bd0a370c 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 67ba5ce85d156f57810d3a27871af6ea59ccb5ed..76e84cba641e78538b67325326a091d5fa984c60 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 571a651b5ae2420c11b50ffec6c517a750b41413..d0491321248716faff80c870013a5f3f13469ef8 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 8e8eaa03167b742dae726394f894f5cc14fb4294..2a1ec1c6e965433d2ff2d620751b7d4f43b5b646 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 76f041370d177856237565a6ecbce5eec47e2731..9cd4991f209d66bc6e819337fb8d9fdf8b87a06e 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 4dbf99601026363baac0909b69c23dad666d5b2e..1f9885a50398b6f1738a591d7c6408e3f0720daa 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index b215e8c9cb1e6f800b145022845602886261d90d..571d2f9a36db0d1b7d70face02de73a44e92ec89 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 8abb2dbd57e5af162de9f2817a8a5f44d1cf618d..c8fb73e8058398dc9e196e9121fee9c9aa50bc8c 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index d5ed176a6311c742ba92487611c82b17bd64a3dd..cb742ee4a40032705ed6ecb79196507ea977a193 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index cbb88b3a6bfc350130bdd39ab869c1055614b433..2a976d4e902c0922f49f53b6299ff7b797e2e6f4 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more agreements.
 ' 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
     <Global.System.Diagnostics.DebuggerNonUserCode()>
index ebd202569ce4255ca8a022af31f0f7f995a70e62..d6121c725b69531baa85013e88947d26af2c4010 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 9e92421c8799b882df7954ce2a4ea73317f8f69a..ef351da090cefcd0041abc8fdba132c26c83ea61 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 6cf0e953472057f3f4bd56247a466fdee68a7bd3..ac48462ee3948c564e511449a0bf2af263d23b13 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index ca76b1d7ce3f0dc5a09721e392c10f26c5fdb305..d5a29b5d0322422c5ff4c40bfaa048c711bb0118 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 06778011e0e3beb1c94b8ea10648ca37392d41a7..17f75db4879df02d48365658da6192fd88df4d10 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 9902ac25da27b2ce271132bd33f777efc3d088b0..e027ad776c84a6347b701fdec15b87e1755caf48 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 55edb72dd5aa9d3ba9d86b5beb2519d5d876cbfd..47571c83d5d73557379cd51d371cda2b42504ee6 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 0756c19941ee66dbeab8da32f9ef389979a38a23..cb0ba07e4302760174cedfb38451ca8305a73786 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index f0f08269f9d93332d34a8bdb39b15c28c2a40ffe..1db75e323aab613f1cb4f7c94d4f938132b78264 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index a4c671a304fc371975a27ba7fa3c1d91e22b7578..75f52b6149b7a5724d918eba6faff389fe417ca0 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index a71972fc8f96b6e4361e4779e51f31251fcc0067..d1c3b76a11c1582e93438078b4241d29b8278c14 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 8f56a82a8d3678e5ecb6de491abb0f96d9d4a3d5..d28d1648cf5e5174bbc0b2ac8d0d32858a284e4c 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 2cf1909a4c1b0dc176eabe31bf0175dce222e13f..4470b6673923f4809bf4f1fce98a8e39d55fe462 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index b7ee98224a824db57bc77bec00f9e14f03623197..930f48a4106bdc2d7cf0498ae1ce3149600ce563 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 05d2a4e08db5ce6069b7c913a9802fb77786e9a0..9ac734147ecf9aa8923b838dbf0e3813c9284c0b 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index d3ce7de214606e8c8ae489658bd2f74e0219bfbe..494168dc69e00c9748a388df9e5093f55d7340ef 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index e98b8cf3c2557a78391b23139079fa5828eee350..acd1a0800eecd7c73bb85e042a633a1bc596c2c5 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more agreements.
 ' 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
     <Global.System.Diagnostics.DebuggerNonUserCode()>
index 3873c956a4de87cd50f9c0671b13e9049806dade..db967555191665a2baf8995978c1315790670899 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 2656fb099293246dc93a0e306875810cf947d480..44450234636ffc9890bef56f4a28e7ff782ff340 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 272fde11b31873d9b38ed2ea4ebb5ffe84b2352c..f1e17f6cf1c3d2d3ebf94bbfbf0f088159269301 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 89b92b6108cd99d236450eece3d50e68ade81e19..40bc53408e256f682567b0a1170b50e763803d42 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 857a9da344dc97ea2e1b9482ba130e309e5a51c3..be24ab3f832487be84f09ecf36a046666ca59723 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 54a72b0cd73d66299ff371c2e808e3b26f7b4cef..0d21e7fbf6232236d3fc0630136991b18c1e8347 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 3be2f8459e972ffa27873590b7cf7daae7501493..4a11379ef58abab561376d00fed4f7202c1c9d52 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index fcdf84dac68e14be55aa1749e4a372260aeb80ef..12d16046410ad6f7190663bb36e03e851b35e633 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 0fe2867113d22629d88645a464eb50d3508c57f2..6e39fd365573a8d47dc662545934eb79a447db2f 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 8eef9d81db24f5a30c4d378532b30d1bd82f7a8f..c4e3fc3acc1420a772f88233c3f26e6cb023c27a 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index ef5b839aaedd10bcb82b557550344f4f7d3f0325..ab4ba8c9e4902db2bcb377bfac5999d69438160a 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 10530dabc1880037dd00ede680ce26cabec145a7..3d54d11a9826e3b02c35a11860c390fa4e7f7f7c 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 2f4322787dde78e7165743cae168ac09a14db049..ea39c479dea9ea158a43994877b376f70aae7fc6 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more agreements.
 ' 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
 
index e87b227de538b6b877866e9b64b9198249ddf241..cbfff630c633487449d056a456743028c2c441e5 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more agreements.
 ' 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
index ae237a80f7920b6fc21f861e35681f39dfdc41f5..62c2a08c7ca7f6407d02f4274639a1f844b92dd3 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index bf10775b7faa220a5136ece9a3d6fc7d8a28bf06..c231eb40c3859c4274141b16bdee6b3047c6a853 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 5fca012f6e08b173d74d9deac1fc343409a6c3c7..d331c1b8a546a34e196168b31c689eec5d076ccf 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 054af43ca3683040b402bf648f6a15cb9036a839..13ac7596db8f395e780f1b367a3506092a5f1770 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 0b69cdacbdaa74e2da56d55b1cb33da6f5dfc34a..f11e7dde4b6aa9819003024237fc0392dd8b9ad1 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index f0bcac6eeabeeb064d884d568b203c2b1699bece..2d5a72d78f9d55587cdae234ce83e80ba4bc8833 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 96e95585b6fb5685778857fb7c7aab2905052a74..c37df3fd08d34c52759f82df1320214dfc5a25eb 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index ff5b4c3253a5c35031c8387ea91026257f8390de..bf0cd7e770cf96b6f6b2c8c86001a47659771424 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index b099de6123f6484abadc8bf42f8966cbcffd2d08..bc10ac9832b5fbeebc759a204e81ac560ceefd33 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 47b1a1ec80fd8cec5e35a09f36e290bf625cbd97..bfd831154ac552a99db168387be658d7d74a949c 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 668910ca8bef011aa5366eb3019eea8a6898ceed..aa72dfd15923b8afa12ac6a551250f5858416b37 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 795b42fff628c6fbfbdef0ffc1b812a182c26713..eb7f656c6ff2ce8693ac4077fc5462997646f105 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 0eea73d153ad13da2b37a46e9824a09b74444d95..a383a704500a9e9308466029bc5f12df1ff5322d 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index b83487aa620db933b57ce1c4068162e4c74ea09e..491e53b4ff101dd21872e92924139c666da9d537 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index f5d5b389f4d61efd9af6ff91c79addc3db12ee75..551571b3dd176ab26fc4809789c7dc417ebfd0cc 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index db97f977080319028590b4d4cc41ce9aa58f88e0..42e242542b2557243c20afdfa387f289764c9737 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index e831fb10db51744c5042b35f6f35768dbbcbd7ac..20cb00e5231f43244d20400935a1120687e1b24b 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 28fdb1371e4d41ce587db11bb6a7306ad9276df2..3f169df163cd622be5bf106ee2ad47c629ac35a7 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 4695a3bf49e1e17bf49f7e4e986e7715c21ff68d..0e59a15359ae5a9c757a91b3509fb8342ba78b22 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index f34d31ac2db1cf7e9ac776fa4455d3751b7acaf2..fefb1096c21557320e7c4b2b15b6d05d0fcac603 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 48eb9930179740d59cb58b82a0c36a648decdaa3..83b5b08c98b7af12ddd9f3cdb4937f9be5b666fa 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index deaf360eee855df40cbaeae1b6439f92d0324866..075ce6e642e8b9cb47d1ba870b3472fd1a1d0e06 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index a33c49ea806d6a25ab90359b22732afeeed681cf..42f96a28c5c4c4b453c5129f79f1b369ab29bacb 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 30b7d4d8ea7d05af58cc6b6e5c91be1aca7bff6b..9fa1967a3fb4fac5e201222d34bfbb2df4e76649 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index 508d3a41e37ed8cd73eb644cb7845c9b38facd66..6317f1da8d00303579a784d2bfadc786de4db564 100644 (file)
@@ -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 <assert.h>
 #include <stdbool.h>
index b6f10f714ff44c5014919b1763a82fd6d6e82627..0b6b65778c51f34591475da53961f21a769d0d2f 100644 (file)
@@ -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
 
index dfe6277fbf60a06a2a9e76a932a3aab313750793..649b5ed2e566e98ceef3728fb1c41e8bfdb21eab 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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"
index 6d9d007ca19ec6db53033c0f3277b3cf76a37aac..efbf888f2b93031d0f14300e6619c2c7bd47c3f3 100644 (file)
@@ -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;
index daafd089558fa134e3e427a4c958157687936f7b..1f515391c15f4247cb09ddb3058fa874a092c9c3 100644 (file)
@@ -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;
 
index 85f5d7f419a505898b3a3ddc109c66dc630e76a1..0145ba319535b7605aea2546e3886560c82483af 100644 (file)
@@ -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;
 
index 68e73657f24c7aacd8dfa947e4a24ce45b278a16..11e8d9e33e73e5934985ae0024e055f6cc420eb1 100644 (file)
@@ -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
 //
index 7c23a38bd3e2921dcb7772ffbb60091ab03022a6..5218c92c5d2f39c92695cad10beb34cd7264ec45 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index e03f7a07eb390c4e88abcfe7ddf8613253c43d65..df6f363cf6f3a08db080f895cf1577596b1f2a64 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System;
 using System.Collections;
index 558bcae299b91c6dc1ba83babb8757e163dccad9..a7d839b8c2e2ae5e69e558306dd25003e47986e6 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System;
 using System.Collections;
index dcb02f3b26200d51b9cb444ba59310a45a7172fd..2b78cdfd668218a804dc991b18ac8c5a16de49b9 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index eaee87c751da20644d265202807a0910f0fffe3b..94093ceba79823e125ce518ca673443da138eacf 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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;
 
index 5780196ac485fc3b169652419141a445a557801e..4d6aa1f00442daf70c73332055ddae7cf4116079 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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;
index d5c5b1f8bbfb63fe08ee4fd458198d1ce62067f1..18999b6a267f2d793bf3908c12468eeddfe04550 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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;
index 23cf9ccf52e77c9090a1d0393e76199bef302c37..2e1cce9f780a482d5fe18206750bffdd1c3da923 100644 (file)
@@ -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
index 28c7d260e0e014dde71168f7eda3a336aea63f61..0254fe5c7723d075a27f36eb73aa2dd5f46baf81 100644 (file)
@@ -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  <sebastien@ximian.com>
 //
 // (C) 2004 Ximian, Inc.  http://www.ximian.com
index c91c8c54d568414325a8a9f423bb0f8cf71fdd07..3f948021d7a08353f934d7f618233d0326efd7a1 100644 (file)
@@ -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
index 9d7c1129fe04e6818aa71d53e6b59c617aa2a818..e3ac9428b037e3db75ad933706b2a59aa00d9d0d 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index d0c9eab963decc998d1223cd5880a8e9a366ea2f..651dd8bcf476daf5f8b6c7e20ddf8ab867719db3 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index a190dfc00927d44d89f80654d5930398873d4d64..7f8998a27ca1bf0547c53aec575934d868ae8a03 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System.DirectoryServices;
 using System.Security.Principal;
index 611a59dfdc4c7e7ee97dd83586708e3299eb2fc3..f1c49d1dc5451f2af3e50c7a0da00f673d0037a3 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System.Security.AccessControl;
 using System.Security.Principal;
index 46ff021d417d7d274902d1926adb540fd9594acc..b5dd1f492fd5881ef9d948cf8037ebd7d94ce730 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index 50afc8288f21a8f8cad9d3c3099e59d2367100f9..23a9cd2329072e6507c43d006d3ddd2d5aadd536 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System.Security.Principal;
 using Xunit;
index 2dccab7a9ab39bdbc682ae17bb2a428ca9fd1008..922604febf6991b42c3a4de7ad6f6bb4563dc107 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System;
 using System.Collections.Generic;
index 2c3f30e2d9a7f119a8028af673d6022d84422c63..62b1d26ab4531b57940fca6c71f4fdddb8b3e32f 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
 
index 864920a46fb02842a287d91ee5918788e5bdcb28..421c31c36ee77daa1cfa4c28b688fe7b20b5b083 100644 (file)
@@ -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;
index e5cdf40d3437c9154dae28b606c9530494eb3d62..630fd0e5ff483531e75cb0f1d97ac95171931bfe 100644 (file)
@@ -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
 {
index 3c36e868fe720bf05ff5963eeae53063e186970b..793d663a782c8b2dcc0745048e7db7cc189aaafb 100644 (file)
@@ -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
     {
index 88267e6cc144c2b96145b3e202f26c7a2545a92a..c58422d67a0e2280cae1ca2637871f002c9541a2 100644 (file)
@@ -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;
index bc6a1170fc2cb7c0564fc3924d9de86be9294993..74db88f57a39c9a074f8dbf1639c9d8b3bc17985 100644 (file)
@@ -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;
index e5b769c297879849176e335bb3aa245878735536..925ce3c2c98d943f94c25e0c6965a3f7e8796a8b 100644 (file)
@@ -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;
index 4a2dd328c3382cee265783dd6582571e0b32d089..a05c2158f9dd56d2da272b8d576e9babec3d5ffa 100644 (file)
@@ -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;
index 893bda0761ce11e825d44a23fa61829d54d58ad4..55c89327de1e03df41baed93d7cb2b1266377667 100644 (file)
@@ -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;
index b1d1b13de655473cbf6c588661e6cff0145f9ec7..ee08b3c15125c79c5cc1d49f33980f217d2d0a97 100644 (file)
@@ -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;
index b4d8edcbbf735986d337dd2b78f6f00686fef6da..44c6c3fc628023fae30539d675ec2785b0f55400 100644 (file)
@@ -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;
 
index 627becd98800b57be7bde3540e10d92354e7f82d..095e5cc81ebdee9e3a5fca323a9bb9f80548a172 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 using System;
 using System.Collections.Generic;
index 49131cd7c3e384824c27ca9688512a4c7a709791..d362d2d550febce8dcc55f1c0acd73b4582fdda7 100644 (file)
@@ -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;
 
index 126962427eb674346fce0ed4562a1c91a203ba04..72b91c9e49f38eb8de39cc7512171126f96d4f8a 100644 (file)
@@ -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;
index f0ca53c9377fd7c9fc573e70fb15b1682c77cada..9a178da06fea62cc6b4511cc02dd8c73bbc8df6b 100644 (file)
@@ -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;
index 373db5c727fc3dac446dace71cab5424b3a61542..98e8438a7afda55a53227668fed70647e6c0330c 100644 (file)
@@ -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;
 
index 2c729c260e58a34ff3072e03d052d4d78f23b9d1..77e21a814a561e0ca5f379e44f007ddc63e7672c 100644 (file)
@@ -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;
index 1a6531371190f73e1c0e5d99e6463c07e01a0d0d..254887d7720f893fa351863ba76dc15e920c99bc 100644 (file)
@@ -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;
index aff18aab2287809af1f1b8a4b709815de98e4e3b..276570552bd19f1adab1609e1db661ba9dc35a1d 100644 (file)
@@ -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;
index e31a47ef75eded6c96c4461192c9db17338cdc5d..0d4b1fb3c918b9c6269c1c1a4590609c8bce155f 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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.
index 8db9e8c5e108a0443df3c255abc1c372fa02a349..4520e439c4e83373a34c722cb6a4068137a6d2a9 100644 (file)
@@ -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;
index 4b2d50755e93bf13599a9f7572b0ce0b103f50b8..824717a0d9c78744828e0477dcac36f353815a7a 100644 (file)
@@ -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;
index ff47a0a200bd317875f964a820c0228f9d7d0b9a..bbaf6535cec0fc2cad3254efbe47a38ff54c1a98 100644 (file)
@@ -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
index e7e423ee89580c52bc38248cd556bcac36bb7af5..46c04ac079450a12b058a0c00d98a9b6b005ab0b 100644 (file)
@@ -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
index 9ec11ce6073f2eda4460e1d4c8de996f4740f1ec..4f0356d014bee79814dc2b3011759234714e47df 100644 (file)
@@ -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
 {
index 4786f7e2ace6d2a911f1c0ace828e4becf5efd14..91efa47c1ab7686859cf0c39b92e4296f0acd752 100644 (file)
@@ -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
 {
index 2f12897fd872e5e9e3bf7bed86a7fc63cddc7ec9..6b96c0bb554a5ae8276d690cb91f585eb136bb63 100644 (file)
@@ -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
 {
index 6a7f99d9169a9f6367a9fa95ebe636f7f3d377f1..cfdb663587513077be635129d984bdce83ae7f7a 100644 (file)
@@ -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;
index 67162a8c541e2bfee114a402b862d1b1119a67ff..4bc421436423bafa42145f174da264d8297a7165 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index fa18bd36c41b76fe30e582a9432213dedd3d0462..73221ced9e1353e0115262213188295efff44fd8 100644 (file)
     {
 #>// Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 <#+
     }
 
index ce300230dcbbd1a06e6ccce3230bdf776b9e7b3f..1a10767161ae42635dcb62c601f227453082d35e 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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;
index 03ccbe053f0a34c342d21979da2137a5b07508c1..40b6ca14176337107893fcafecb0d489ed81a17b 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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 @@ namespace System.Threading
         [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.");
         }
index 084e9140ca12c1d5f7d7f0c474470bf4794ef59c..354a1d0ef7e864fe8ea8c2cb882a94e0fe2f10e2 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index 01eafd6565492ca97e29c24cf196e0937fa854c3..3b992ab7dac5c51d12d3f76c7bf0ef50228b8839 100644 (file)
@@ -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
index 2164c537e781da7c8e3a1777987127115e9260fd..7763db08aab5ced2d64c4f9fdb137be6c0bb1979 100644 (file)
@@ -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
index fe6b5ac5772bc3299eb53ec937cf6f22ead8ed85..c003190d75e1c36528f578d249dde7872d4c4e82 100644 (file)
@@ -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
index 1647216c9bb4d2a8dd4f7999f673f2d34626023f..05d1c89291b296ce678d7577089efcfe06e0a93c 100644 (file)
@@ -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
index f470cb6b2e320da47cd85f6442f183b157b3f3b2..39e38820540b8b2a1f1e1351b5a0308b8d16c17c 100644 (file)
@@ -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
index dbe9804073b3e997321e7fb53e5e236d048ad841..43e439d7f6e232365d1dff709129f1bb2ee66177 100644 (file)
@@ -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.
 |#
 
 
index 0da226f0071dcf095766d9e1d4d0d3ef4aaded41..39882282fa1fcb280d252c7d76c2cce59b1a7074 100644 (file)
@@ -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.
 |#
 
 
index 5105baffcb97db13e07ac90acd981ab7dd2b13e8..1a3c644ac9829f1e03e7cb4ac77f2243e60d422e 100644 (file)
@@ -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.
 |#
 
 
index 3a041befc1759d7376d727b005cd130658296f4b..5182485e23401ac68fa90c2a7b257f7075fbbd2e 100644 (file)
@@ -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.
 |#
 
 
index bcf2d88ab4f20085580c2ec1c4f25f1d43178a71..0105c40213cb9d7198a3a5a7f96b4581e1161c3e 100644 (file)
@@ -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.
 |#
 
 
index f4c9bb6fe2e85a3ab99a136560ca468cb48dee42..5523dcb4333a945d701e3924dfbb43a033448d4c 100644 (file)
@@ -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.
 |#
index 28c0e2399f3866a9f2d8c66fddc713a91a546216..22e7a4e3f422d6552d604377ebbd0a406f19a2e5 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this 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;
index 695fa61eaa13c7030215f7c00a146df273d1832d..de01663b615ba3b4c1248638311b278b1c595bfc 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
 
index 82b19492035e9c652396a6d4865c26cf28ded301..860931e66cd6682600b154be595df60719fdf8de 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or 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;
index 8375996a8c332044a71e8821d758ff96fab17964..366019fbf0d6034f6209bb2b551ca83499aa3944 100644 (file)
@@ -1,6 +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;
index de85325b2b3de62efb2ad674d9847bcceec11715..355d54f5972c2057fc8305c7fd6a5b3607af4903 100644 (file)
@@ -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;
index e642e946cfc53b37c49dd8b39453d6fe959c93bd..3b9db8ce3bb8ea6cf1c92ecea8c04238144eb05c 100644 (file)
@@ -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
index 2f7c59e61354bdd732d1dec1c441e76da393800d..6a5373f892189460097fd4f59aec6904c018efe0 100644 (file)
@@ -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;
index a0f4d708d98f74338b2a69b7e10ad6e8e58a2ff0..9d648d334bc1bdfcf07c3cfd0232975e44075ee4 100644 (file)
@@ -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 @@ class Program
 
         return 100;
     }
-}
\ No newline at end of file
+}
index 3ebf35c8235352669022f92b4f46386236dcb7e5..02289a14e5151278eff591a4ac000d812e2bc51d 100644 (file)
@@ -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 @@ class Program
 
         return 100;
     }
-}
\ No newline at end of file
+}
index c30fb88e0b836b4797feac44dadc00e78ad185ab..1d9a6ec4012610dff4cb3e870dfa3933c2f60feb 100644 (file)
@@ -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;
 
index d8639674221529b973bc35d8bd0aba91b9c563fb..37f808679e6caf1e1c24d723d1005426a129171c 100644 (file)
@@ -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;
 
index 8d2aac4b546eab666b18eaebc95eaab223b4ee30..6f26b3e7244ab12a730969d808807c279e64caba 100644 (file)
@@ -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;
 
index fd486aab4c9782b6c1c48d1ccda9365d67c7c823..91f1dbdbe02a605d88890876e98f7cb55eb1703b 100644 (file)
@@ -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 @@ class Program
             }
         }
     }
-}
\ No newline at end of file
+}
index ad2230e6be19857d5f72dbdbb1160a83092ffe6e..0dd12f1190ab3683a562623b4caf5bb67a04c893 100644 (file)
@@ -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;
 
index 05dd07958494dbc589b0fb44eeac3061fc134e64..e7eea144b54d238547090d74ac5a8078c4610a97 100644 (file)
@@ -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;
index 55f0be65c6311e31e0a495a4dbbfe2e50b07958f..e9d6fd2f61a96fc1c0654f18482a863fc7fc7817 100644 (file)
@@ -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;
index 46181b9ba63d112b8016b588dca84f3661a719d5..f4b9ac020475f85b76348ecbc452654cd99883b4 100644 (file)
@@ -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  <atsushi@ximian.com>
 //
 // 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;
index e20ab891c0901a6b6be578b747a28f8d605a46d9..fc0a7d80195a5e986a1515990f4ad126908a52e5 100644 (file)
@@ -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  <atsushi@ximian.com>
 //
 // 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;
index 1e7c3ffb2a1229263263f260687878c69c035f14..88a8694e568167be57a7aff21dd52bc08ac0ddc9 100644 (file)
@@ -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;
index 9a0d801c1103c810894daf16ee243f1bed15865e..741d0ad9b7a4d852a196b2c3093ecb529a1e147c 100644 (file)
@@ -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;
index 48f98728819b49c185ddd897d319d6f7c3d6a5e2..a16525ecb4077b5c13837fdb3861d765fb0fcb5f 100644 (file)
@@ -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;
index bca900683027af96c8efe1ca33abe7620a9a1acf..4951ec10bb04f3c523940d9955a959471278958e 100644 (file)
@@ -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;
index e7cc3a6855f730d82748de33c5da564006f849ea..96b75499b732b0be755b8a01456eee07412697e8 100644 (file)
@@ -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;
index 70313fefbbacf630c99d8db70c5278ee43e459be..4b8b1198bb9db26009dc8d61c25afa09259a9a05 100644 (file)
@@ -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;
index fd5ef90f5045614c7d7d9c31c33ce58ccbdd03c5..d84b2fb9c7aec6d20fec6ef6674e8381b6079ef4 100644 (file)
@@ -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;
index 063be493474a285a09c1b9ac16a415113c2e64f5..06b52ee4987522ad50d0601dc88df0518c330954 100644 (file)
@@ -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;
index c0273fdaed8ea5aa64afc6169f7286317e92561e..cff66ecaf829fdf59e025aa0862f83e1e8694ec9 100644 (file)
@@ -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;
index 844225413bc388d1c22e387791ce62ad038fdb44..600b4747b38d65a7772951c0f4519ecade583c31 100644 (file)
@@ -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;
index 296a0279362477e425d40de32d05e2ca66f5d0cf..498c8807a03ab56ae21302885b01f418f851e9ea 100644 (file)
@@ -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;
 
index 8f2b505bbf4ef75c48190e2713314ecec3928fa2..948a4f5dfd48c511743d9311f612fe4b2203dfd7 100644 (file)
@@ -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  <sebastien@ximian.com>
 //
 // 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;
index b9de68f892f2465468aeae79d4ebaab7908e1be3..242b955fcff98652cfd9e60e59a8a231192e60b4 100644 (file)
@@ -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  <sebastien@ximian.com>
 //
 // 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;
index c372a305bcd946298c88319e1e2f8fe3f1db69c9..5c1541c6c592788bab1956c51f4a0e84b642d7dd 100644 (file)
@@ -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;
index c55d09858431bf76e6554c226b4d8a2313807385..01a183e709a90243998f18b16c709aa042d0c041 100644 (file)
@@ -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;
index c9cf81eb7d153cdfa51fd7b8399fa394a2e51484..f1b690410c7d4e78d3feb30508abc74326ce3622 100644 (file)
@@ -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;
index fa16ba839beb3cd62021149e6eb7c9251554637a..cfeb35fa69c1375cc4b84cfca49ede7196e775cc 100644 (file)
@@ -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 <atsushi@ximian.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.IO;
 using System.Xml;
index 489f7a520bc571c00ac9626e7b62270fa72006b8..d047064c01660138f69de98f4d6e80ef43a97edb 100644 (file)
@@ -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;
index b488dd4cd16ca39555deb962077b10aef9a20fb5..3a1953c3c19af91e90d432a8d2c9ccd554e2a145 100644 (file)
@@ -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;
index fabb64e699879f2b1b19d8342e0f53eb70805e30..2c0535cd8e9e52dc4fff48258a0b84657ad33559 100644 (file)
@@ -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;
index 0a68fc013256759d63a0af596977ef6e696bda58..906e96761653242b18520e126aed3d1c7a23a263 100644 (file)
@@ -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;
index 92dbd1bc54c75095e8e43847155e66759453da48..34762106821cfb0985836f04524e5989b271883a 100644 (file)
@@ -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;
index 0f758404bf4aa3ba42b7486da4132560077b9f59..6b81dfc9b33877a2278edddac6f1de4d8913a973 100644 (file)
@@ -104,7 +104,6 @@ namespace GenDefinedCharList
 
             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");
index 2ef3a8d2e324c7e51db501244f65ae0855dc337e..06373863fb1ec0cfb4191379fe9368b5ab833ddc 100644 (file)
@@ -173,7 +173,6 @@ namespace GenDefinedCharList
         {
             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");
index cf1ee664408a7826a480f987ca206d9d022c21f5..e079263196090b2a842ba9bb519be3c55d0d8392 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index 957906570fc06d8b4f55010ce89354338220f54e..114d87f76eb11af5a471b3eddc6f74c9fd224d43 100644 (file)
@@ -1,6 +1,5 @@
 ' Licensed to the .NET Foundation under one or more 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
index dd9469fd9db682b50bb92217333044c770e8ffbd..824506cda21a0e8ea31ccf36279f8d4fcb238780 100644 (file)
@@ -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;
index e3b69731577da30cf3342ee85cefa256bc69b753..eaa0ccc24bda7245d4d56f51c3c72ed7f264b73e 100644 (file)
@@ -1,6 +1,5 @@
-//Licensed to the.NET Foundation under one or more 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;
 
index d9696a3abfa71d797664ec74babc5d819884af0b..df49a737a70d1de780653e78bf29351b17c256f5 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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 @@ namespace System.Text.Json.Serialization.Tests
                                 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<Comment>()
                         }
                     },
@@ -574,7 +573,7 @@ namespace System.Text.Json.Serialization.Tests
                         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(),
index 26df55f04e33402850b0ed9274e65565dd27cf24..f8f46563e94d0e6ef4ffb814322b0317461d4eaa 100644 (file)
@@ -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.
  -->
   <Blocks>
     <Member name="Completion">
index 76e02cf47eab971e709300ca1cf79fcae1992cba..19151bb752d9905ef957d1d7dddf1518bcb60d09 100644 (file)
@@ -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.
  -->
 <doc>
   <assembly>
index 7d0c5bad6141e360ea52723c78b5bcc0e85e62ee..7cc4f55009ba5918cb5c6ec2e5dffde15f1a2f28 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index 4057a855e9edd3abaa928dd66f1a6d6630684064..802794c1e69a0d020977d7288969076fd5a73af3 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index 19ccfd41518a16bcb883e3cfba4c82226c746615..b7010c34c484325618f715944bdfa8960fa84dd7 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index cb169fd2423b0761b4502e8a47c0e7f6fa5ba9e1..b6d611097ebd2bdf528adaa9bc1d1e57dfabfefb 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index 773dea57bf9cec7c13028011b3a06f1f4f673ea9..042f9287742ec706fd1fbf27e8723e6601e2a05e 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .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;
index ca066f18cfd519a30db0788297a68f6b3ace68c0..b6b46d1fda9a2a88456a3e1206afe51623c1c5f1 100644 (file)
@@ -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)
 //
index 722dc0f820e4b1d36585fe56948ddbe79b7f9ed4..fb6338e5a0b2be1467b89fbf71ab8fd96111b9f0 100644 (file)
@@ -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
index 9bd4b4a58223c849204cb4fdc46c01505412fb8e..7ba438aa7915948a2cf873c27dd8a1e0f51a23cb 100644 (file)
@@ -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__
index 941348013d41705bd9577e5cb4ff88507c7692ec..c7ab3f66d516dd9c22daba07ed3c90441aa9edc2 100644 (file)
@@ -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.
  */
 
 /*
index 964b198508d99b872b53801bc40d4d3b6addaf2e..ec6a8490ad058cb46438cf0d40fcc908778d8047 100644 (file)
@@ -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__
index 6fe72490d53a06c927a0ed0c783240e50bfe71f0..1042711498fdb84f5539794f504fee0a67f315e3 100644 (file)
@@ -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__
index 1435981ea700be309b3b921dcde498fca2e3545c..8fe24a7869db86d7462bcae456994c5b458102ff 100644 (file)
@@ -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 <config.h>
index bc603978bfd8dfc8834ce19ed58fdd60c5043f99..2fd2d840f82a53658cb23d34be4edd7c07c72386 100644 (file)
@@ -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__
index 65b602cc5301b8ead819f55fa353c9a1d4b09765..dcac804bd820215826498e2cdb644ba5c592d223 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 #
index e8c29d3824cf6e2679c6d5efa121decfece64d76..0a4863df53137ffa65e3d740fcd645c3b4f300c6 100644 (file)
@@ -1,6 +1,5 @@
 # Licensed to the .NET Foundation under one or more 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
 #
index 55efe5390fa9c9a1c9c099eb17b038c2e2e7db62..70c2d47bcb720758bf65ecdab9ee21642a37a12d 100644 (file)
@@ -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 <config.h>
index 23f2f4499ca81c2cba29624f130db6f580cc7b54..a5ebedb6af5069872e1218c1e2fe5747ecf65cbe 100644 (file)
@@ -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"
index 46240cae89af2e5376018e2c3aadb3b68e49aac4..63b4fa8df7c5ec0aa49a8adb3a3e7668b314b86e 100644 (file)
@@ -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 <config.h>
index 6d46c884f8c8a70d7d15d18556aef2b523c114d7..6a92216ea0ca7043239b3fb5fc9c7251fa46427d 100644 (file)
@@ -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 <mono/utils/mono-hwcap.h>
index fe0bf9e580300501ab8cc1fcec7dcfc49127a420..9b7624b037f4696b910ba349f20c20c471a2d95a 100644 (file)
@@ -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__
index 7ab932005738a3ce14b2176ce200528797e0c19a..d58d8e46f198724947fba38efef9eb3dea7b0fd5 100644 (file)
@@ -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"
index fd58ad42a1bab0765e98bdcb2c8ebaa2ee1a8e5e..d9162d6711c54c715b699c3b04d470ff6a6f3092 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 using System;
 using System.Runtime.InteropServices;
index b2f5dbcfe40133385e01884c1802199151883ee2..26561e0545d49f9abf48bfc0a2df09f47d8e73e4 100644 (file)
@@ -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 <mono/utils/mono-hwcap.h>
index a2e4d6b6f92d593d95afb86f79b3f08499ddfce5..467cf4964101a38b40324640b7100bf137083745 100644 (file)
@@ -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.
 
index 301a113cb53bf60f67d45218e141eee9ad06f0ef..afc71ba02241824a213015dfef2caf534f0d08e2 100644 (file)
@@ -166,7 +166,7 @@ namespace System
             return ret;
         }
 
-        /* Based on the BoyerMoore string search algorithm */
+        /* Based on the Boyer-Moore string search algorithm */
         private int LastIndexOf(Delegate[] haystack, Delegate[] needle)
         {
             if (haystack.Length < needle.Length)
index 58a6f578393e5a136848a267364ffcc43cad7900..85a347fe3371fec17f8b2cef5c8edc9f4729d58d 100644 (file)
@@ -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
index 6d18dbfac4e0419d2542b2073801c4575809d4ff..184e84d9d206bef3bc4b1008550caa7b384db0d9 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more 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);',
index 5b2bc4bed5d914c6ad616ae63a36a1ab570d8578..39267f40521ffef844595d89a5d3bd2991aa6c19 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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
 {
index 0771d8708cc8f73f9b0026fca15b3721ebd0aa11..8a53250d4442e3da2b780f369dae100301f6f6b4 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index d26faffb09484e23d82b73910729a72dc6930442..77a0504d6bc924a7c5a5c62d8cb3da069fbd0449 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 8741391d04c114d535e4f52884f3bb8e3a5aa9de..e40e3fe125f32edbbe23356f1bebb8236d5ff6b2 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 7a9c8699535abd3ed80e9e46e85dc3528c499cd7..9cb125053b9f620b87720e50c3a41bfd4e4ac662 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 6bcc58d56e5b9d414533412e4708d17edc55fe44..5b26eee49b997710b683f79832c88e53e75977d7 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index f4d612cf39a6b4d645f5cefe0e3a3219dc4f5ebb..5cee92f7a17f657860b4518333c0c62f2210b996 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 20f4cbf531d916b41485fba1db86570f94699764..f0fdec9fc0f77b6620fc99ed3196dbecab10f8d6 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index dbf7102985172e8851252421f9a9bee1af591fdc..166ea359ae61b397f1c2b71868250dcc000bbaae 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 2ed457c18459c96a56a89faf4b6c129797a7e61e..e6827f9112dfcdf2a8dfb5086046c3ee056c5794 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 44c94c639e7b8ef1e7ab5b88e40debc5473c0a86..a67b2c5805e010c7e4c6e99b5448737e41f47dff 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 11fbc4845ecce7e010f7cc236c8e1fdc1562fc92..5dae8986560f91c412a98b48d1129db85ce2b75c 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 22960059ef396c0b846e803f3a026036be5adb9e..6b4cef5a852b812df0ef75499375f7e284cf78ca 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index c09bd966cbaaf6588ca2f02e015d18c384742470..b015a905f7854c856ba7897032844f45b2a6c908 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 2dc352e054c1e1a325c2d7b8a5edaacbb5c56052..704069b3d203fd7784c25645ceea683ec1c99fe2 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index abe09f96d8d1aced779d36dc787171b6e8caa0ee..c75979c2dcd1ea658e4e6c2c2c60796393abb68d 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index cd4761cc8eddeb95e6f80c4a0f2f51d999341a56..e89ff5ec7ac85d12d6f728d12b2d43d6eb8c613a 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 46b8c219c3424032a4b31449c06a511fac744660..82ef7530ee00adae90d34c1b4584e6dc16455390 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index f776402cf1e30e6632b60c1f4712114daa4aa8cd..29d39dfed049febee2631466e7799622aaa15664 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 5310ab5c64bfee58c17b45e5d034e0004f79fc92..ea17e497b42d6a8ddb2af0d2ab4ba44de9152645 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index d89aeb0500baad24526f0f8e5c381224e3bc071e..09fbd50fd1275ef0bf5431dd455107f09ed23a74 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 9f707cd278e167e7867c0954194cb40e2c526227..e367098baa0a0dcd55422218513e4d22ec9b2c1a 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 0d8061479a4ff5f11510dea502d4c8629205d912..fce90517ce0e9da05c4195fa07229f715768b951 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 65cc722f60473b0ffb0c914cea6ead798a3a05bd..6339df89ceae72b0a56cf78cfb111c3921f82145 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index bbf1fc9218184437533f685f7de539fa99eba911..b9a2f6c530b77b635740f34e3430f7077a9b4c80 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 5e214969dca9988cab695456a5a119b037baccd5..008bc0830a695d95d82386521b27a002f58d38da 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_CharMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index a2a59a7334b246404880d59b975b6c5d41d57825..6ee1f3b77fe9699cfa70a5fcae8bf000abffecef 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index 8398f51e34117963df2e9f22c967e365c5a37d1e..e3c152fe944971e4009a9f07f2e73e735e4d29d1 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 882d298e0836e2fb8c52e551e3da9b3b8981c563..55b087381dfc976624abd1d07620ed07ccbf74bc 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index d995e6b94eb3fce6637b264bd66c3b2350e29679..ece37c2da77e6fc7a80fb332a2d00eff1759e045 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
        }
    }
-}
\ No newline at end of file
+}
index fe4e43dffa2f3f31533b01e2ecf8a0fc9d15d6e3..ba37d8fe9d9da9b21a8bb6e4486acb51db4e0e0a 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 97ce237845a20ada76950f7c856a662db389031a..a2abff36585f26404c759817c3af3a4315f27959 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 5e8c23bf2102111af74cc919cac36225e8e87019..dded63727d4d2533649eae6742cff3c8ae06ea38 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index d5e3b8b180a488791099f3cb68c2bceabc163719..3d4cbc28e6b2892ca59eafaa8e34f0b0aa4686c6 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
         }
 
     }
-}
\ No newline at end of file
+}
index 52b9b8463859187936edcb304bf3310429c89055..479f2800c3cc88d0658b5d9b798d5d98b2ca8cd1 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 25bb28428cb9693499a01fc6bbdaecdf47614b73..bb7485d5148a4c0a716bcb51179c85ad1e5a871e 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 582d6847a32fab819d7caa147a790be5659a34a1..52a11c952fc940f0a83621eb7ef34093c87ce50d 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 6e241542c6ba25c72a0e26742346217a30c08895..1b4479434818aa711e8c41b241df59413a4be67e 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 227b7e010ac7804962c2f459eae01bd8a8caff80..b9b698d7d4c25ac6b05e9bae156031543dd8d7dc 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 943f4597af9d5505668e5084697ade32408cddd1..79991c04b8474aa9c2c5a7459d84cca8d232c79f 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 8d7f542455e18e0a3716e6535acb36ddd6ac22e2..2c39b483b5eb6ffb9de495775c63881aea1d316b 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 7234ac34b95868bf4ee28be5d79efb7c1faf853c..2e4713bc3317d7c79b4eedb6dd149c46ad694bbe 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 7432475c243e651928a7d43c7902f20ec95b9415..a2d95008620017ccd90909f049e9a980379330b4 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 83fad7cb2c55aeef4929982cd36c96fcde1b945c..c86d0baa130e34e272be7633b43e426c266a8010 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 4212fcfb9c782d3d7498a274a27cff1ec28ca248..87fddf06a3584271933354003190c37349325c3c 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index bf7818cf0ad7075e8b371766657f776122185f4c..b52de3aa8bcb25b3665cfca9d2ae4f2748708ce0 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101;
         }
     }
-}
\ No newline at end of file
+}
index 1f6629fabed142ce9f7ddf7f4f53d2ef21de6269..0e3e101b7c012405aad5c1bed78a6f37f4d743d6 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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;
index 1b0169ee129d3ccbc9883d077f3a20ab9d6c4fa7..82529bd4ea2461dfbfd4ae3de86c816f1f60b741 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index d9a549c3ccfdaff9bd41a5f08a9ec0164bf78a85..0e70e61cc355e5ab713194ac8f39c93c1c5d762b 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index f2076b7d4b8aa7c332d5f23d40016860afd34d82..942c31a35ae887e1e2fa04b6d6cced402fb2bf0b 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation 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 class BFM_LPStrMarshaler
             return 101; 
         }
     }
-}
\ No newline at end of file
+}
index 28e76cd1c4bd9f5398e16aa44c721452af7e75ce..b05e950de67e9ac2a2c407003a24cd7b8768988c 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 4d780e309075e7eb5ba2fdea3d435ae6e1a9312f..00dc3b8d6655d1e49417750c91003521aca0eed6 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 26589a6425906d37e3d70fe481f12b969b0296b7..df730a1aad37a048d944183068445055ec05a12c 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 7b70845fc412d420631d027d30b08566dd039c62..d4da7a6b5c4dea8cbf96ea3781290d188d2bffad 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 13fec89a0f5d2b53e3bd34ed8412108642083f94..7ac03a89c72bc669f870662ec1ebf3d853a75721 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index ef6555d0d8125e82dc32c09ac0308673a750cfb7..d38a8aac6430ca0caa80bfd9c596c41216c252cb 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index a3ad8211cbd9385ca0aa0efb52f2298581054540..954e2b60fa9cab08c29622b447768018c8d6343a 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 88ac7df78aee429908c88e178c8719ee47d22841..9bbc3153e2aec9a6f0722d928e508e747560d82f 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 2983afb0d257765156037c551ebd7464dbf042f0..c17911f64407ed5bcb5c42298e00b2cead9ec027 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 950d107bd73e8e4f3340ce8fa5aa4ad4e6332536..9e60d8d5b71711d8808db4a938e3fbe28ecd13e9 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 704a86860546594e5dab79178b86608d657f5ec5..11511c11357b77c6e22ff0c2cfd6fad3298bff00 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 4222b776229821f76fad0d0b876ab5ef2a06f953..d1aa67b9b85eca7bf87dc02c84947548be1c4246 100644 (file)
@@ -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 <stdio.h>
 #include <stdint.h>
index 5788345a5f40eb2d1f0b0450e604a57933501baa..c53add4736714b462aa6879e9a05b5a54b6d56be 100644 (file)
@@ -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;
index a5a6c4d6213ea4685417c65b773beaf138aa5c0e..3ac4589da3f4b1ca964010bb2b604dfb66b21ea3 100644 (file)
@@ -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;
index 147739047feb3b7fd873ef89aac3035bc08398bf..edb69da23912f3b5ac82d11b6d686c1088567d21 100644 (file)
@@ -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;
index 255734fec071eea3bd8396e986dbe06beac44aef..17cff906a27dbf061cb8516ac8de7b3292853bb5 100644 (file)
@@ -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;
index 4d695ea257fbc048ac8ebbbf42e329ba86381f64..48ad9513ad4c6ef327777977f5216069b7fe74f6 100644 (file)
@@ -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;
index 0b63cf929c313a5d35cbcbc405596122350045c7..99590711b7342af6ef94d75bb848ed3b9fe565de 100644 (file)
@@ -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;
index edff74a9914acbe8a6265873cf1bde2239cfbb58..82c64128d9fcc242b75018d7abb5d9cc664dd6af 100644 (file)
@@ -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;
index 73a5e8ea5351528d2c80e051d9220c2b8f7a0ef8..62faa82827bb7fed78195a3c51f8baf68e99e236 100644 (file)
@@ -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;
index cc21ebd996b1b1f9c96c462fda5c874007d4303c..1347e9b21b4358065951941985d666b5c7afa999 100644 (file)
@@ -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;
index 6dea4b41b2d06053d79dabf546a4be648da24ba1..a1e5337f001f0d09cc041474121ac0191d96619f 100644 (file)
@@ -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;
index 2161632885253e8f7b198bd8f3b5820600e16f6e..dede7ad87b104815f789948f3a7a831066f80a1d 100644 (file)
@@ -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;
index 28f210ce4cb6584211779ed837bcbacddcf24339..e940e84b35f7bdf6b693eb69a17be8480ec62782 100644 (file)
@@ -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;
index ce5747c9d043b75e37826053129d7aedde5bc2dd..da42508ca407c8cbd05099864dd1242d555e719f 100644 (file)
@@ -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;
index b2a3338311eba40279e205c47186574ec09c3318..3bde7d6047638dd17c0af5fae519f75e70073b3c 100644 (file)
@@ -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;
index ac00fc24f402d561589463925c38877cd1d3e14d..47e048b3d0a73ea027d2f56b4f758fb7558411b5 100644 (file)
@@ -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;
index 9903b3aac58ab50fa1e5fb6163f428de3675fb9c..c8262783281f3dda043d92e84e031884ddd6212a 100644 (file)
@@ -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;
index d823a6c717e2fd420a2edaf3b9b8b10dca16f2c2..c210836c6934b6af4e89a6e7ada26915febf0572 100644 (file)
@@ -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;
index e7809458c907d64e0d32ba0022288fc5f9b2fd16..342038e1cc76ead2c3b03fbb37439f81e8ebf027 100644 (file)
@@ -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;
index 933689521f5cf99231b899aab75125a627180d29..edfbd7a024f8bb388b1cdb89c20be88feeffe46a 100644 (file)
@@ -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;
index 4d014536eb2858b1e9d48d34b20a4c15a6385c2f..e40dd6468481964425c59def8e0d9acc8b7592e9 100644 (file)
@@ -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;
index 262bb37c2fcaccef4970567a79809d739421adf1..81a47ab263ee74bf4f4d34ad497f246859af6f0f 100644 (file)
@@ -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;
index 4f92f537c5e4ea17ad45a530335b095376ab0064..b59a1788a188fcce0a793e8342247c6c4eae74cd 100644 (file)
@@ -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;
index 90cc122567c77f9faedb3b30abbf6ee89a7acfd7..e99656e9a2f1ca38274b30215f1a2c02894dcbcb 100644 (file)
@@ -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;
index e18e3a5eaacd9058a8267c07226d826babd0c13b..567f249789d7b286f105ee2a7f7cde69a86bd9bb 100644 (file)
@@ -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;
index 00c67d9e8507655219cdf99ddf0ca7111f7ba2ca..b2018c51efa2b2b3321da9e78a59260aaa524a89 100644 (file)
@@ -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;
index 0539163127cc1949d0a3638e56671c09fe24dbce..191b43b9071399cc80f26e0d27d37fc67bc4a16a 100644 (file)
@@ -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;
index 3351c6d47f2bc26c06a0deb6b273ad2dab834f48..4bcb7d305f789189881478e153328420c79e03c4 100644 (file)
@@ -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;
index 4c8b2b9f720f33b0bf8724a06e6519b27b0d4293..2bd9d8ba8fbe863828e38c4bd122ed8cc8e01e8b 100644 (file)
@@ -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;
index 0fc17a1629340b3f5a0466781b9a60d0d75c99cb..9b22d0daeb5766ddda53c1c2cb89736998e30a08 100644 (file)
@@ -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;
index 75ab889d51c233a00f037dfff145c5446319cdef..e9df533ad07ba327ad5fe9bd51538daf3268bd0b 100644 (file)
@@ -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;
index 17778f9be43808211d74506d7fd4f5f3c6d7e23d..e36ac3fa110cb980d9d9790ecfb3b66e279eda9c 100644 (file)
@@ -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;
index aafb1dd954480c2ce4cbe60d837d458205f5ba38..22a25cf9209c66a3aba26fdc7a2e6deeba19761e 100644 (file)
@@ -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;
index e8deaa61412cbc1d90d87569b8455cabd5ab1a57..922f5b0114241010fbf258fc63bff47cffaa2577 100644 (file)
@@ -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;
index 235d99e8c3137d719d4fb90630603e84a6b37e10..e6c0988b9abd5e4a3909734e6c380e3a300707f0 100644 (file)
@@ -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;
index 47e0a3fd5aaec58dece658120272e1c7a38a3dd4..71004f995564a5528b033c168f2468a8f145596d 100644 (file)
@@ -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;
index 85bb47931f34c6cb74039d2fe05b8a44886baf31..805ed4fb817af06ea92abdbf9fd21ed8f2237fac 100644 (file)
@@ -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;
index b4b90552cb2a6de396debf8b43e966f658e89a2a..8bd8ed80dda7b7a38d020df83495c65886e6127a 100644 (file)
@@ -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
 {
index 2dd8dee8f9f8f08fd116665b0cfd3cfa03b4d523..41e394d948d915b6de8fe894d5cfae4457aa3f96 100644 (file)
@@ -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
 {
index 9c720ad5ba850954b4572662c51452249b9bf5f1..8aa0821e67f9861b648effd0a48bdc9c68ba109a 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 #include <xplatform.h>
 #include <platformdefines.h>
index dbb222a60689b5eebbf408efdd14f42598ea8106..35f154f309d09ad6a837b97799ac54746b961117 100644 (file)
@@ -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 }
index 9510e167c2d84516d000b092c76958e92a7657cd..fe84e739967b71b4b1c6916b8de3fd8bb96ab15a 100644 (file)
@@ -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;
index be25d3cca3d7ca3ec28fabe09bba240a25355fea..217bed5627c90c4c035c98f5087aa495a678b82a 100644 (file)
@@ -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;
index c16163c6f7471b4118931f1d1dddc3e5b9979f64..dca3aac61d8c277da3a9a1086b08284b0e394ff9 100644 (file)
@@ -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
index a0cdaf0c258d0d7766fa13c05349d76f643075b7..df2d1386570b3cf1f87d73a6e9348592f90d0663 100644 (file)
@@ -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;
index 3f85eb48064fbf54e29137ae2b550ae92db1cc8f..e56660052d373e3e368d94f651729605440c7ca4 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /******************************************************************************
  * This file is auto-generated from a template file by the GenerateTests.csx  *
index bdcb12d4423151e9ea352d4b4fe0f7b03afa25e0..626ff3ff7b046376576e542a45f30d543346c588 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /******************************************************************************
  * This file is auto-generated from a template file by the GenerateTests.csx  *
index 47830780ec5f64140bba49e629c0c0478166414f..ebe98e306baa08995e4b05a0455de5ab95ab6462 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /******************************************************************************
  * This file is auto-generated from a template file by the GenerateTests.csx  *
index 21bf929563c04a7b4b20fddbcab6be96b3b1c9e5..f376b2e28af281e796da36b0fd327d3e8f11b62e 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /******************************************************************************
  * This file is auto-generated from a template file by the GenerateTests.csx  *
index b668ac006445f8e25f830a02ab5472cc9188ec38..228a023a06f6ba3198cc4f0392a133d47b414d16 100644 (file)
@@ -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;
index 522cf5c7cd0e1e23391fb6698339bd763f8d7013..d5be9e1c667e4225e61bf9ba77961f121225edcb 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this 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;
index b88bdfca64a656c89da9a63ec88bdb9cdeec1cad..808f6e3899a3191b583c00080bed0885e1da888c 100644 (file)
@@ -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 stacks 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).
index 3d8e2eb37eb7abcb4d23166e4b95a29c1decacb0..1833f29776839760c142c9c6cd59a1d32aa24ba4 100644 (file)
@@ -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;
index a13a67555867e6914781b73bd7d7ba5293395b42..ea96746f920b00ecc91216beb53cbd978aeeba43 100644 (file)
@@ -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
index 0befb01a016a4d9e8efc9c02f45c095a69f5075e..5a4d22ffcecae89f8554dd9e04637be01a6e08e6 100644 (file)
@@ -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
index 9c63524e6fb558e2cb51907df017923e3bca69bf..4ec9ac0f06c27dcf02b4929f4ed5060b2292f191 100644 (file)
@@ -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)
index ce4455af95a8764ec2c66a468e737103a4f901ec..e5c05aa04f0d56253f7c54affd8db426a46acfca 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
 
 using System;
 
index 1cf48ff4b73a7c82a6fac01eb53aa4c4b3211465..41368353585a7bc231aecdfed2e27c79fb74f000 100644 (file)
@@ -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
+}
index fdca872fe97688e6099720007eb67005dd6660a8..65628c978555bbd3eee27e03283271895b35b903 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // 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<liıİ>
+public class Hello<li??>
 {
-       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 ????();
                
        }
 }
index 43f0aa763b733464d7039c9ad9d45966c5ab7243..8b67eb01bf32612e2e10ccbd0b5fc831c13de52d 100644 (file)
@@ -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 @@ using System.Reflection;
 
 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.
-
-
-
     /// <summary>
     /// Provides an interface to parse the command line arguments passed to the TieredJitBench harness.
     /// </summary>
index 979a0d572f62d8301815a0b67b40e2a1a5ee19f2..3625a080aee2803fa52dcc71a0b25fe246ab0e67 100644 (file)
@@ -1,6 +1,5 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
 
 /*