Update license headers (#41783)
authorJan Kotas <jkotas@microsoft.com>
Thu, 3 Sep 2020 08:43:29 +0000 (01:43 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 08:43:29 +0000 (08:43 +0000)
commit1789775d0722bd2344fc026e9111d2a49adb0da0
treea22c9d2b2f9081a760af6924b6b87505e9b994f6
parent9b2723d21e393ae6949af78b147a822ee060fce9
Update license headers (#41783)
64 files changed:
src/coreclr/src/ilasm/portable_pdb.cpp
src/coreclr/src/ilasm/portable_pdb.h
src/coreclr/src/md/enc/pdbheap.cpp
src/coreclr/src/md/inc/pdbheap.h
src/coreclr/src/md/inc/portablepdbmdds.h
src/coreclr/src/md/inc/portablepdbmdi.h
src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs
src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp
src/coreclr/src/vm/processdiagnosticsprotocolhelper.h
src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ConditionVariable.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CriticalSection.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DES/DESContractTests.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RC2/RC2ContractTests.cs
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/TripleDES/TripleDESContractTests.cs
src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.Forwards.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/AbstractClass.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIComparable.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassImplementingIEnumerable.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassInheritingAbstractClass.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithAbstractClassConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithClassConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithInterfaceConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNewConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithNoConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithSelfReferencingConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ClassWithStructConstraint.cs
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Specification.Tests/Fakes/ConstrainedFakeOpenGenericService.cs
src/libraries/Microsoft.Extensions.DependencyModel/tests/nonentrypointassembly/NonEntryPointClass.cs
src/libraries/Native/Unix/System.Native/pal_threading.c
src/libraries/Native/Unix/System.Native/pal_threading.h
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs
src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netcoreapp.cs
src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.netstandard.cs
src/libraries/System.Net.Http.Json/tests/FunctionalTests/JsonContentTests.netcoreapp.cs
src/libraries/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionTelemetry.cs
src/libraries/System.Net.Security/src/System/Net/Security/SslClientHelloInfo.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MapTests.cs
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestClassWithFields.cs
src/libraries/System.Text.Json/tests/Serialization/TestClasses/TestClasses.SimpleTestStructWithFields.cs
src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.netcoreapp.cs
src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.netcoreapp.cs
src/tests/JIT/Regression/JitBlue/Runtime_34587/Runtime_34587.cs
src/tests/JIT/Regression/JitBlue/Runtime_38920/Runtime_38920.cs
src/tests/JIT/Regression/JitBlue/Runtime_620/Runtime_620.cs
src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_unix.il
src/tests/ilasm/PortablePdb/TestFiles/TestDocuments1_win.il
src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes1.il
src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes2.il
src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes3.il
src/tests/ilasm/PortablePdb/TestFiles/TestLocalScopes4.il
src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory1.il
src/tests/ilasm/PortablePdb/TestFiles/TestPdbDebugDirectory2.il
src/tests/tracing/eventpipe/gcdump/gcdump.cs
src/tests/tracing/eventpipe/processenvironment/processenvironment.cs
src/tests/tracing/eventpipe/processinfo/processinfo.cs