From cac2e272e1a5f4d8046c653f9f418a4a90d853d4 Mon Sep 17 00:00:00 2001 From: William Xie Date: Wed, 3 Jul 2019 14:46:42 -0700 Subject: [PATCH] Migrate private EULA to public MIT License for OSS (#99) * Removed EULA and added MIT License * Added MIT license text * Added verify script and fixed some more files * Update MIT License as per guidance * Fixed with suggestions --- .editorconfig | 2 +- .gitattributes | 2 +- .gitignore | 2 +- CODEOWNERS | 3 + EnlistmentRoot.marker | 2 + Instrumentation Engine SDK EULA.rtf | 653 ------------------ LICENSE | 66 +- NuGet.config | 2 +- README.md | 2 +- build.ps1 | 2 +- build/ClrInstrumentationEngine.cpp.props | 2 +- build/Common.props | 2 +- build/Common.targets | 2 +- build/CommonBuild.Global.props | 2 +- build/CommonBuild.Private.props | 2 +- build/Managed.Signing.props | 2 +- build/Managed.props | 2 +- build/Managed.targets | 2 +- build/Packaging.props | 2 +- build/Signing.props | 2 +- build/Signing.targets | 2 +- build/Tasks/Tasks.targets | 2 +- build/Tasks/ZipArchiveTask.cs | 2 +- build/Unmanaged.props | 2 +- build/Unmanaged.targets | 2 +- build/Version.props | 2 +- build/Version.targets | 2 +- build/Wix.props | 2 +- build/Wix.targets | 2 +- build/bldver.rc | Bin 2084 -> 4378 bytes build/yaml/jobs/binaries.yaml | 2 +- build/yaml/jobs/linux/binaries.yaml | 2 +- build/yaml/jobs/linux/packages.yaml | 2 +- build/yaml/jobs/packages.yaml | 2 +- build/yaml/jobs/tests.yaml | 2 +- build/yaml/jobs/windows/binaries.yaml | 2 +- build/yaml/jobs/windows/packages.yaml | 2 +- build/yaml/jobs/windows/tests.yaml | 2 +- build/yaml/pipelines/ci.yaml | 2 +- build/yaml/pipelines/pr.yaml | 2 +- build/yaml/pipelines/signed.yaml | 2 +- .../azuredevops/componentgovernance.yaml | 2 +- .../azuredevops/downloadbuildartifacts.yaml | 2 +- .../azuredevops/publishbuildartifacts.yaml | 2 +- .../steps/azuredevops/publishsymbols.yaml | 2 +- build/yaml/steps/linux/binaries.yaml | 2 +- build/yaml/steps/linux/packages.yaml | 2 +- build/yaml/steps/microbuild/cleanup.yaml | 2 +- build/yaml/steps/microbuild/signing.yaml | 2 +- build/yaml/steps/windows/binaries.yaml | 2 +- build/yaml/steps/windows/nugetrestore.yaml | 2 +- build/yaml/steps/windows/packages.yaml | 2 +- build/yaml/steps/windows/tests.yaml | 2 +- inc/clr/extra/ILOpcodes.h | 2 +- inc/clr/extra/LegacyActivationShim.h | 191 +++-- inc/clr/extra/LegacyActivationShimDelayLoad.h | 8 +- inc/clr/extra/LegacyActivationShimUtil.h | 33 +- src/CMakeLists.txt | 2 +- src/Common.Lib/Common.Lib.vcxproj | 2 +- src/Common.Lib/CriticalSectionHolder.h | 2 +- src/Common.Lib/EventLoggingBase.cpp | 2 +- src/Common.Lib/EventLoggingBase.h | 2 +- src/Common.Lib/InitOnce.h | 2 +- src/Common.Lib/Macros.h | 2 +- src/Common.Lib/SafeFindFileHandle.h | 2 +- src/Common.Lib/Singleton.h | 2 +- src/Common.Lib/banned.h | 2 +- src/Common.Lib/stdafx.cpp | 2 +- src/Common.Lib/stdafx.h | 2 +- src/Common.Lib/tstring.h | 2 +- src/Dependencies/LegacyDependencies.csproj | 2 +- src/Dependencies/NativeDependencies.csproj | 2 +- src/Dependencies/WixDependencies.csproj | 2 +- .../Extensions.Base.Api.Tests.csproj | 2 +- .../ExtensionsBaseCallbacks.cs | 2 +- .../ExtensionsBaseLimitations.cs | 2 +- src/Extensions.Base.Api/BeginCallbacks.cs | 2 +- src/Extensions.Base.Api/BeginCallbacks.tt | 3 +- src/Extensions.Base.Api/EndCallbacks.cs | 2 +- src/Extensions.Base.Api/EndCallbacks.tt | 3 +- src/Extensions.Base.Api/ExceptionCallbacks.cs | 2 +- src/Extensions.Base.Api/ExceptionCallbacks.tt | 3 +- .../Extensions.Base.Api.csproj | 2 +- src/Extensions.Base.Api/NativeMethods.cs | 2 +- src/Extensions.Base.Api/PublicContract.cs | 2 +- src/Extensions.Base.Api/PublicContract.tt | 3 +- src/Extensions.Base/Extensions.Base.filters | 2 +- src/Extensions.Base/Extensions.Base.vcxproj | 2 +- src/Extensions.Base/HostExtension.cpp | 2 +- src/Extensions.Base/HostExtension.def | 2 +- src/Extensions.Base/HostExtension.h | 2 +- src/Extensions.Base/HostExtension.idl | 2 +- src/Extensions.Base/HostExtensionExport.cpp | 2 +- src/Extensions.Base/dllmain.cpp | 2 +- src/Extensions.Base/dllmain.h | 2 +- src/Extensions.Base/stdafx.cpp | 2 +- src/Extensions.Base/stdafx.h | 2 +- ...ft.InstrumentationEngine.Extensions.config | 2 +- ...ft.InstrumentationEngine.Extensions.config | 2 +- src/Extensions.BaseLib/AssemblyInfo.h | 2 +- src/Extensions.BaseLib/CallbacksEmitter.cpp | 2 +- src/Extensions.BaseLib/CallbacksEmitter.h | 2 +- .../DecorationCallbacksInfoReader.cpp | 2 +- .../Extensions.BaseLib.vcxproj | 2 +- src/Extensions.BaseLib/HostExtensionBase.cpp | 2 +- src/Extensions.BaseLib/HostExtensionBase.h | 2 +- .../MethodInfoDataContainerAdatpter.cpp | 2 +- src/Extensions.BaseLib/MethodRecord.cpp | 2 +- .../ModuleMetaDataLoader.cpp | 2 +- src/Extensions.BaseLib/ModuleMetaDataLoader.h | 2 +- src/Extensions.BaseLib/stdafx.cpp | 2 +- src/Extensions.BaseLib/stdafx.h | 2 +- src/ExtensionsCommon/AgentTls.h | 2 +- src/ExtensionsCommon/AgentTrace.h | 2 +- src/ExtensionsCommon/AgentValidation.h | 2 +- src/ExtensionsCommon/CrtDiagnostics.cpp | 2 +- src/ExtensionsCommon/CrtDiagnostics.h | 2 +- src/ExtensionsCommon/DataContainerAdapter.cpp | 2 +- src/ExtensionsCommon/DataContainerAdapter.h | 2 +- src/ExtensionsCommon/DataItemContainer.cpp | 2 +- src/ExtensionsCommon/DataItemContainer.h | 2 +- .../DecorationCallbackInfo.cpp | 2 +- src/ExtensionsCommon/DecorationCallbackInfo.h | 2 +- .../DecorationCallbackRefInfo.h | 2 +- .../DecorationCallbacksInfo.cpp | 2 +- .../DecorationCallbacksInfo.h | 2 +- .../DecorationCallbacksInfoReader.cpp | 2 +- .../DecorationCallbacksInfoReader.h | 2 +- .../DecorationCallbacksInfoStaticReader.cpp | 2 +- .../DecorationCallbacksInfoStaticReader.h | 2 +- src/ExtensionsCommon/Environment.cpp | 2 +- src/ExtensionsCommon/Environment.h | 2 +- src/ExtensionsCommon/Exception.cpp | 2 +- src/ExtensionsCommon/Exception.h | 2 +- src/ExtensionsCommon/ExtensionsCommon.vcxproj | 2 +- src/ExtensionsCommon/FormatMessage.h | 2 +- src/ExtensionsCommon/ICodeInjector.h | 2 +- src/ExtensionsCommon/ICodeInjectorFwd.h | 2 +- src/ExtensionsCommon/INativeMethodsStubs.h | 2 +- .../InstructionDefineExtensions.h | 2 +- .../InstrumentationEngineDefs.h | 2 +- .../InstrumentationEngineInfraPointerDefs.h | 2 +- .../InstrumentationEnginePointerDefs.h | 2 +- .../InstrumentationMethodBase.cpp | 2 +- .../InstrumentationMethodBase.h | 2 +- .../InstrumentationMethodExceptionsImplT.h | 2 +- .../InstrumentationMethodUtils.h | 2 +- src/ExtensionsCommon/InteropHelpers.h | 2 +- .../InteropInstrumentationHandler.cpp | 2 +- .../InteropInstrumentationHandler.h | 2 +- src/ExtensionsCommon/LoadArgumentsHelper.cpp | 2 +- src/ExtensionsCommon/LoadArgumentsHelper.h | 2 +- .../ManagedRedirectCodeInjector.cpp | 2 +- .../ManagedRedirectCodeInjector.h | 2 +- .../MethodInfoDataContainerAdatpter.h | 2 +- .../MethodInstrumentationInfoCollection.cpp | 2 +- .../MethodInstrumentationInfoCollection.h | 2 +- .../MethodInstrumentationInfoKey.cpp | 2 +- .../MethodInstrumentationInfoKey.h | 2 +- src/ExtensionsCommon/MethodRecord.h | 2 +- src/ExtensionsCommon/ModuleHandle.cpp | 2 +- src/ExtensionsCommon/ModuleHandle.h | 2 +- src/ExtensionsCommon/ModuleUtils.cpp | 2 +- src/ExtensionsCommon/ModuleUtils.h | 2 +- ...ativeInstanceMethodInstrumentationInfo.cpp | 2 +- .../NativeInstanceMethodInstrumentationInfo.h | 2 +- .../NativeInstanceMethodsCodeInjector.cpp | 2 +- .../NativeInstanceMethodsCodeInjector.h | 2 +- src/ExtensionsCommon/PathUtils.cpp | 2 +- src/ExtensionsCommon/PathUtils.h | 2 +- src/ExtensionsCommon/Precompiled.h | 2 +- src/ExtensionsCommon/ProfilerHostServices.h | 2 +- .../ProfilerManagerHostBase.cpp | 2 +- .../ProfilerManagerHostBase.h | 2 +- src/ExtensionsCommon/ReflectionHelper.cpp | 2 +- src/ExtensionsCommon/ReflectionHelper.h | 2 +- src/ExtensionsCommon/TextUtils.cpp | 2 +- src/ExtensionsCommon/TextUtils.h | 2 +- .../WellKnownInstrumentationDefs.cpp | 2 +- .../WellKnownInstrumentationDefs.h | 2 +- src/ExtensionsCommon/WellKnownMethodInfo.cpp | 2 +- src/ExtensionsCommon/WellKnownMethodInfo.h | 2 +- src/ExtensionsCommon/WellKnownTypeInfo.cpp | 2 +- src/ExtensionsCommon/WellKnownTypeInfo.h | 2 +- src/ExtensionsCommon/stdafx.cpp | 2 +- src/ExtensionsCommon/stdafx.h | 2 +- src/ExtensionsCommon/targetver.h | 2 +- src/ExtensionsHostLib/CExtensionsHost.cpp | 2 +- src/ExtensionsHostLib/CExtensionsHost.h | 2 +- src/ExtensionsHostLib/CMakeLists.txt | 2 +- .../ExtensionsHostLib.vcxproj | 2 +- .../Platform/CExtensionsHostUnix.h | 2 +- .../Platform/CExtensionsHostWindows.h | 2 +- .../RawProfilerHookLoader.cpp | 2 +- src/ExtensionsHostLib/RawProfilerHookLoader.h | 2 +- .../RawProfilerHookSettingsReader.cpp | 2 +- .../RawProfilerHookSettingsReader.h | 2 +- src/ExtensionsHostLib/stdafx.cpp | 2 +- src/ExtensionsHostLib/stdafx.h | 2 +- src/InstrumentationEngine.Api/CMakeLists.txt | 2 +- .../InstrumentationEngine.Api.vcxproj | 2 +- .../InstrumentationEngine.idl | 2 +- .../InstrumentationEngine_i.cpp | 2 +- src/InstrumentationEngine.Api/targetver.h | Bin 766 -> 830 bytes .../Common/Installer/features.wxi | 2 +- .../Common/Wixlib/components.wxi | 2 +- .../Common/Wixlib/directories.wxi | 2 +- .../InstrumentationEngine.Module.wixproj | 2 +- .../Module/InstrumentationEngine.Module.wxs | 2 +- .../InstrumentationEngine.Installer.wixproj | 2 +- .../InstrumentationEngine.Installer.wxs | 2 +- .../InstrumentationEngine.Fragment.wixproj | 2 +- .../InstrumentationEngine.Fragment.wxs | 2 +- src/InstrumentationEngine.Lib/CMakeLists.txt | 2 +- .../ConfigurationLoader.cpp | 2 +- .../ConfigurationLoader.h | 2 +- .../DebugLoggerSink.cpp | 2 +- .../DebugLoggerSink.h | 2 +- .../EventLoggerSink.cpp | 2 +- .../EventLoggerSink.h | 2 +- src/InstrumentationEngine.Lib/File.h | 2 +- .../FileLoggerSink.cpp | 2 +- .../FileLoggerSink.h | 2 +- .../HostLoggerSink.cpp | 2 +- .../HostLoggerSink.h | 2 +- .../ImplQueryInterface.cpp | 2 +- .../ImplQueryInterface.h | 2 +- .../InstrumentationEngine.Lib.vcxproj | 2 +- .../InstrumentationMethod.cpp | 2 +- .../InstrumentationMethod.h | 2 +- .../LoggerService.cpp | 2 +- src/InstrumentationEngine.Lib/LoggerService.h | 2 +- src/InstrumentationEngine.Lib/LoggerSink.h | 2 +- src/InstrumentationEngine.Lib/Logging.cpp | 2 +- src/InstrumentationEngine.Lib/Logging.h | 2 +- src/InstrumentationEngine.Lib/SharedArray.h | 2 +- .../SignatureValidator.cpp | 2 +- .../SignatureValidator.h | 2 +- src/InstrumentationEngine.Lib/Util.h | 2 +- src/InstrumentationEngine.Lib/refcount.cpp | 2 +- src/InstrumentationEngine.Lib/refcount.h | 2 +- src/InstrumentationEngine.Lib/stdafx.cpp | 2 +- src/InstrumentationEngine.Lib/stdafx.h | 2 +- src/InstrumentationEngine.Lib/targetver.h | 2 +- .../InstrumentationEngine.Headers.nuspec | 2 +- ...InstrumentationEngine.Nuget.Headers.csproj | 2 +- .../InstrumentationEngine.Nuget.csproj | 2 +- .../InstrumentationEngine.nuspec | 2 +- src/InstrumentationEngine.NuGet/install.ps1 | 2 +- .../InstrumentationEngine.Preinstall.csproj | 2 +- .../applicationHost.xdt | 2 +- .../scmApplicationHost.xdt | 2 +- .../EventLogger.cpp | 2 +- .../EventLogger.h | 2 +- ...umentationEngine.ProfilerProxy.Lib.vcxproj | 2 +- .../InstrumentationEngineVersion.cpp | 2 +- .../InstrumentationEngineVersion.h | 2 +- .../stdafx.cpp | 2 +- .../stdafx.h | 2 +- ...nstrumentationEngine.ProfilerProxy.vcxproj | 2 +- .../ProxyLogging.cpp | 2 +- .../ProxyLogging.h | 2 +- .../dllmain.cpp | 2 +- .../stdafx.cpp | 2 +- .../stdafx.h | 2 +- .../AppDomainCollection.cpp | 2 +- .../AppDomainCollection.h | 2 +- src/InstrumentationEngine/AppDomainInfo.cpp | 2 +- src/InstrumentationEngine/AppDomainInfo.h | 2 +- src/InstrumentationEngine/ArrayType.cpp | 2 +- src/InstrumentationEngine/ArrayType.h | 2 +- src/InstrumentationEngine/AssemblyInfo.cpp | 2 +- src/InstrumentationEngine/AssemblyInfo.h | 2 +- .../AssemblyInjector.cpp | 2 +- src/InstrumentationEngine/AssemblyInjector.h | 2 +- src/InstrumentationEngine/AtlModule.cpp | 2 +- src/InstrumentationEngine/AtlModule.h | 2 +- src/InstrumentationEngine/CMakeLists.txt | 2 +- .../CachedILMethodBody.h | 2 +- src/InstrumentationEngine/ClrVersion.h | 2 +- src/InstrumentationEngine/CompositeType.cpp | 2 +- src/InstrumentationEngine/CompositeType.h | 2 +- src/InstrumentationEngine/CorHeaders.cpp | 2 +- src/InstrumentationEngine/CorHeaders.h | 2 +- src/InstrumentationEngine/CorMethodMalloc.cpp | 2 +- src/InstrumentationEngine/CorMethodMalloc.h | 2 +- .../CorProfilerFunctionControlWrapper.cpp | 2 +- .../CorProfilerFunctionControlWrapper.h | 2 +- .../CorProfilerInfoWrapper.cpp | 2 +- .../CorProfilerInfoWrapper.h | 2 +- src/InstrumentationEngine/DataContainer.cpp | 2 +- src/InstrumentationEngine/DataContainer.h | 2 +- src/InstrumentationEngine/EnumeratorImpl.h | 2 +- src/InstrumentationEngine/ExceptionClause.cpp | 2 +- src/InstrumentationEngine/ExceptionClause.h | 2 +- .../ExceptionSection.cpp | 2 +- src/InstrumentationEngine/ExceptionSection.h | 2 +- src/InstrumentationEngine/FunctionType.cpp | 2 +- src/InstrumentationEngine/FunctionType.h | 2 +- .../GenericInstanceType.cpp | 2 +- .../GenericInstanceType.h | 2 +- .../GenericParameterType.cpp | 2 +- .../GenericParameterType.h | 2 +- src/InstrumentationEngine/InlineSite.cpp | 2 +- src/InstrumentationEngine/InlineSite.h | 2 +- src/InstrumentationEngine/InlineSiteMap.cpp | 2 +- src/InstrumentationEngine/InlineSiteMap.h | 2 +- src/InstrumentationEngine/Instruction.cpp | 2 +- src/InstrumentationEngine/Instruction.h | 2 +- .../InstructionFactory.cpp | 2 +- .../InstructionFactory.h | 2 +- .../InstructionGraph.cpp | 2 +- src/InstrumentationEngine/InstructionGraph.h | 2 +- .../InstrumentationEngine.rc | 2 +- .../InstrumentationEngine.rc2 | 2 +- .../InstrumentationEngine.vcxproj | 2 +- .../InstrumentationMethodEvents.h | 2 +- .../LocalVariableCollection.cpp | 2 +- .../LocalVariableCollection.h | 2 +- src/InstrumentationEngine/LoggingWrapper.h | 2 +- src/InstrumentationEngine/MethodInfo.cpp | 2 +- src/InstrumentationEngine/MethodInfo.h | 2 +- src/InstrumentationEngine/MethodInfoCleanup.h | 2 +- src/InstrumentationEngine/MethodJitInfo.cpp | 2 +- src/InstrumentationEngine/MethodJitInfo.h | 2 +- src/InstrumentationEngine/MethodLocal.cpp | 2 +- src/InstrumentationEngine/MethodLocal.h | 2 +- src/InstrumentationEngine/MethodParameter.cpp | 2 +- src/InstrumentationEngine/MethodParameter.h | 2 +- src/InstrumentationEngine/ModifierType.cpp | 2 +- src/InstrumentationEngine/ModifierType.h | 2 +- src/InstrumentationEngine/ModuleInfo.cpp | 2 +- src/InstrumentationEngine/ModuleInfo.h | 2 +- src/InstrumentationEngine/ProfilerManager.cpp | 2 +- src/InstrumentationEngine/ProfilerManager.h | 2 +- src/InstrumentationEngine/SigParser.h | 2 +- .../SignatureBuilder.cpp | 2 +- src/InstrumentationEngine/SignatureBuilder.h | 2 +- src/InstrumentationEngine/SimpleType.cpp | 2 +- src/InstrumentationEngine/SimpleType.h | 2 +- .../SingleRetDefaultInstrumentation.cpp | 2 +- .../SingleRetDefaultInstrumentation.h | 2 +- src/InstrumentationEngine/StrongName.cpp | 2 +- src/InstrumentationEngine/StrongName.h | 2 +- src/InstrumentationEngine/TokenType.cpp | 2 +- src/InstrumentationEngine/TokenType.h | 2 +- src/InstrumentationEngine/Type.cpp | 2 +- src/InstrumentationEngine/Type.h | 2 +- src/InstrumentationEngine/TypeCreator.cpp | 2 +- src/InstrumentationEngine/TypeCreator.h | 2 +- src/InstrumentationEngine/dllmain.cpp | 2 +- src/InstrumentationEngine/resource.h | 2 +- src/InstrumentationEngine/stdafx.cpp | 2 +- src/InstrumentationEngine/stdafx.h | 2 +- src/InstrumentationEngine/targetver.h | 2 +- src/Scripts/DockerLocalBuild.ps1 | 2 +- src/TestHostExtension/EnvironmentTests.cpp | 2 +- .../InstrumentedMethodsCollectionTests.h | 2 +- .../InteropInstrumentationHandlerTests.cpp | 2 +- .../MethodInfoDataContainerAdatpter.cpp | 2 +- src/TestHostExtension/MethodInfoMock.cpp | 2 +- src/TestHostExtension/MethodInfoMock.h | 2 +- .../ModuleMetaDataLoaderTests.cpp | 2 +- .../TestsHostExtension.vcxproj | 2 +- src/TestHostExtension/stdafx.cpp | 2 +- src/TestHostExtension/stdafx.h | 2 +- src/build.sh | 3 +- src/unix/dependencies/nuget.template.config | 2 +- src/unix/docker/docker-build.sh | 3 +- src/unix/docker/docker-rm.sh | 3 +- .../dockerfiles/build/alpine/Dockerfile | 2 +- .../dockerfiles/build/ubuntu/Dockerfile | 2 +- src/unix/inc/_vsassert.h | 2 +- src/unix/inc/cvconst.h | 9 +- src/unix/inc/ehdata.h | 2 +- src/unix/inc/midl/guiddef.h | 2 +- src/unix/inc/midl/rpc.h | 2 +- src/unix/inc/midl/rpcndr.h | 2 +- src/unix/inc/no_sal.h | 2 +- src/unix/inc/no_sal2.h | 7 +- src/unix/inc/ole.h | 2 +- src/unix/inc/palrt2.h | 2 +- src/unix/inc/propidl.h | 2 +- src/unix/inc/unix.h | 2 +- src/unix/scripts/clean-credentials.sh | 3 +- src/unix/scripts/generateexportedsymbols.awk | 2 +- src/unix/scripts/generateredefinesheader.awk | 2 +- src/unix/scripts/generatesymbolredefines.awk | 2 +- src/unix/scripts/prep-credentials.sh | 3 +- src/unix/scripts/unixexports.src | 2 +- src/unix/src/CMakeLists.txt | 2 +- src/unix/src/atl/CMakeLists.txt | 2 +- src/unix/src/atl/atl.cpp | 2 +- src/unix/src/com/combase.cpp | 2 +- src/unix/src/com/objbase.cpp | 2 +- src/unix/src/com/oleaut32.cpp | 2 +- src/unix/src/include/dbgmsg.h | 4 +- src/unix/src/include/heap.h | 2 +- src/unix/src/memory/gmem.cpp | 6 +- src/unix/src/memory/memorystream.cpp | 7 +- src/unix/src/misc/file.cpp | 2 +- src/unix/src/misc/pal.cpp | 2 +- src/unix/src/misc/resource.cpp | 2 +- src/unix/src/misc/strsafe.cpp | 2 +- src/unix/src/misc/sync.cpp | 2 +- src/unix/src/misc/threading.cpp | 2 +- src/unix/src/misc/utils.cpp | 2 +- src/unix/src/pch.cpp | 2 +- src/unix/src/pch.h | 2 +- .../Intercept.2.0.1.Tests/Constants.cs | 2 +- .../Intercept.2.0.1.Tests.csproj | 2 +- .../Intercept.Latest.Tests/Constants.cs | 2 +- .../Intercept.Latest.Tests.csproj | 2 +- .../InterceptDecorateTests.cs | 2 +- .../Intercept.Shared.Tests.shproj | 2 +- .../InterceptAssemblyRedirector.cs | 2 +- .../InterceptDecorateTests.cs | 2 +- .../Intercept.Shared.Tests/Shared.projitems | 2 +- .../Intercept.Shared.Tests/TestEngine.cs | 2 +- .../EmbeddedResources/BasicManagedTests.cs | 2 +- .../EmbeddedResources/BasicManagedTests2.cs | 2 +- .../EmbeddedResources/DynamicCodeTests.cs | 2 +- .../EmbeddedResources/ExceptionTests.cs | 2 +- .../EmbeddedResources/HttpMethodTests.cs | 2 +- .../EmbeddedResources/InjectToMscorlibTest.cs | 2 +- .../InstruOperationsTests.cs | 2 +- .../EmbeddedResources/LocalTests.cs | 2 +- .../MethodReplacementTests.cs | 2 +- .../RuntimeExceptionCallbacks.cs | 2 +- .../InstrEngineTests/InstrEngineTests.csproj | 2 +- .../InstrEngineTests/NativeMethods.cs | 2 +- .../InstrEngineTests/PathUtils.cs | 2 +- .../InstrEngineTests/ProfilerHelpers.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RuntimeExceptionCallbacks.cs | 2 +- .../InstrEngineTests/TargetAppCompiler.cs | 2 +- .../InstrEngineTests/TestAddInstruction.cs | 2 +- .../InstrEngineTests/TestConstants.cs | 2 +- .../InstrEngineTests/TestDynamicCode.cs | 2 +- .../InstrEngineTests/TestException.cs | 2 +- .../InstrEngineTests/TestHttpMethods.cs | 2 +- .../InstrEngineTests/TestInjectToMscorlib.cs | 2 +- .../InstrEngineTests/TestInstruOperations.cs | 2 +- .../InstrEngineTests/TestLocals.cs | 2 +- .../InstrEngineTests/TestMethodReplacement.cs | 2 +- .../InstrEngineTests/TestOperand.cs | 2 +- .../InstrEngineTests/TestParameters.cs | 2 +- .../InstrEngineTests/TestRejit.cs | 2 +- .../InstrEngineTests/TestRoundTrip.cs | 2 +- .../NaglerInstrumentMethodEntry.h | 2 +- .../NaglerInstrumentationMethod.cpp | 2 +- .../NaglerInstrumentationMethod.h | 2 +- .../NaglerInstrumentationMethod.rc | 2 +- .../NaglerInstrumentationMethod.vcxproj | 2 +- .../NaglerInstrumentationMethodHost.cpp | 2 +- .../NaglerInstrumentationMethod_x64.xml | 2 +- .../NaglerInstrumentationMethod_x86.xml | 2 +- .../NaglerInstrumentationMethod/Util.h | 2 +- .../NaglerInstrumentationMethod/dllmain.cpp | 2 +- .../NaglerInstrumentationMethod/dllmain.h | 2 +- .../NaglerInstrumentationMethod/resource.h | 2 +- .../NaglerInstrumentationMethod/stdafx.cpp | 2 +- .../NaglerInstrumentationMethod/stdafx.h | 2 +- .../NaglerInstrumentationMethod/targetver.h | 2 +- .../CConfigurationLoaderTests.cpp | 2 +- .../InstrumentationEngine.Lib.Tests.vcxproj | 2 +- .../InstrumentationMethodTests.cpp | 2 +- .../LoggingTests.cpp | 2 +- .../SignatureValidatorTests.cpp | 2 +- .../TestLoggerService.h | 2 +- .../TestLoggingHost.h | 2 +- .../stdafx.cpp | 2 +- .../InstrumentationEngine.Lib.Tests/stdafx.h | 2 +- .../targetver.h | 2 +- .../utiltests.cpp | 2 +- .../EventLoggerTests.cpp | 2 +- ...entationEngine.ProfilerProxy.Tests.vcxproj | 2 +- .../InstrumentationEngineVersionTests.cpp | 2 +- .../TestEventLogger.h | 2 +- .../stdafx.cpp | 2 +- .../stdafx.h | 2 +- .../ProcessExtensions.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RawProfilerHook.Tests.csproj | 2 +- .../TestEngine/TestEngine.cs | 2 +- .../TestsRawProfilerHookAttach.cs | 2 +- .../RawProfilerHook/CoRawProfilerHook.cpp | 2 +- .../RawProfilerHook/CoRawProfilerHook.h | 2 +- .../RawProfilerHook/RawProfilerHook.cpp | 2 +- .../RawProfilerHook/RawProfilerHook.def | 2 +- .../RawProfilerHook/RawProfilerHook.idl | 2 +- .../RawProfilerHook/RawProfilerHook.rc | Bin 5636 -> 5700 bytes .../RawProfilerHook/RawProfilerHook.vcxproj | 2 +- .../RawProfilerHook/RawProfilerHookps.def | 2 +- .../RawProfilerHook/dllmain.cpp | 2 +- .../RawProfilerHook/RawProfilerHook/dllmain.h | 2 +- .../RawProfilerHook/stdafx.cpp | 2 +- .../RawProfilerHook/RawProfilerHook/stdafx.h | 2 +- .../RawProfilerHook/targetver.h | 2 +- tests/TestSettings/x64.runsettings | 2 +- tests/TestSettings/x86.runsettings | 2 +- verifyCopyrightHeaders.ps1 | 102 +++ 502 files changed, 738 insertions(+), 1334 deletions(-) delete mode 100644 Instrumentation Engine SDK EULA.rtf create mode 100644 verifyCopyrightHeaders.ps1 diff --git a/.editorconfig b/.editorconfig index a1cf6ee7..5393d844 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # EditorConfig is awesome: http://EditorConfig.org # This configuration is respected by multiple editors diff --git a/.gitattributes b/.gitattributes index cb6695a9..9313b6cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Use unix line endings on scripts so that they can be run on unix even when pulled with windows git *.sh text eol=lf diff --git a/.gitignore b/.gitignore index d6f8aad5..476d9381 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/CODEOWNERS b/CODEOWNERS index 78199618..0eb56314 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,4 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + * @Microsoft/clr-instrumentation-engine-owners \ No newline at end of file diff --git a/EnlistmentRoot.marker b/EnlistmentRoot.marker index e69de29b..d558d9b8 100644 --- a/EnlistmentRoot.marker +++ b/EnlistmentRoot.marker @@ -0,0 +1,2 @@ +Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the MIT License. \ No newline at end of file diff --git a/Instrumentation Engine SDK EULA.rtf b/Instrumentation Engine SDK EULA.rtf deleted file mode 100644 index abbcbacd..00000000 --- a/Instrumentation Engine SDK EULA.rtf +++ /dev/null @@ -1,653 +0,0 @@ -{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff140\deff0\stshfdbch31506\stshfloch31506\stshfhich31506\stshfbi31507\deflang1033\deflangfe2052\themelang1033\themelangfe2052\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f2\fbidi \fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;} -{\f3\fbidi \froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;}{\f10\fbidi \fnil\fcharset2\fprq2{\*\panose 05000000000000000000}Wingdings;} -{\f11\fbidi \fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}MS Mincho{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};}{\f13\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}SimSun{\*\falt \'cb\'ce\'cc\'e5};} -{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\f129\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}@SimSun;} -{\f140\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604030504040204}Tahoma;}{\f141\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0603020202020204}Trebuchet MS;}{\f430\fbidi \fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}@MS Mincho;} -{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbmajor\f31501\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}SimSun{\*\falt \'cb\'ce\'cc\'e5};} -{\fhimajor\f31502\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria;}{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbminor\f31505\fbidi \fnil\fcharset134\fprq2{\*\panose 02010600030101010101}SimSun{\*\falt \'cb\'ce\'cc\'e5};} -{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f431\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\f432\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f434\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f435\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f436\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\f437\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f438\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f439\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f451\fbidi \fmodern\fcharset238\fprq1 Courier New CE;} -{\f452\fbidi \fmodern\fcharset204\fprq1 Courier New Cyr;}{\f454\fbidi \fmodern\fcharset161\fprq1 Courier New Greek;}{\f455\fbidi \fmodern\fcharset162\fprq1 Courier New Tur;}{\f456\fbidi \fmodern\fcharset177\fprq1 Courier New (Hebrew);} -{\f457\fbidi \fmodern\fcharset178\fprq1 Courier New (Arabic);}{\f458\fbidi \fmodern\fcharset186\fprq1 Courier New Baltic;}{\f459\fbidi \fmodern\fcharset163\fprq1 Courier New (Vietnamese);} -{\f543\fbidi \fmodern\fcharset0\fprq1 MS Mincho Western{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};}{\f541\fbidi \fmodern\fcharset238\fprq1 MS Mincho CE{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};} -{\f542\fbidi \fmodern\fcharset204\fprq1 MS Mincho Cyr{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};}{\f544\fbidi \fmodern\fcharset161\fprq1 MS Mincho Greek{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};} -{\f545\fbidi \fmodern\fcharset162\fprq1 MS Mincho Tur{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};}{\f548\fbidi \fmodern\fcharset186\fprq1 MS Mincho Baltic{\*\falt \'82\'6c\'82\'72 \'96\'be\'92\'a9};} -{\f563\fbidi \fnil\fcharset0\fprq2 SimSun Western{\*\falt \'cb\'ce\'cc\'e5};}{\f771\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f772\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f774\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;} -{\f775\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f778\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f779\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\f801\fbidi \fswiss\fcharset238\fprq2 Calibri CE;} -{\f802\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\f804\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\f805\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\f806\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);} -{\f807\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\f808\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\f809\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\f1723\fbidi \fnil\fcharset0\fprq2 @SimSun Western;} -{\f1831\fbidi \fswiss\fcharset238\fprq2 Tahoma CE;}{\f1832\fbidi \fswiss\fcharset204\fprq2 Tahoma Cyr;}{\f1834\fbidi \fswiss\fcharset161\fprq2 Tahoma Greek;}{\f1835\fbidi \fswiss\fcharset162\fprq2 Tahoma Tur;} -{\f1836\fbidi \fswiss\fcharset177\fprq2 Tahoma (Hebrew);}{\f1837\fbidi \fswiss\fcharset178\fprq2 Tahoma (Arabic);}{\f1838\fbidi \fswiss\fcharset186\fprq2 Tahoma Baltic;}{\f1839\fbidi \fswiss\fcharset163\fprq2 Tahoma (Vietnamese);} -{\f1840\fbidi \fswiss\fcharset222\fprq2 Tahoma (Thai);}{\f1841\fbidi \fswiss\fcharset238\fprq2 Trebuchet MS CE;}{\f1842\fbidi \fswiss\fcharset204\fprq2 Trebuchet MS Cyr;}{\f1844\fbidi \fswiss\fcharset161\fprq2 Trebuchet MS Greek;} -{\f1845\fbidi \fswiss\fcharset162\fprq2 Trebuchet MS Tur;}{\f1848\fbidi \fswiss\fcharset186\fprq2 Trebuchet MS Baltic;}{\f4733\fbidi \fmodern\fcharset0\fprq1 @MS Mincho Western;}{\f4731\fbidi \fmodern\fcharset238\fprq1 @MS Mincho CE;} -{\f4732\fbidi \fmodern\fcharset204\fprq1 @MS Mincho Cyr;}{\f4734\fbidi \fmodern\fcharset161\fprq1 @MS Mincho Greek;}{\f4735\fbidi \fmodern\fcharset162\fprq1 @MS Mincho Tur;}{\f4738\fbidi \fmodern\fcharset186\fprq1 @MS Mincho Baltic;} -{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31520\fbidi \fnil\fcharset0\fprq2 SimSun Western{\*\falt \'cb\'ce\'cc\'e5};} -{\fhimajor\f31528\fbidi \froman\fcharset238\fprq2 Cambria CE;}{\fhimajor\f31529\fbidi \froman\fcharset204\fprq2 Cambria Cyr;}{\fhimajor\f31531\fbidi \froman\fcharset161\fprq2 Cambria Greek;}{\fhimajor\f31532\fbidi \froman\fcharset162\fprq2 Cambria Tur;} -{\fhimajor\f31535\fbidi \froman\fcharset186\fprq2 Cambria Baltic;}{\fhimajor\f31536\fbidi \froman\fcharset163\fprq2 Cambria (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} -{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} -{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} -{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\fdbminor\f31560\fbidi \fnil\fcharset0\fprq2 SimSun Western{\*\falt \'cb\'ce\'cc\'e5};}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;} -{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);} -{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);} -{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; -\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128; -\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;\cfollowedhyperlink\ctint255\cshade255\red128\green0\blue128;\cbackgroundone\ctint255\cshade255\red255\green255\blue255;}{\*\defchp \f31506\fs22\lang1033\langfe1033\langfenp1033 }{\*\defpap -\ql \fi-360\li360\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 -\af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \snext0 \sautoupd \sqformat \spriority0 \styrsid4934124 Normal;}{\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext1 \slink15 \sqformat \styrsid4934124 heading 1;}{\s2\ql \fi-363\li720\ri0\sb120\sa120\widctlpar\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl1\outlinelevel1\adjustright\rin0\lin720\itap0 \rtlch\fcs1 -\ab\af140\afs19\alang1025 \ltrch\fcs0 \b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext2 \slink16 \sunhideused \sqformat \styrsid4934124 heading 2;}{\s3\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar -\tx1077\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl2\outlinelevel2\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext3 \slink17 \sunhideused \sqformat \styrsid4934124 heading 3;}{\s4\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl3\outlinelevel3\adjustright\rin0\lin1435\itap0 \rtlch\fcs1 -\af140\afs19\alang1025 \ltrch\fcs0 \f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext4 \slink18 \sunhideused \sqformat \styrsid4934124 heading 4;}{\s5\ql \fi-357\li1792\ri0\sb120\sa120\widctlpar -\tx1792\jclisttab\tx2155\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl4\outlinelevel4\adjustright\rin0\lin1792\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext5 \slink19 \sunhideused \sqformat \styrsid4934124 heading 5;}{\s6\ql \fi-357\li2149\ri0\sb120\sa120\widctlpar\jclisttab\tx2152\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl5\outlinelevel5\adjustright\rin0\lin2149\itap0 \rtlch\fcs1 -\af140\afs19\alang1025 \ltrch\fcs0 \f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext6 \slink20 \sunhideused \sqformat \styrsid4934124 heading 6;}{\s7\ql \fi-357\li2506\ri0\sb120\sa120\widctlpar -\jclisttab\tx2509\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl6\outlinelevel6\adjustright\rin0\lin2506\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext7 \slink21 \sunhideused \sqformat \styrsid4934124 heading 7;}{\s8\ql \fi-357\li2863\ri0\sb120\sa120\widctlpar\jclisttab\tx2866\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl7\outlinelevel7\adjustright\rin0\lin2863\itap0 \rtlch\fcs1 -\af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext8 \slink22 \sunhideused \sqformat \styrsid4934124 heading 8;}{\s9\ql \fi-358\li3221\ri0\sb120\sa120\widctlpar -\jclisttab\tx3223\wrapdefault\aspalpha\aspnum\faauto\ls1\ilvl8\outlinelevel8\adjustright\rin0\lin3221\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext9 \slink23 \sunhideused \sqformat \styrsid4934124 heading 9;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\* -\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv -\ql \fi-360\li360\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \f31506\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext11 \ssemihidden \sunhideused -Normal Table;}{\*\cs15 \additive \rtlch\fcs1 \ab\af140\afs19 \ltrch\fcs0 \b\f140\fs19 \sbasedon10 \slink1 \slocked \styrsid4934124 Heading 1 Char;}{\*\cs16 \additive \rtlch\fcs1 \ab\af140\afs19 \ltrch\fcs0 \b\f140\fs19 -\sbasedon10 \slink2 \slocked \ssemihidden \styrsid4934124 Heading 2 Char;}{\*\cs17 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \f140\fs19 \sbasedon10 \slink3 \slocked \ssemihidden \styrsid4934124 Heading 3 Char;}{\*\cs18 \additive \rtlch\fcs1 -\af140\afs19 \ltrch\fcs0 \f140\fs19 \sbasedon10 \slink4 \slocked \ssemihidden \styrsid4934124 Heading 4 Char;}{\*\cs19 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \f140\fs19 \sbasedon10 \slink5 \slocked \ssemihidden \styrsid4934124 Heading 5 Char;}{\* -\cs20 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \f140\fs19 \sbasedon10 \slink6 \slocked \ssemihidden \styrsid4934124 Heading 6 Char;}{\*\cs21 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 -\sbasedon10 \slink7 \slocked \ssemihidden \styrsid4934124 Heading 7 Char;}{\*\cs22 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 \sbasedon10 \slink8 \slocked \ssemihidden \styrsid4934124 Heading 8 Char;}{\*\cs23 -\additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 \sbasedon10 \slink9 \slocked \ssemihidden \styrsid4934124 Heading 9 Char;}{\*\cs24 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \f0\ul\cf2 -\sbasedon10 \ssemihidden \sunhideused \styrsid4934124 Hyperlink;}{\s25\ql \li357\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext25 \styrsid4934124 Body 1;}{\s26\ql \fi-363\li720\ri0\sb120\sa120\widctlpar -\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls2\adjustright\rin0\lin720\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext26 \styrsid4934124 Bullet 2;}{\s27\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar\jclisttab\tx1080\wrapdefault\aspalpha\aspnum\faauto\ls3\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext27 \slink48 \styrsid4934124 Bullet 3;}{\s28\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 -\rtlch\fcs1 \ab\af140\afs28\alang1025 \ltrch\fcs0 \b\fs28\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext0 \styrsid4934124 Heading EULA;}{\s29\ql \li0\ri0\sb120\sa120\widctlpar\brdrb\brdrs\brdrw10\brsp20 -\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af140\afs28\alang1025 \ltrch\fcs0 \b\fs28\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext0 \styrsid4934124 -Heading Software Title;}{\s30\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext30 \styrsid4934124 Preamble;}{\s31\ql \li0\ri0\sb120\sa120\widctlpar\brdrt\brdrs\brdrw10\brsp20 -\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon30 \snext31 \styrsid4934124 -Preamble Border Above;}{\s32\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\snext0 \styrsid4934124 Body 0 Bold;}{\s33\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \snext0 \styrsid4934124 Body 0;}{\s34\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af140\afs16\alang1025 -\ltrch\fcs0 \fs16\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext34 \slink35 \ssemihidden \sunhideused \styrsid11950712 Balloon Text;}{\*\cs35 \additive \rtlch\fcs1 \af140\afs16 \ltrch\fcs0 -\fs16\loch\f140\hich\af140\dbch\af11 \sbasedon10 \slink34 \slocked \ssemihidden \styrsid11950712 Balloon Text Char;}{\s36\ql \fi-357\li357\ri0\sb120\sa120\widctlpar\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls4\adjustright\rin0\lin357\itap0 -\rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext36 \styrsid11950712 Bullet 1;}{\s37\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar -\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls5\adjustright\rin0\lin1435\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\sbasedon0 \snext37 \styrsid11950712 Bullet 4;}{\s38\ql \fi-357\li1792\ri0\sb120\sa120\widctlpar\jclisttab\tx1795\wrapdefault\aspalpha\aspnum\faauto\ls6\adjustright\rin0\lin1792\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext38 \styrsid11950712 Bullet 5;}{\s39\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar -\tx1077\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls7\ilvl2\outlinelevel2\adjustright\rin0\lin1077\itap0 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 -\sbasedon3 \snext39 \slink50 \styrsid11950712 Heading 3 Bold;}{\s40\ql \fi-358\li1435\ri0\sb120\sa120\widctlpar\jclisttab\tx1437\wrapdefault\aspalpha\aspnum\faauto\ls5\adjustright\rin0\lin1435\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\ul\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon37 \snext40 \styrsid11950712 Bullet 4 Underline;}{\*\cs41 \additive \rtlch\fcs1 \af140 \ltrch\fcs0 \f140\lang1033\langfe1033\langnp1033\langfenp1033 -\sbasedon10 \styrsid11950712 Body 2 Char;}{\*\cs42 \additive \rtlch\fcs1 \af140 \ltrch\fcs0 \f140\lang1033\langfe1033\langnp1033\langfenp1033 \sbasedon10 \styrsid11950712 Body 3 Char;}{\*\cs43 \additive \rtlch\fcs1 \af0\afs16 \ltrch\fcs0 \fs16 -\sbasedon10 \sunhideused \styrsid8850722 annotation reference;}{\s44\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af140\afs20\alang1025 \ltrch\fcs0 -\fs20\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext44 \slink45 \sunhideused \styrsid8850722 annotation text;}{\*\cs45 \additive \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\f140\hich\af140\dbch\af11 -\sbasedon10 \slink44 \slocked \styrsid8850722 Comment Text Char;}{\s46\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af140\afs20\alang1025 \ltrch\fcs0 -\b\fs20\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon44 \snext44 \slink47 \ssemihidden \sunhideused \styrsid8850722 annotation subject;}{\*\cs47 \additive \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 -\b\fs20\loch\f140\hich\af140\dbch\af11 \sbasedon45 \slink46 \slocked \ssemihidden \styrsid8850722 Comment Subject Char;}{\*\cs48 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 -\sbasedon10 \slink27 \slocked \styrsid2434661 Bullet 3 Char1;}{\s49\ql \fi-357\li357\ri0\sb120\sa120\widctlpar\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\ul\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon37 \snext49 \spriority0 \styrsid3941498 Bullet 4 Underlined;}{\*\cs50 \additive \rtlch\fcs1 \ab\af140\afs19 \ltrch\fcs0 -\b\fs19\loch\f140\hich\af140\dbch\af11 \sbasedon10 \slink39 \slocked \styrsid3941498 Heading 3 Bold Char;}{\s51\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs21\alang1025 \ltrch\fcs0 -\f37\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext51 \slink52 \ssemihidden \sunhideused \styrsid3941498 Plain Text;}{\*\cs52 \additive \rtlch\fcs1 \af0\afs21 \ltrch\fcs0 \f37\fs21 -\sbasedon10 \slink51 \slocked \ssemihidden \styrsid3941498 Plain Text Char;}{\s53\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext53 \slink54 \sunhideused \styrsid11152386 header;}{\*\cs54 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 -\sbasedon10 \slink53 \slocked \styrsid11152386 Header Char;}{\s55\ql \li0\ri0\widctlpar\tqc\tx4680\tqr\tx9360\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext55 \slink56 \sunhideused \styrsid11152386 footer;}{\*\cs56 \additive \rtlch\fcs1 \af140\afs19 \ltrch\fcs0 \fs19\loch\f140\hich\af140\dbch\af11 -\sbasedon10 \slink55 \slocked \styrsid11152386 Footer Char;}{\*\cs57 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf19 \sbasedon10 \ssemihidden \sunhideused \styrsid467576 FollowedHyperlink;}{ -\s58\ql \li720\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin720\itap0\contextualspace \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\f140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext58 \sqformat \spriority34 \styrsid12012125 List Paragraph;}}{\*\listtable{\list\listtemplateid-899113366{\listlevel\levelnfc4\levelnfcn4\leveljc0 -\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af0\afs20 \ltrch\fcs0 \b\i0\fs20\cf0\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc4 -\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af0\afs20 \ltrch\fcs0 \b\i0\fs20\fbias0\hres0\chhres0 \fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel -\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-358\li1435 -\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 -\ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers -\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid113718381}{\list\listtemplateid1122370636\listhybrid{\listlevel\levelnfc4 -\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \fbias0\hres0\chhres0 \fi-357\li720\jclisttab\tx723\lin720 }{\listlevel -\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1083\jclisttab\tx1083\lin1083 }{\listlevel\levelnfc23\levelnfcn23 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li1803\jclisttab\tx1803\lin1803 }{\listlevel\levelnfc23\levelnfcn23\leveljc0 -\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2523\jclisttab\tx2523\lin2523 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3243\jclisttab\tx3243\lin3243 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li3963\jclisttab\tx3963\lin3963 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li4683\jclisttab\tx4683\lin4683 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5403\jclisttab\tx5403\lin5403 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6123\jclisttab\tx6123\lin6123 }{\listname ;}\listid152650329}{\list\listtemplateid-355573436{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0 -\levelfollow0\levelstartat2\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc4\levelnfcn4\leveljc0 -\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af0\afs20 \ltrch\fcs0 \b\i0\fs20\fbias0\hres0\chhres0 \fi-357\li2247\jclisttab\tx2610\lin2247 }{\listlevel\levelnfc3\levelnfcn3 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-358\li1435\jclisttab\tx1437\lin1435 } -{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 -\fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 -\ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;} -\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid398096909}{\list\listtemplateid1928476992{\listlevel\levelnfc0\levelnfcn0\leveljc0 -\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc2 -\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \s39\fi-357\li1077\jclisttab\tx1440\lin1077 } -{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 -\fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 -\ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers -\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid398796681}{\list\listtemplateid789093748\listhybrid{\listlevel\levelnfc23 -\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid-317712510\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \s26\fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc23\levelnfcn23 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid477573462}{\list\listtemplateid830884688\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698703\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li1077\lin1077 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li1797\lin1797 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li2517\lin2517 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698703\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li3237\lin3237 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li3957\lin3957 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li4677\lin4677 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698703\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li5397\lin5397 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'07.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li6117\lin6117 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'08.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li6837\lin6837 }{\listname ;}\listid545946042}{\list\listtemplateid-1705225006{\listlevel\levelnfc0\levelnfcn0 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\cf0\fbias0\hres0\chhres0 \s1\fi-357\li357\jclisttab\tx360\lin357 }{\listlevel -\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \s2\fi-363\li720\jclisttab\tx720\lin720 -}{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \s3\fi-357\li1077 -\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\strike0\f141\fs20\ulnone\animtext0\striked0\fbias0\hres0\chhres0 \s4\fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers -\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\animtext0\striked0\fbias0\hres0\chhres0 \s5\fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \s6\fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \s7\fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255 -\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \s8\fi-357\li2863\jclisttab\tx2866\lin2863 } -{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \s9\fi-358\li3221 -\jclisttab\tx3223\lin3221 }{\listname ;}\listid752163927}{\list\listtemplateid1725578678{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 -\ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\cf0\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers -\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af0\afs20 \ltrch\fcs0 \b\i0\fs20\fbias0\hres0\chhres0 \fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0\levelnfcn0 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149\jclisttab\tx2152\lin2149 }{\listlevel -\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2506 -\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 -\fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid1107626792}{\list\listtemplateid-41362566\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \s37\fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3929 ?;}{\levelnumbers;} -\f10\fbias0\hres0\chhres0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2880 -\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23 -\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1559511898}{\list\listtemplateid-743794326\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid2033377338\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \s27\fi-357\li1077\jclisttab\tx1080\lin1077 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689 -\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691 -\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1567649130}{\list\listtemplateid419070574\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li1080\lin1080 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1800\lin1800 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext -\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li2520\lin2520 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext -\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li3240\lin3240 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext -\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3960\lin3960 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4680\lin4680 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext\leveltemplateid67698689 -\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5400\lin5400 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers -;}\f2\fbias0\hres0\chhres0 \fi-360\li6120\lin6120 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;} -\f10\fbias0\hres0\chhres0 \fi-360\li6840\lin6840 }{\listname ;}\listid1589268858}{\list\listtemplateid1818681268{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers -\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02\'01);}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\fs20\loch\af140\hich\af140\dbch\af0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af140\afs20 \ltrch\fcs0 \b\i0\f140\fs20\fbias0\hres0\chhres0 \fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-357\li1792\jclisttab\tx2155\lin1792 } -{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149 -\jclisttab\tx2152\lin2149 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 -\fi-357\li2506\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 -\ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid1743720866}{\list\listtemplateid1363474438\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid-1175557160\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \s38\fi-357\li1792\jclisttab\tx1795\lin1792 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689 -\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691 -\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid1848404271}{\list\listtemplateid-761117952\listhybrid{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li717\lin717 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li1437\lin1437 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'02.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li2157\lin2157 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698703\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li2877\lin2877 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li3597\lin3597 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li4317\lin4317 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698703\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li5037\lin5037 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698713\'02\'07.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li5757\lin5757 }{\listlevel\levelnfc2\levelnfcn2\leveljc2\leveljcn2\levelfollow0\levelstartat1\lvltentative -\levelspace0\levelindent0{\leveltext\leveltemplateid67698715\'02\'08.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-180\li6477\lin6477 }{\listname ;}\listid1870291363}{\list\listtemplateid1186249844\listhybrid{\listlevel\levelnfc23 -\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid1637229796\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \s36\fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc23\levelnfcn23 -\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li1440\jclisttab\tx1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li2160\jclisttab\tx2160\lin2160 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li2880\jclisttab\tx2880\lin2880 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li3600\jclisttab\tx3600\lin3600 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0 -{\leveltext\leveltemplateid67698693\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li4320\jclisttab\tx4320\lin4320 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698689\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0\hres0\chhres0 \fi-360\li5040\jclisttab\tx5040\lin5040 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\leveltemplateid67698691\'01o;}{\levelnumbers;}\f2\fbias0\hres0\chhres0 \fi-360\li5760\jclisttab\tx5760\lin5760 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\leveltemplateid67698693 -\'01\u-3929 ?;}{\levelnumbers;}\f10\fbias0\hres0\chhres0 \fi-360\li6480\jclisttab\tx6480\lin6480 }{\listname ;}\listid2054619191}{\list\listtemplateid1283233758{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li357\jclisttab\tx360\lin357 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab\ai0\af141\afs20 \ltrch\fcs0 \b\i0\f141\fs20\fbias0\hres0\chhres0 \fi-363\li720\jclisttab\tx720\lin720 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0 -\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\b\i0\f3\fs20\fbias0\hres0\chhres0 \fi-357\li1077\jclisttab\tx1440\lin1077 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0 -\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-358\li1435\jclisttab\tx1437\lin1435 }{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0 -\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'04.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\strike0\f141\fs20\ulnone\fbias0\hres0\chhres0 \fi-357\li1792\jclisttab\tx2155\lin1792 }{\listlevel\levelnfc0 -\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'05.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2149\jclisttab\tx2152\lin2149 } -{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-357\li2506 -\jclisttab\tx2509\lin2506 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02i.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 \b0\i0\f141\fs20\fbias0\hres0\chhres0 -\fi-357\li2863\jclisttab\tx2866\lin2863 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02A.;}{\levelnumbers;}\rtlch\fcs1 \ab0\ai0\af141\afs20 \ltrch\fcs0 -\b0\i0\f141\fs20\fbias0\hres0\chhres0 \fi-358\li3221\jclisttab\tx3223\lin3221 }{\listname ;}\listid2057971432}{\list\listtemplateid812297174{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02\'00);}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \b\hres0\chhres0 \fi-360\li717\lin717 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01);}{\levelnumbers\'01;} -\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li1077\lin1077 }{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02);}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 -\hres0\chhres0 \fi-360\li1437\lin1437 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'03(\'03);}{\levelnumbers\'02;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li1797\lin1797 } -{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'03(\'04);}{\levelnumbers\'02;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li2157\lin2157 }{\listlevel\levelnfc2\levelnfcn2\leveljc0 -\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'03(\'05);}{\levelnumbers\'02;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li2517\lin2517 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1 -\levelspace0\levelindent0{\leveltext\'02\'06.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li2877\lin2877 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext -\'02\'07.;}{\levelnumbers\'01;}\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li3237\lin3237 }{\listlevel\levelnfc2\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'08.;}{\levelnumbers\'01;} -\rtlch\fcs1 \af0 \ltrch\fcs0 \hres0\chhres0 \fi-360\li3597\lin3597 }{\listname ;}\listid2106000387}}{\*\listoverridetable{\listoverride\listid752163927\listoverridecount9{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat -\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel -\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}\ls1}{\listoverride\listid477573462\listoverridecount0\ls2}{\listoverride\listid1567649130\listoverridecount0\ls3}{\listoverride\listid2054619191\listoverridecount0\ls4} -{\listoverride\listid1559511898\listoverridecount0\ls5}{\listoverride\listid1848404271\listoverridecount0\ls6}{\listoverride\listid398796681\listoverridecount0\ls7}{\listoverride\listid545946042\listoverridecount0\ls8}{\listoverride\listid752163927 -\listoverridecount9{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel -\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}\ls9}{\listoverride\listid1870291363\listoverridecount0\ls10} -{\listoverride\listid152650329\listoverridecount0\ls11}{\listoverride\listid1589268858\listoverridecount0\ls12}{\listoverride\listid2057971432\listoverridecount0\ls13}{\listoverride\listid398096909\listoverridecount0\ls14}{\listoverride\listid752163927 -\listoverridecount0\ls15}{\listoverride\listid1107626792\listoverridecount0\ls16}{\listoverride\listid113718381\listoverridecount0\ls17}{\listoverride\listid2106000387\listoverridecount0\ls18}{\listoverride\listid398796681\listoverridecount0\ls19} -{\listoverride\listid752163927\listoverridecount9{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel -\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}\ls20}{\listoverride\listid1743720866 -\listoverridecount0\ls21}{\listoverride\listid752163927\listoverridecount9{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1} -{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}{\lfolevel\listoverridestartat\levelstartat1}\ls22}}{\*\pgptbl {\pgp\ipgp0 -\itap0\li0\ri0\sb0\sa0}{\pgp\ipgp0\itap0\li0\ri0\sb0\sa0}{\pgp\ipgp0\itap0\li0\ri0\sb0\sa0}}{\*\rsidtbl \rsid79668\rsid150779\rsid205024\rsid211660\rsid263352\rsid467576\rsid489647\rsid528777\rsid686391\rsid811503\rsid1145719\rsid1250686\rsid1256927 -\rsid1335391\rsid1664458\rsid1714580\rsid1783690\rsid2040850\rsid2063302\rsid2240674\rsid2434661\rsid2633486\rsid2635842\rsid2695079\rsid2902063\rsid2965976\rsid3041209\rsid3085606\rsid3164328\rsid3221320\rsid3349539\rsid3418540\rsid3436302\rsid3634687 -\rsid3875660\rsid3882158\rsid3882522\rsid3941498\rsid4001751\rsid4009977\rsid4149814\rsid4269848\rsid4348820\rsid4416060\rsid4537652\rsid4611858\rsid4742223\rsid4748609\rsid4801980\rsid4805534\rsid4805706\rsid4868258\rsid4929965\rsid4934124\rsid4993987 -\rsid5063852\rsid5113462\rsid5262441\rsid5309509\rsid5453941\rsid5467606\rsid5471954\rsid5529363\rsid5720387\rsid6041555\rsid6124814\rsid6171721\rsid6292707\rsid6364904\rsid6424248\rsid6496414\rsid6561381\rsid6561464\rsid6584761\rsid6620178\rsid6643510 -\rsid6643866\rsid6755756\rsid6828031\rsid6833860\rsid7040710\rsid7080991\rsid7091446\rsid7099326\rsid7164669\rsid7235776\rsid7344474\rsid7420369\rsid7503579\rsid7698999\rsid7741418\rsid7756319\rsid7879410\rsid8007569\rsid8192904\rsid8205106\rsid8334492 -\rsid8455816\rsid8522647\rsid8528894\rsid8586851\rsid8662808\rsid8786412\rsid8850722\rsid8860236\rsid8921755\rsid9004944\rsid9072635\rsid9135771\rsid9176743\rsid9306427\rsid9327073\rsid9380011\rsid9399500\rsid9448986\rsid9465849\rsid9569729\rsid9577151 -\rsid9584906\rsid9716316\rsid9722926\rsid9728818\rsid9835407\rsid9860113\rsid9860928\rsid9902756\rsid10229211\rsid10428435\rsid10512751\rsid11152386\rsid11303858\rsid11304948\rsid11408012\rsid11496807\rsid11677882\rsid11686924\rsid11690930\rsid11871109 -\rsid11950712\rsid12012125\rsid12545879\rsid12584315\rsid12602360\rsid12868905\rsid12871194\rsid13044270\rsid13056010\rsid13066823\rsid13513072\rsid13660302\rsid13661834\rsid13776901\rsid13967657\rsid14034033\rsid14056646\rsid14244630\rsid14293912 -\rsid14435085\rsid14495379\rsid14500122\rsid14507627\rsid14510140\rsid14637322\rsid14684443\rsid14685080\rsid14707821\rsid14712272\rsid14958727\rsid15278441\rsid15287965\rsid15364209\rsid15407524\rsid15494051\rsid15498558\rsid15539022\rsid15602361 -\rsid15602734\rsid15749471\rsid15804309\rsid15809401\rsid15816558\rsid15949319\rsid16065250\rsid16073823\rsid16084478\rsid16334972\rsid16388644\rsid16405449\rsid16535203\rsid16537650\rsid16653828\rsid16715114}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0 -\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\creatim\yr2018\mo8\dy31\hr13\min50}{\revtim\yr2018\mo8\dy31\hr13\min50}{\version1}{\edmins0}{\nofpages3}{\nofwords1478}{\nofchars8431}{\nofcharsws9890}{\vern87}} -{\*\userprops {\propname MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled}\proptype30{\staticval True}{\propname MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId}\proptype30{\staticval 72f988bf-86f1-41af-91ab-2d7cd011db47}{\propname MSIP_Labe -l_f42aa342-8706-4288-bd11-ebb85995028c_Owner}\proptype30{\staticval willxie@microsoft.com}{\propname MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate}\proptype30{\staticval 2018-08-31T20:50:09.6064990Z}{\propname MSIP_Label_f42aa342-8706-4288-bd11- -ebb85995028c_Name}\proptype30{\staticval General}{\propname MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Application}\proptype30{\staticval Microsoft Azure Information Protection}{\propname MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Extended_MSFT_ -Method}\proptype30{\staticval Automatic}{\propname Sensitivity}\proptype30{\staticval General}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect -\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen -\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1440\dgvorigin1440\dghshow1\dgvshow1 -\jexpand\viewkind1\viewscale100\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\rempersonalinfo\allowfieldendsel -\wrppunct\asianbrkrule\rsidroot4934124\newtblstyruls\nogrowautofit\remdttm\usenormstyforlist\noindnmbrts\felnbrelev\nocxsptable\indrlsweleven\noafcnsttbl\afelev\utinl\hwelev\spltpgpar\notcvasp\notbrkcnstfrctbl\notvatxbx\krnprsnet\cachedcolbal -\nouicompat \fet0{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0{\*\ftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid11152386 \rtlch\fcs1 \af140\afs19\alang1025 -\ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid2063302 \chftnsep -\par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid11152386 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid2063302 \chftnsepc -\par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid11152386 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid2063302 \chftnsep -\par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid11152386 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid2063302 \chftnsepc -\par }}\ltrpar \sectd \ltrsect\linex0\endnhere\sectlinegrid360\sectdefaultcl\sectrsid9860928\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3 -\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}} -{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar -\s28\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4934124 \rtlch\fcs1 \ab\af140\afs28\alang1025 \ltrch\fcs0 -\b\fs28\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 MICROSOFT SOFTWARE LICENSE TERMS -\par }\pard\plain \ltrpar\s29\ql \li0\ri0\sb120\sa120\nowidctlpar\brdrb\brdrs\brdrw10\brsp20 \wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4934124 \rtlch\fcs1 \ab\af140\afs28\alang1025 \ltrch\fcs0 -\b\fs28\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 MICROSOFT }{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid3085606 \hich\af140\dbch\af13\loch\f140 INSTRUMENTATION ENGINE SOFTWARE D}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid1783690 \hich\af140\dbch\af13\loch\f140 EVELOPMENT KIT}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\cf20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 NONE}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par }\pard\plain \ltrpar\s30\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4934124 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. They apply to \hich\af140\dbch\af13\loch\f140 the software named above. The terms also apply to any Microsoft}{\rtlch\fcs1 -\ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid2434661\charrsid7741418 \hich\af140\dbch\af13\loch\f140 services or updates for the software, except to the extent those have different terms.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par }\pard\plain \ltrpar\s31\ql \li0\ri0\sb120\sa120\nowidctlpar\brdrt\brdrs\brdrw10\brsp20 \wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4934124 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -If you comply with these license terms, you have the rights below. -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 1.\tab}}\pard\plain \ltrpar\s1\ql \fi-360\li360\ri0\sb120\nowidctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin360\itap0\pararsid15287965 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 INSTALLATION AND USE RIGHTS. -\par }\pard\plain \ltrpar\s27\ql \fi-360\li720\ri0\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin720\itap0\pararsid15287965 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 You may \hich\af140\dbch\af13\loch\f140 -install and use any number of copies of the software to develop and test your }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid6292707\charrsid7741418 \hich\af140\dbch\af13\loch\f140 applications}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 . }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid2434661\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid8528894\charrsid7741418 \hich\af140\dbch\af0\loch\f140 2.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid8528894 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\insrsid8528894\charrsid7741418 DISTRIBUTABLE CODE. }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid15816558\charrsid15816558 Y}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid8528894\charrsid7741418 -ou are permitted to distribute }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid15816558 the software }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid8528894\charrsid7741418 in applications you develop as described in this Section}{ -\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid14244630 (}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid11871109 the \'93Distributable Code\'94)}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid8528894\charrsid7741418 -. (For this Section the term \'93distribution\'94 also means deployment of your applications for third parties to access over the Internet.)}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid8528894\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s39 \rtlch\fcs1 \ab\af141\afs20 \ltrch\fcs0 \b\fs20\loch\af141\hich\af141\dbch\af13\insrsid8528894\charrsid7741418 \hich\af141\dbch\af13\loch\f141 a.\tab}}\pard\plain \ltrpar\s39\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx720\jclisttab\tx2610\wrapdefault\aspalpha\aspnum\faauto\ls13\ilvl1\outlinelevel2\adjustright\rin0\lin720\itap0\pararsid8528894 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Right to Use and Distribute. }{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\insrsid8528894\charrsid7741418 \hich\af140\dbch\af11\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s58 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\loch\af3\hich\af3\dbch\af11\insrsid12012125 \loch\af3\dbch\af11\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s58\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar -\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls13\ilvl2\adjustright\rin0\lin1077\itap0\pararsid12012125\contextualspace \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid12012125 \hich\af140\dbch\af11\loch\f140 You may copy and modify the source code form of the software.\~ - You may only distribute th\hich\af140\dbch\af11\loch\f140 e object code of the software and the object code form of any modifications you made to the software.\~ - You may not distribute the source code form of the software or the source code of any modifications you made.}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\insrsid12012125\charrsid12012125 -\par }\pard \ltrpar\s58\ql \li1077\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin1077\itap0\pararsid12012125\contextualspace {\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\insrsid12012125\charrsid12012125 -\par {\listtext\pard\plain\ltrpar \s58 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\loch\af3\hich\af3\dbch\af11\insrsid4348820 \loch\af3\dbch\af11\hich\f3 \'b7\tab}}\pard \ltrpar\s58\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar -\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls13\ilvl2\adjustright\rin0\lin1077\itap0\pararsid12012125\contextualspace {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid4348820 \hich\af140\dbch\af11\loch\f140 Third Party Distribution. You may -\hich\af140\dbch\af11\loch\f140 permit distributors of your applications to copy and distribute the Distributable Code as part of those applications.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid4348820\charrsid15407524 -\par {\listtext\pard\plain\ltrpar \s39 \rtlch\fcs1 \ab\af141\afs20 \ltrch\fcs0 \b\fs20\loch\af141\hich\af141\dbch\af13\insrsid8528894\charrsid7741418 \hich\af141\dbch\af13\loch\f141 b.\tab}}\pard\plain \ltrpar\s39\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx720\jclisttab\tx2610\wrapdefault\aspalpha\aspnum\faauto\ls14\ilvl1\outlinelevel2\adjustright\rin0\lin720\itap0\pararsid8528894 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Distribution Requirements.}{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \cs42\fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \cs42\b0\fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -For any Distributable Code you distribute, you must}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s37 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid8528894\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s37\ql \fi-358\li1168\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx1170\wrapdefault\aspalpha\aspnum\faauto\ls5\adjustright\rin0\lin1168\itap0\pararsid8528894 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 add significant primary functionality to it in your applica\hich\af140\dbch\af13\loch\f140 tions; -\par {\listtext\pard\plain\ltrpar \s37 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid8528894\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af140\dbch\af13\loch\f140 -require distributors and external end users to agree to terms that protect the Distributable Code at least as much as this agreement; and, -\par {\listtext\pard\plain\ltrpar \s37 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid8528894\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af140\dbch\af13\loch\f140 -indemnify, defend, and hold harmless Microsoft from any claims, including attorneys\hich\f140 \rquote \loch\f140 fees, related to the dist\hich\af140\dbch\af13\loch\f140 -ribution or use of your applications, except to the extent that any claim is based solely on the Distributable Code. -\par {\listtext\pard\plain\ltrpar \s39 \rtlch\fcs1 \ab\af141\afs20 \ltrch\fcs0 \b\fs20\loch\af141\hich\af141\dbch\af13\insrsid8528894\charrsid7741418 \hich\af141\dbch\af13\loch\f141 c.\tab}}\pard\plain \ltrpar\s39\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx720\jclisttab\tx2610\wrapdefault\aspalpha\aspnum\faauto\ls14\ilvl1\outlinelevel2\adjustright\rin0\lin720\itap0\pararsid12602360 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Distribution Restrictions.}{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid8528894\charrsid12602360 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid8528894\charrsid12602360 \hich\af140\dbch\af13\loch\f140 You may not use Microsoft -\hich\f140 \rquote \loch\f140 s trademarks in your applications\hich\f140 \rquote \loch\f140 names or branding in a way that suggests your appli\hich\af140\dbch\af13\loch\f140 -cations come from or are endorsed by Microsoft; or modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification -\hich\af140\dbch\af13\loch\f140 o\hich\af140\dbch\af13\loch\f140 r distribution, that }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid12602360\charrsid12602360 -\par {\listtext\pard\plain\ltrpar \s39 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\loch\af140\hich\af140\dbch\af11\insrsid8528894\charrsid12602360 \hich\af140\dbch\af11\loch\f140 i.\tab}}\pard \ltrpar\s39\ql \fi-357\li1077\ri0\sb120\sa120\widctlpar -\tx1077\jclisttab\tx1440\wrapdefault\aspalpha\aspnum\faauto\ls7\ilvl2\outlinelevel2\adjustright\rin0\lin1077\itap0\pararsid12602360 {\rtlch\fcs1 \af140 \ltrch\fcs0 \b0\insrsid8528894\charrsid12602360 \hich\af140\dbch\af11\loch\f140 -the code be disclosed or distributed in source code form; or }{\rtlch\fcs1 \af140 \ltrch\fcs0 \b0\insrsid12602360\charrsid12602360 -\par {\listtext\pard\plain\ltrpar \s39 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\loch\af140\hich\af140\dbch\af11\insrsid8528894\charrsid12602360 \hich\af140\dbch\af11\loch\f140 ii.\tab}}{\rtlch\fcs1 \af140 \ltrch\fcs0 \b0\insrsid8528894\charrsid12602360 -\hich\af140\dbch\af11\loch\f140 others have the right to modify it. -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid7164669\charrsid4264781 \hich\af140\dbch\af0\loch\f140 3.\tab}}\pard\plain \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid7164669 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 \b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140 -\ltrch\fcs0 \insrsid7164669\charrsid4264781 FEEDBACK. }{\rtlch\fcs1 \af140 \ltrch\fcs0 \b0\insrsid7164669\charrsid7164669 If you give feedback about the software to Microsoft, you give to Microsoft, without charge, the right to use, share and -commercialize your feedback in any way and for any purpose. You will not give feedback that is subject to a license that requires Microsoft to license its software or documentation to third parties because Microsoft includes your feedback in them. These r -ights survive this agreement. -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 4.\tab}}\pard \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid15804309 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Scope of License -}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 .}{\rtlch\fcs1 \ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 - The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you \hich\af140\dbch\af13\loch\f140 -may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s26 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid4934124\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard\plain \ltrpar\s26\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls2\adjustright\rin0\lin720\itap0\pararsid4934124 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 \fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 work around any technical limitations in the software}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid4934124\charrsid7741418 -\hich\af140\dbch\af11\loch\f140 ;}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s26 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid2434661\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}}\pard \ltrpar\s26\ql \fi-363\li720\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx720\wrapdefault\aspalpha\aspnum\faauto\ls2\adjustright\rin0\lin720\itap0\pararsid2434661 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid2434661\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -remove, minimize, block or modify any notices of Microsoft or its suppliers in the software; -\par {\listtext\pard\plain\ltrpar \s26 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid2434661\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af140\dbch\af13\loch\f140 -use the software in any way that is against the law; or -\par {\listtext\pard\plain\ltrpar \s26 \rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\loch\af3\hich\af3\dbch\af13\insrsid2434661\charrsid7741418 \loch\af3\dbch\af13\hich\f3 \'b7\tab}\hich\af140\dbch\af13\loch\f140 share, publish}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid6041555 \hich\af140\dbch\af13\loch\f140 , rent}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid2434661\charrsid7741418 \hich\af140\dbch\af13\loch\f140 or }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid6041555 \hich\af140\dbch\af13\loch\f140 lease}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid2434661\charrsid7741418 \hich\af140\dbch\af13\loch\f140 the software, provide the software as a stand-alone }{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid6041555 \hich\af140\dbch\af13\loch\f140 offering }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid2434661\charrsid7741418 \hich\af140\dbch\af13\loch\f140 for others t -\hich\af140\dbch\af13\loch\f140 o use, or transfer the software or this agreement to any third party. -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 5.\tab}}\pard\plain \ltrpar -\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid4934124 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Export Restrictions}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid4934124\charrsid7741418 .}{\rtlch\fcs1 \ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\b0\fs20\dbch\af13\insrsid7741418\charrsid293557 \hich\af140\dbch\af13\loch\f140 You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, an -\hich\af140\dbch\af13\loch\f140 d end use. For further information on export restrictions, visit}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\b0\fs20\dbch\af13\insrsid6041555 \hich\af140\dbch\af13\loch\f140 www.microsoft.com/exporting.}{\field{\*\fldinst {\rtlch\fcs1 \af140 \ltrch\fcs0 \insrsid2063302 HYPERLINK }}{\fldrslt }}\sectd \ltrsect -\linex0\endnhere\sectlinegrid360\sectdefaultcl\sectrsid9860928\sftnbj {\rtlch\fcs1 \af0\afs20 \ltrch\fcs0 \cs24\b0\fs20\ul\cf2\loch\af0\hich\af0\dbch\af13\insrsid6041555\delrsid6041555\charrsid293557 \hich\af0\dbch\af13\loch\f0 }{\rtlch\fcs1 -\ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid528777\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \cs24\fs20\ul\cf2\dbch\af13\insrsid4934124\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 6.\tab}}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 SUPPORT SERVICES.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \ab0\af140\afs20 -\ltrch\fcs0 \b0\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 \hich\f140 Because this software is \'93\loch\f140 \hich\f140 as is,\'94\loch\f140 we may not provide support services for it.}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 7.\tab}}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Entire Agreement.}{\rtlch\fcs1 \ab0\af140\afs20 \ltrch\fcs0 \b0\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 - This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 8.\tab}}\pard \ltrpar\s1\ql \fi-360\li360\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin360\itap0\pararsid528777 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Applicable Law}{ -\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 .}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid528777\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\b0\fs20\insrsid528777\charrsid7741418 If you acquired the software in the United States, -Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply.}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\dbch\af13\insrsid528777\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af0\loch\f140 9.\tab}}\pard \ltrpar\s1\ql \fi-360\li360\ri0\sb120\sa120\widctlpar -\jclisttab\tx540\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin360\itap0\pararsid7741418 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 CONSUMER RIGHTS; REGIONAL VARIATIONS. }{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid7741418\charrsid10372752 -This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state or country. Separate and apart from your relationship with Microsoft, you may also have rights with respect to the party fro -m which you acquired the software. This agreement does not change those other rights if the laws of your state or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, t -hen the following provisions apply to you: -\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af0\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af0\loch\f140 a)\tab}}\pard\plain \ltrpar -\s2\ql \fi-360\li717\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\ls18\outlinelevel1\adjustright\rin0\lin717\itap0\pararsid7741418 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 Australia. }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid7741418\charrsid10372752 -You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights. -\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af0\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af0\loch\f140 b)\tab}}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 Canada. }{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid7741418\charrsid10372752 If you acquired this software in Canada, you may stop receiving u -pdates by turning off the automatic update feature, disconnecting your device from the Internet (if and when you re-connect to the Internet, however, the software will resume checking for and installing updates), or uninstalling the software. The product -documentation, if any, may also specify how to turn off updates for your specific device or software. -\par {\listtext\pard\plain\ltrpar \s2 \rtlch\fcs1 \ab\af0\afs20 \ltrch\fcs0 \b\f140\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af0\loch\f140 c)\tab}}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 Germany and Austria}{ -\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid7741418\charrsid10372752 . -\par }\pard\plain \ltrpar\ql \li717\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin717\itap0\pararsid7741418 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 (i)}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\insrsid7741418\charrsid10372752 \tab }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 Warranty}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 -\hich\af140\dbch\af11\loch\f140 . The software will perform substantially as described in any Microsoft materials that accompany }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid13660302 \hich\af140\dbch\af11\loch\f140 it}{\rtlch\fcs1 \af140\afs20 -\ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 . However, \hich\af140\dbch\af11\loch\f140 Microsoft gives no contractual guarantee in relation to the software. -\par }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 (ii)}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 \tab }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\b\fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 Limitation of Liability}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid7741418\charrsid10372752 \hich\af140\dbch\af11\loch\f140 -. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Mic\hich\af140\dbch\af11\loch\f140 rosoft is liable according to the statutory law. -\par }\pard\plain \ltrpar\s1\ql \li450\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\outlinelevel0\adjustright\rin0\lin450\itap0\pararsid7741418 \rtlch\fcs1 \ab\af140\afs19\alang1025 \ltrch\fcs0 -\b\f140\fs19\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \b0\fs20\insrsid7741418\charrsid10372752 -Subject to the foregoing clause (ii), Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due perfo -rmance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable -for slight negligence}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 10.\tab}}\pard \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\nowidctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid4934124 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -Disclaimer of Warranty.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 -\hich\af140\dbch\af13\loch\f140 \hich\f140 THE SOFTWARE IS LICENSED \'93\loch\f140 \hich\f140 AS-IS.\'94\loch\f140 - YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WAR\hich\af140\dbch\af13\loch\f140 -RANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 -\par {\listtext\pard\plain\ltrpar \s1 \rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\caps\fs20\loch\af140\hich\af140\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 11.\tab}}\pard \ltrpar\s1\ql \fi-357\li357\ri0\sb120\sa120\widctlpar -\jclisttab\tx360\wrapdefault\aspalpha\aspnum\faauto\ls1\outlinelevel0\adjustright\rin0\lin357\itap0\pararsid12584315 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \caps\fs20\dbch\af13\insrsid4934124\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -Limitation on and Exclusion of Remedies and Damages. }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid12584315\charrsid7741418 YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAM -AGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. -\par }\pard\plain \ltrpar\s25\ql \li357\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin357\itap0\pararsid12584315 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) cl\hich\af140\dbch\af13\loch\f140 -aims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. -\par }\pard\plain \ltrpar\ql \li360\ri0\sb120\sa120\nowidctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0\pararsid12584315 \rtlch\fcs1 \af140\afs19\alang1025 \ltrch\fcs0 -\fs19\lang1033\langfe1033\loch\af140\hich\af140\dbch\af11\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -It also applies even if Microsoft knew or should have known about the possibility of the damages\hich\af140\dbch\af13\loch\f140 . The above limitation or exclusion may not apply to you because your }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid13660302 \hich\af140\dbch\af13\loch\f140 state or }{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -country may not allow the exclusion or limitation of incidental, consequential or other damages. -\par }\pard \ltrpar\ql \li0\ri0\sb40\sa40\widctlpar\wrapdefault\faauto\adjustright\rin0\lin0\itap0\pararsid12584315 {\rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 -Please note: As this software is distributed in Quebec, Canada, some of the clau\hich\af140\dbch\af13\loch\f140 ses in this agreement are provided below in French. -\par \hich\af140\dbch\af13\loch\f140 \hich\f140 Remarque : Ce logiciel \'e9\loch\f140 \hich\f140 tant distribu\'e9\loch\f140 \hich\f140 au Qu\'e9\loch\f140 \hich\f140 bec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en fran\'e7 -\loch\f140 ais. -\par \hich\af140\dbch\af13\loch\f140 \hich\f140 EXON\'c9\loch\f140 RATION DE GARANTIE.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\cf1\lang1036\langfe1033\langnp1036\insrsid12584315\charrsid7741418 \~}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 \hich\f140 Le logiciel vis\'e9\loch\f140 \hich\f140 par une licence est offert \'ab\hich\af140\dbch\af13\loch\f140 \hich\f140 tel quel \'bb\loch\f140 \hich\f140 -. Toute utilisation de ce logiciel est \'e0\loch\f140 \hich\f140 votre seule risque et p\'e9\loch\f140 ril. Microsoft n\hich\f140 \rquote \loch\f140 \hich\f140 accorde aucune autre garantie expresse. Vous pouvez b\'e9\loch\f140 \hich\f140 n\'e9 -\loch\f140 ficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat \hich\af140\dbch\af13\loch\f140 n\hich\af140\dbch\af13\loch\f140 \hich\f140 -e peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualit\'e9\loch\f140 marchande, d\hich\f140 \rquote \loch\f140 \hich\f140 ad\'e9\loch\f140 \hich\f140 quation \'e0\loch\f140 un usage particulier et d\hich\f140 -\rquote \loch\f140 \hich\f140 absence de contrefa\'e7\loch\f140 on sont exclues. -\par }{\rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 \hich\f140 LIMITATION DES DOMMAGES-INT\'c9\loch\f140 \hich\f140 R\'ca\loch\f140 \hich\f140 TS ET EXCLUSION DE RESPONSABILIT\'c9 -\loch\f140 POU\hich\af140\dbch\af13\loch\f140 R LES DOMMAGES.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\cf1\lang1036\langfe1033\langnp1036\insrsid12584315\charrsid7741418 \~}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 -\fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Vous pouvez}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\cf1\lang1036\langfe1033\langnp1036\insrsid12584315\charrsid7741418 \hich\af140\dbch\af11\loch\f140 }{\rtlch\fcs1 -\af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 \hich\f140 obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement \'e0\loch\f140 \hich\f140 - hauteur de 5,00 $ US. Vous ne pouvez pr\'e9\loch\f140 \hich\f140 tendre \'e0\loch\f140 \hich\f140 aucune indemnisation pour les autres dommages, y compris les dommages sp\'e9\loch\f140 ciau\hich\af140\dbch\af13\loch\f140 \hich\f140 -x, indirects ou accessoires et pertes de b\'e9\loch\f140 \hich\f140 n\'e9\loch\f140 fices. -\par \hich\af140\dbch\af13\loch\f140 Cette limitation concerne: -\par }\pard \ltrpar\ql \fi-363\li363\ri0\sb40\sa40\widctlpar\wrapdefault\faauto\adjustright\rin0\lin363\itap0\pararsid12584315 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \loch\af140\dbch\af13\hich\f140 \'b7\~\~\~\~ -\tab \loch\f140 \hich\f140 tout ce qui est reli\'e9\loch\f140 au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et -\par \loch\af140\dbch\af13\hich\f140 \'b7\~\~\~\~\~\loch\f140 \hich\f140 les r\'e9\loch\f140 \hich\f140 clamations au titre de violation de contrat ou de garantie, ou au titre de responsabilit\'e9\loch\f140 \hich\f140 stricte, de n\'e9\loch\f140 gligence ou d -\hich\f140 \rquote \loch\f140 \hich\f140 une autre faute dans la limite autoris\'e9\loch\f140 e par la loi en vigueur. -\par }\pard \ltrpar\ql \li0\ri0\sb40\sa40\widctlpar\wrapdefault\faauto\adjustright\rin0\lin0\itap0\pararsid12584315 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 Elle s\hich\f140 \rquote -\loch\f140 \hich\f140 applique \'e9\loch\f140 \hich\f140 galement, m\'ea\loch\f140 me si Microsoft connaissait ou de\hich\af140\dbch\af13\loch\f140 \hich\f140 vrait conna\'ee\loch\f140 tre l\hich\f140 \rquote \'e9\loch\f140 \hich\f140 ventualit\'e9 -\loch\f140 d\hich\f140 \rquote \loch\f140 un tel dommage. Si votre pays n\hich\f140 \rquote \loch\f140 autorise pas l\hich\f140 \rquote \loch\f140 \hich\f140 exclusion ou la limitation de responsabilit\'e9\loch\f140 - pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l\hich\f140 \rquote \loch\f140 exclusion ci-dessus ne\hich\af140\dbch\af13\loch\f140 \hich\af140\dbch\af13\loch\f140 s\hich\f140 \rquote -\loch\f140 \hich\f140 appliquera pas \'e0\loch\f140 \hich\f140 votre \'e9\loch\f140 gard. -\par }{\rtlch\fcs1 \ab\af140\afs20 \ltrch\fcs0 \b\fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 EFFET JURIDIQUE.}{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\cf1\lang1036\langfe1033\langnp1036\insrsid12584315\charrsid7741418 \~} -{\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\dbch\af13\insrsid12584315\charrsid7741418 \hich\af140\dbch\af13\loch\f140 \hich\f140 Le pr\'e9\loch\f140 \hich\f140 sent contrat d\'e9\loch\f140 crit certains droits juridiques. Vous pourriez avoir d\hich\f140 -\rquote \loch\f140 \hich\f140 autres droits pr\'e9\loch\f140 \hich\f140 vus par les lois de votre pays. Le pr\'e9\loch\f140 \hich\f140 sent contrat ne modifie pas les droits que vous conf\'e8\loch\f140 rent les lois de \hich\af140\dbch\af13\loch\f140 -votre pays si celles-ci ne le permettent pas. -\par }\pard \ltrpar\ql \li0\ri0\sb120\sa120\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af140\afs20 \ltrch\fcs0 \fs20\insrsid9860928\charrsid7741418 -\par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a -9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad -5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6 -b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0 -0c895fcf6720192de6bf3b9e89ecdbd6596cbcdd8eb28e7c365ecc4ec1ff1460f53fe813d3cc7f5b7f020000ffff0300504b030414000600080000002100a5d6 -a7e7c0000000360100000b0000005f72656c732f2e72656c73848fcf6ac3300c87ef85bd83d17d51d2c31825762fa590432fa37d00e1287f68221bdb1bebdb4f -c7060abb0884a4eff7a93dfeae8bf9e194e720169aaa06c3e2433fcb68e1763dbf7f82c985a4a725085b787086a37bdbb55fbc50d1a33ccd311ba548b6309512 -0f88d94fbc52ae4264d1c910d24a45db3462247fa791715fd71f989e19e0364cd3f51652d73760ae8fa8c9ffb3c330cc9e4fc17faf2ce545046e37944c69e462 -a1a82fe353bd90a865aad41ed0b5b8f9d6fd010000ffff0300504b0304140006000800000021006b799616830000008a0000001c0000007468656d652f746865 -6d652f7468656d654d616e616765722e786d6c0ccc4d0ac3201040e17da17790d93763bb284562b2cbaebbf600439c1a41c7a0d29fdbd7e5e38337cedf14d59b -4b0d592c9c070d8a65cd2e88b7f07c2ca71ba8da481cc52c6ce1c715e6e97818c9b48d13df49c873517d23d59085adb5dd20d6b52bd521ef2cdd5eb9246a3d8b -4757e8d3f729e245eb2b260a0238fd010000ffff0300504b03041400060008000000210096b5ade296060000501b0000160000007468656d652f7468656d652f -7468656d65312e786d6cec594f6fdb3614bf0fd87720746f6327761a07758ad8b19b2d4d1bc46e871e698996d850a240d2497d1bdae38001c3ba618715d86d87 -615b8116d8a5fb34d93a6c1dd0afb0475292c5585e9236d88aad3e2412f9e3fbff1e1fa9abd7eec70c1d1221294fda5efd72cd4324f1794093b0eddd1ef62fad -79482a9c0498f184b4bd2991deb58df7dfbb8ad755446282607d22d771db8b944ad79796a40fc3585ee62949606ecc458c15bc8a702910f808e8c66c69b9565b -5d8a314d3c94e018c8de1a8fa94fd05093f43672e23d06af89927ac06762a049136785c10607758d9053d965021d62d6f6804fc08f86e4bef210c352c144dbab -999fb7b4717509af678b985ab0b6b4ae6f7ed9ba6c4170b06c788a705430adf71bad2b5b057d03606a1ed7ebf5babd7a41cf00b0ef83a6569632cd467faddec9 -699640f6719e76b7d6ac355c7c89feca9cccad4ea7d36c65b258a206641f1b73f8b5da6a6373d9c11b90c537e7f08dce66b7bbeae00dc8e257e7f0fd2badd586 -8b37a088d1e4600ead1ddaef67d40bc898b3ed4af81ac0d76a197c86826828a24bb318f3442d8ab518dfe3a20f000d6458d104a9694ac6d88728eee2782428d6 -0cf03ac1a5193be4cbb921cd0b495fd054b5bd0f530c1931a3f7eaf9f7af9e3f45c70f9e1d3ff8e9f8e1c3e3073f5a42ceaa6d9c84e5552fbffdeccfc71fa33f -9e7ef3f2d117d57859c6fffac327bffcfc793510d26726ce8b2f9ffcf6ecc98baf3efdfdbb4715f04d814765f890c644a29be408edf3181433567125272371be -15c308d3f28acd249438c19a4b05fd9e8a1cf4cd296699771c393ac4b5e01d01e5a30a787d72cf1178108989a2159c77a2d801ee72ce3a5c545a6147f32a9979 -3849c26ae66252c6ed637c58c5bb8b13c7bfbd490a75330f4b47f16e441c31f7184e140e494214d273fc80900aedee52ead87597fa824b3e56e82e451d4c2b4d -32a423279a668bb6690c7e9956e90cfe766cb37b077538abd27a8b1cba48c80acc2a841f12e698f13a9e281c57911ce298950d7e03aba84ac8c154f8655c4f2a -f074481847bd804859b5e696007d4b4edfc150b12addbecba6b18b148a1e54d1bc81392f23b7f84137c2715a851dd0242a633f900710a218ed715505dfe56e86 -e877f0034e16bafb0e258ebb4faf06b769e888340b103d3311da9750aa9d0a1cd3e4efca31a3508f6d0c5c5c398602f8e2ebc71591f5b616e24dd893aa3261fb -44f95d843b5974bb5c04f4edafb95b7892ec1108f3f98de75dc97d5772bdff7cc95d94cf672db4b3da0a6557f70db629362d72bcb0431e53c6066acac80d699a -6409fb44d08741bdce9c0e4971624a2378cceaba830b05366b90e0ea23aaa241845368b0eb9e2612ca8c742851ca251ceccc70256d8d87265dd96361531f186c -3d9058edf2c00eafe8e1fc5c509031bb4d680e9f39a3154de0accc56ae644441edd76156d7429d995bdd88664a9dc3ad50197c38af1a0c16d684060441db0256 -5e85f3b9660d0713cc48a0ed6ef7dedc2dc60b17e92219e180643ed27acffba86e9c94c78ab90980d8a9f0913ee49d62b512b79626fb06dccee2a432bbc60276 -b9f7dec44b7904cfbca4f3f6443ab2a49c9c2c41476dafd55c6e7ac8c769db1bc399161ee314bc2e75cf8759081743be1236ec4f4d6693e5336fb672c5dc24a8 -c33585b5fb9cc24e1d4885545b58463634cc5416022cd19cacfccb4d30eb45296023fd35a458598360f8d7a4003bbaae25e331f155d9d9a5116d3bfb9a95523e -51440ca2e0088dd844ec6370bf0e55d027a012ae264c45d02f708fa6ad6da6dce29c255df9f6cae0ec38666984b372ab5334cf640b37795cc860de4ae2816e95 -b21be5ceaf8a49f90b52a51cc6ff3355f47e0237052b81f6800fd7b802239daf6d8f0b1571a8426944fdbe80c6c1d40e8816b88b8569082ab84c36ff0539d4ff -6dce591a26ade1c0a7f669880485fd484582903d284b26fa4e2156cff62e4b9265844c4495c495a9157b440e091bea1ab8aaf7760f4510eaa69a6465c0e04ec6 -9ffb9e65d028d44d4e39df9c1a52ecbd3607fee9cec7263328e5d661d3d0e4f62f44acd855ed7ab33cdf7bcb8ae889599bd5c8b3029895b6825696f6af29c239 -b75a5bb1e6345e6ee6c28117e73586c1a2214ae1be07e93fb0ff51e133fb65426fa843be0fb515c187064d0cc206a2fa926d3c902e907670048d931db4c1a449 -59d366ad93b65abe595f70a75bf03d616c2dd959fc7d4e6317cd99cbcec9c58b34766661c7d6766ca1a9c1b327531486c6f941c638c67cd22a7f75e2a37be0e8 -2db8df9f30254d30c1372581a1f51c983c80e4b71ccdd28dbf000000ffff0300504b0304140006000800000021000dd1909fb60000001b010000270000007468 -656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73848f4d0ac2301484f78277086f6fd3ba109126dd88d0add40384e4 -350d363f2451eced0dae2c082e8761be9969bb979dc9136332de3168aa1a083ae995719ac16db8ec8e4052164e89d93b64b060828e6f37ed1567914b284d2624 -52282e3198720e274a939cd08a54f980ae38a38f56e422a3a641c8bbd048f7757da0f19b017cc524bd62107bd5001996509affb3fd381a89672f1f165dfe5141 -73d9850528a2c6cce0239baa4c04ca5bbabac4df000000ffff0300504b01022d0014000600080000002100e9de0fbfff0000001c020000130000000000000000 -0000000000000000005b436f6e74656e745f54797065735d2e786d6c504b01022d0014000600080000002100a5d6a7e7c0000000360100000b00000000000000 -000000000000300100005f72656c732f2e72656c73504b01022d00140006000800000021006b799616830000008a0000001c0000000000000000000000000019 -0200007468656d652f7468656d652f7468656d654d616e616765722e786d6c504b01022d001400060008000000210096b5ade296060000501b00001600000000 -000000000000000000d60200007468656d652f7468656d652f7468656d65312e786d6c504b01022d00140006000800000021000dd1909fb60000001b01000027 -00000000000000000000000000a00900007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73504b050600000000050005005d0100009b0a00000000} -{\*\colorschememapping 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e0d0a3c613a636c724d -617020786d6c6e733a613d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f64726177696e676d6c2f323030362f6d6169 -6e22206267313d226c743122207478313d22646b3122206267323d226c743222207478323d22646b322220616363656e74313d22616363656e74312220616363 -656e74323d22616363656e74322220616363656e74333d22616363656e74332220616363656e74343d22616363656e74342220616363656e74353d22616363656e74352220616363656e74363d22616363656e74362220686c696e6b3d22686c696e6b2220666f6c486c696e6b3d22666f6c486c696e6b222f3e} -{\*\latentstyles\lsdstimax375\lsdlockeddef0\lsdsemihiddendef0\lsdunhideuseddef0\lsdqformatdef0\lsdprioritydef99{\lsdlockedexcept \lsdqformat1 \lsdpriority0 \lsdlocked0 Normal;\lsdqformat1 \lsdlocked0 heading 1; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 2;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 3;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 4; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 5;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 6;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 7; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 8;\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdlocked0 heading 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 6; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index 9;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 1; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 2;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 3;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 4; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 5;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 6;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 7; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 8;\lsdsemihidden1 \lsdunhideused1 \lsdpriority39 \lsdlocked0 toc 9;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote text; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 header;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footer;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 index heading; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority35 \lsdlocked0 caption;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of figures;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope address; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 envelope return;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 footnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 line number; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 page number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote reference;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 endnote text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 table of authorities; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 macro;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 toa heading;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 4; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 4; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Bullet 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 4; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Number 5;\lsdqformat1 \lsdpriority10 \lsdlocked0 Title;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Closing;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Signature; -\lsdsemihidden1 \lsdunhideused1 \lsdpriority1 \lsdlocked0 Default Paragraph Font;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 List Continue 5; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Message Header;\lsdqformat1 \lsdpriority11 \lsdlocked0 Subtitle;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Salutation;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Date; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text First Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Note Heading;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Body Text Indent 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Block Text; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 FollowedHyperlink;\lsdqformat1 \lsdpriority22 \lsdlocked0 Strong;\lsdqformat1 \lsdpriority20 \lsdlocked0 Emphasis; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Document Map;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Plain Text;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 E-mail Signature;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Top of Form; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Bottom of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal (Web);\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Acronym;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Address; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Cite;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Code;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Definition;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Keyboard; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Preformatted;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Sample;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Typewriter;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Table;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 4; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 7; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 7; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Contemporary;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Elegant;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Professional;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 1; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority59 \lsdlocked0 Table Grid;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Theme;\lsdsemihidden1 \lsdlocked0 Placeholder Text;\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing; -\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdpriority65 \lsdlocked0 Medium List 1; -\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List;\lsdpriority71 \lsdlocked0 Colorful Shading; -\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;\lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdpriority62 \lsdlocked0 Light Grid Accent 1; -\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdsemihidden1 \lsdlocked0 Revision;\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph; -\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1; -\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;\lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1; -\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2; -\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2; -\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdpriority60 \lsdlocked0 Light Shading Accent 3; -\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3; -\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdpriority70 \lsdlocked0 Dark List Accent 3; -\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdpriority61 \lsdlocked0 Light List Accent 4; -\lsdpriority62 \lsdlocked0 Light Grid Accent 4;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4; -\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4; -\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdpriority62 \lsdlocked0 Light Grid Accent 5; -\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5; -\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;\lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 5; -\lsdpriority72 \lsdlocked0 Colorful List Accent 5;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdpriority61 \lsdlocked0 Light List Accent 6;\lsdpriority62 \lsdlocked0 Light Grid Accent 6; -\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 6; -\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 6;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 6;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 6;\lsdpriority70 \lsdlocked0 Dark List Accent 6;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 6; -\lsdpriority72 \lsdlocked0 Colorful List Accent 6;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 6;\lsdqformat1 \lsdpriority19 \lsdlocked0 Subtle Emphasis;\lsdqformat1 \lsdpriority21 \lsdlocked0 Intense Emphasis; -\lsdqformat1 \lsdpriority31 \lsdlocked0 Subtle Reference;\lsdqformat1 \lsdpriority32 \lsdlocked0 Intense Reference;\lsdqformat1 \lsdpriority33 \lsdlocked0 Book Title;\lsdsemihidden1 \lsdunhideused1 \lsdpriority37 \lsdlocked0 Bibliography; -\lsdsemihidden1 \lsdunhideused1 \lsdqformat1 \lsdpriority39 \lsdlocked0 TOC Heading;\lsdpriority41 \lsdlocked0 Plain Table 1;\lsdpriority42 \lsdlocked0 Plain Table 2;\lsdpriority43 \lsdlocked0 Plain Table 3;\lsdpriority44 \lsdlocked0 Plain Table 4; -\lsdpriority45 \lsdlocked0 Plain Table 5;\lsdpriority40 \lsdlocked0 Grid Table Light;\lsdpriority46 \lsdlocked0 Grid Table 1 Light;\lsdpriority47 \lsdlocked0 Grid Table 2;\lsdpriority48 \lsdlocked0 Grid Table 3;\lsdpriority49 \lsdlocked0 Grid Table 4; -\lsdpriority50 \lsdlocked0 Grid Table 5 Dark;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 1; -\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 1;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 1;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 1; -\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 1;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 2;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 2; -\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 2;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 2; -\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 3;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 3;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 3;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 3; -\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 3;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 4; -\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 4;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 4;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 4;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 4; -\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 4;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 5; -\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 5;\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 5;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 5; -\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 5;\lsdpriority46 \lsdlocked0 Grid Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 Grid Table 2 Accent 6;\lsdpriority48 \lsdlocked0 Grid Table 3 Accent 6; -\lsdpriority49 \lsdlocked0 Grid Table 4 Accent 6;\lsdpriority50 \lsdlocked0 Grid Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 Grid Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 Grid Table 7 Colorful Accent 6; -\lsdpriority46 \lsdlocked0 List Table 1 Light;\lsdpriority47 \lsdlocked0 List Table 2;\lsdpriority48 \lsdlocked0 List Table 3;\lsdpriority49 \lsdlocked0 List Table 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark; -\lsdpriority51 \lsdlocked0 List Table 6 Colorful;\lsdpriority52 \lsdlocked0 List Table 7 Colorful;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 1;\lsdpriority47 \lsdlocked0 List Table 2 Accent 1;\lsdpriority48 \lsdlocked0 List Table 3 Accent 1; -\lsdpriority49 \lsdlocked0 List Table 4 Accent 1;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 1;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 1;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 1; -\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 2;\lsdpriority47 \lsdlocked0 List Table 2 Accent 2;\lsdpriority48 \lsdlocked0 List Table 3 Accent 2;\lsdpriority49 \lsdlocked0 List Table 4 Accent 2; -\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 2;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 2;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 2;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 3; -\lsdpriority47 \lsdlocked0 List Table 2 Accent 3;\lsdpriority48 \lsdlocked0 List Table 3 Accent 3;\lsdpriority49 \lsdlocked0 List Table 4 Accent 3;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 3; -\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 3;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 3;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 4;\lsdpriority47 \lsdlocked0 List Table 2 Accent 4; -\lsdpriority48 \lsdlocked0 List Table 3 Accent 4;\lsdpriority49 \lsdlocked0 List Table 4 Accent 4;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 4;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 4; -\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 4;\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 5;\lsdpriority47 \lsdlocked0 List Table 2 Accent 5;\lsdpriority48 \lsdlocked0 List Table 3 Accent 5; -\lsdpriority49 \lsdlocked0 List Table 4 Accent 5;\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 5;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 5;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 5; -\lsdpriority46 \lsdlocked0 List Table 1 Light Accent 6;\lsdpriority47 \lsdlocked0 List Table 2 Accent 6;\lsdpriority48 \lsdlocked0 List Table 3 Accent 6;\lsdpriority49 \lsdlocked0 List Table 4 Accent 6; -\lsdpriority50 \lsdlocked0 List Table 5 Dark Accent 6;\lsdpriority51 \lsdlocked0 List Table 6 Colorful Accent 6;\lsdpriority52 \lsdlocked0 List Table 7 Colorful Accent 6;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Mention; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Smart Hyperlink;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Hashtag;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Unresolved Mention;}}{\*\datastore 010500000200000018000000 -4d73786d6c322e534158584d4c5265616465722e362e3000000000000000000000060000 -d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff090006000000000000000000000001000000010000000000000000100000feffffff00000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000040e3 -df376c41d401feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 -00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 -000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000105000000000000}} \ No newline at end of file diff --git a/LICENSE b/LICENSE index 0f2c36d2..74895595 100644 --- a/LICENSE +++ b/LICENSE @@ -1,51 +1,23 @@ -MICROSOFT SOFTWARE LICENSE TERMS +Microsoft CLR Instrumentation Engine -MICROSOFT INSTRUMENTATION ENGINE SOFTWARE DEVELOPMENT KIT +Copyright (c) Microsoft Corporation. All rights reserved. -These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. They apply to the software named above. The terms also apply to any Microsoft services or updates for the software, except to the extent those have different terms. -IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. -1. INSTALLATION AND USE RIGHTS. - You may install and use any number of copies of the software to develop and test your applications. -2. DISTRIBUTABLE CODE. You are permitted to distribute the software in applications you develop as described in this Section (the “Distributable Code”). (For this Section the term “distribution” also means deployment of your applications for third parties to access over the Internet.) - a. Right to Use and Distribute. - • You may copy and modify the source code form of the software. You may only distribute the object code of the software and the object code form of any modifications you made to the software. You may not distribute the source code form of the software or the source code of any modifications you made. +MIT License - • Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. - b. Distribution Requirements. For any Distributable Code you distribute, you must - • add significant primary functionality to it in your applications; - • require distributors and external end users to agree to terms that protect the Distributable Code at least as much as this agreement; and, - • indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your applications, except to the extent that any claim is based solely on the Distributable Code. - c. Distribution Restrictions. You may not use Microsoft’s trademarks in your applications’ names or branding in a way that suggests your applications come from or are endorsed by Microsoft; or modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that - i. the code be disclosed or distributed in source code form; or - ii. others have the right to modify it. -3. FEEDBACK. If you give feedback about the software to Microsoft, you give to Microsoft, without charge, the right to use, share and commercialize your feedback in any way and for any purpose. You will not give feedback that is subject to a license that requires Microsoft to license its software or documentation to third parties because Microsoft includes your feedback in them. These rights survive this agreement. -4. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not - • work around any technical limitations in the software; - • remove, minimize, block or modify any notices of Microsoft or its suppliers in the software; - • use the software in any way that is against the law; or - • share, publish, rent or lease the software, provide the software as a stand-alone offering for others to use, or transfer the software or this agreement to any third party. -5. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit www.microsoft.com/exporting.Error! Hyperlink reference not valid. -6. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -7. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. -8. APPLICABLE LAW. If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. -9. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state or country. Separate and apart from your relationship with Microsoft, you may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you: - a) Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights. - b) Canada. If you acquired this software in Canada, you may stop receiving updates by turning off the automatic update feature, disconnecting your device from the Internet (if and when you re-connect to the Internet, however, the software will resume checking for and installing updates), or uninstalling the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. - c) Germany and Austria. - (i) Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. - (ii) Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. - Subject to the foregoing clause (ii), Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -10. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. -11. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. - This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. - It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your state or country may not allow the exclusion or limitation of incidental, consequential or other damages. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French. -Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français. -EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues. -LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices. -Cette limitation concerne: - · tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et - · les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur. -Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard. -EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE 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. \ No newline at end of file diff --git a/NuGet.config b/NuGet.config index 2cf31dba..640c9627 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/README.md b/README.md index c6e2e3a2..293f1465 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ the [Security TechCenter](https://technet.microsoft.com/security/default). ## License -Usage governance of the Instrumentation Engine is detailed in the [End User License Agreement](Instrumentation%20Engine%20SDK%20EULA.rtf) and [License](LICENSE). +Usage governance of the Instrumentation Engine is detailed in the [License](LICENSE). ## Code of Conduct diff --git a/build.ps1 b/build.ps1 index 0218e96b..7a643f81 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. param( [switch] $IncludeTests, diff --git a/build/ClrInstrumentationEngine.cpp.props b/build/ClrInstrumentationEngine.cpp.props index 55ab7f8c..d8505032 100644 --- a/build/ClrInstrumentationEngine.cpp.props +++ b/build/ClrInstrumentationEngine.cpp.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Common.props b/build/Common.props index c4f05a50..44006d7b 100644 --- a/build/Common.props +++ b/build/Common.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> True diff --git a/build/Common.targets b/build/Common.targets index 860bce36..88f0c172 100644 --- a/build/Common.targets +++ b/build/Common.targets @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/CommonBuild.Global.props b/build/CommonBuild.Global.props index a6de0575..d4340c2c 100644 --- a/build/CommonBuild.Global.props +++ b/build/CommonBuild.Global.props @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/build/CommonBuild.Private.props b/build/CommonBuild.Private.props index 5a3b4eaa..ead74fe1 100644 --- a/build/CommonBuild.Private.props +++ b/build/CommonBuild.Private.props @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/build/Managed.Signing.props b/build/Managed.Signing.props index 8cf10e48..31f848c6 100644 --- a/build/Managed.Signing.props +++ b/build/Managed.Signing.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> + Licensed under the MIT License. --> diff --git a/build/Managed.targets b/build/Managed.targets index b7347603..dbadff9f 100644 --- a/build/Managed.targets +++ b/build/Managed.targets @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Packaging.props b/build/Packaging.props index 9c35a73d..f33c0952 100644 --- a/build/Packaging.props +++ b/build/Packaging.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Signing.props b/build/Signing.props index bcdb8e70..1b10bc56 100644 --- a/build/Signing.props +++ b/build/Signing.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> + Licensed under the MIT License. --> + Licensed under the MIT License. --> + Licensed under the MIT License. --> diff --git a/build/Unmanaged.targets b/build/Unmanaged.targets index a2dab424..d4a56e97 100644 --- a/build/Unmanaged.targets +++ b/build/Unmanaged.targets @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Version.props b/build/Version.props index 62023224..b5904b3e 100644 --- a/build/Version.props +++ b/build/Version.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Version.targets b/build/Version.targets index 625c00c3..755a7945 100644 --- a/build/Version.targets +++ b/build/Version.targets @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> $(IncludePath);$(IntermediateOutputPath)\Include diff --git a/build/Wix.props b/build/Wix.props index 21ff5f72..4d332352 100644 --- a/build/Wix.props +++ b/build/Wix.props @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/Wix.targets b/build/Wix.targets index 8a45a4ff..85403e91 100644 --- a/build/Wix.targets +++ b/build/Wix.targets @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/build/bldver.rc b/build/bldver.rc index a8002cee80d8ab116dcdddddba03cf3334ebde72..ba7ec4b41c492e1f32b1c57d53d4165d7746d87a 100644 GIT binary patch literal 4378 zcmb`LYi}Ay6o${&R?2@^;SX)421w&nYE@P8m7rpS3_-0F$-?FmR0k};P5YDjB|ow0 z^Umxry9Tz4Qz4kynKS1-_c_a_e`;2<#7=B(_x6`9Y-$sGXDimewp;s#@q)EmcILL^ zJ9c}bUvNUd16HQYW>$sz$nN+g8BR<0G~)D#)j#+hLix2dL{OpZx=oT$8~@V!jK#b5WVD*R}#*_UZAZI z$4)zM8}0t;@CRspkA|{I)O?w0l$B(ZauBa6*teW|09*43Ytn2ArjVxW1-ccu3BK^M zByg5Q-?Ao~h<4^^gJmSAY(BRSDeox7dt?m0iyB4V+qIGJhwz)(S4bJoO+eLCzA)i9q zGT~O9jMxOX=i=j%SZ#r<@q(2s*5_fgofZvr2pCb%ZD`dE&4LHRs0bc8uPZlKMBoyu zD}UstTb`=+9`6TV`#i1kJZHU@MuuoVK&w-->F;n--q)Z}{`uIiJ<1Kmn_}$wMvesO zH0pcc;xELx;`yf(*=Jjoi2r#fh zPQ>`j@9Sg-AGYz!8)CBe2qB&?q7s*^4Ch4Kku}ieg0XAAAbH*Xw3k@7wYJJQ%^OAg znH_`QaC={@b%}iZ`4{WcBP^&ID%9Qd^$fl0>=gVUt0GEsUzr=Os@zaRRMBJgnG!d? zZZ6l=(=JZib^7R{U$@9Z>LuND{+5~B$4sq!x^Ak^4ZNjVDT{aTnyPfeUXvO7Ygo)r zdj5@8<^8u$*YSV&IxBwV85!AM?A9m5Xf`Ds3AJ__}nM)|s%=BW^nGo>kQgRV(avsdUH0 zQMTb(nipK7Kzm+uxrZQ0H(?q<2x?T{M%1K&ft zS@#`*HjKp_16AMU&>Lrg3UcdazQ-Rkdc8|V-N6;t=WXwmc2&EqO#)UJ^O(Udrywm| zuP{Y|P|J(3gO_&oY2{^*Pke07(D|;E=JNdZo~=A?3!Ntpar0fLNb_vA7gxVv^DyRZ zAMtw|*|;q9dsc#N)uFr%+Ac#>AH3~DJm~4aqOVL(TV9e5lFX?{4@BXrR1EC87t3P? zZTmz*eDm|Z_x<0le(;*=BFmS@%IjBznAa=chh}ko9}+sNHnmUhxVo8}PC7l6m(QQq zJH;LMz?I7l-6B3SWs^!l?+_w9jAwZ8G>5*qlCRc%B5pxP`}8`U&n}-+`Ul|-&iRU_ W+s0RMy+gm?)~xf%+A2yLXa52>cW}V~ literal 2084 zcmb7F-AcRcFDiz5@>rJq5v?hSc|v*DQEKB>4A{$fwW~-s zW2%N;Tf1`qjBxbXX`F`66bp&GU^G4Ve0SP+BPaC6F$zGBnN-mC{cB6#g7ZeP8;)#$ zIy~(<^8lLu(0`3GZk|bA zSI|6b<1px7I&oXQDbi~Axo;1mp&ea-_3Lx)V-7ja0{U+6a-e;p0JQ~bk5I`<$u^}H zNvo{LiAB_>LCJ5Da>g=Y4-fUxd1&<0&mJW-X0J4MqjGdMnsjy&^obBt&TCH7 zFtPnhyaNuOFOuqMl+2lau$6{yfRsj`$y5{zV)G`LYH1&-bsprTiR@L_z$z)GetInterface( CLSID_CLRStrongName, IID_ICLRStrongName, @@ -987,7 +984,7 @@ namespace LegacyActivationShim IfHrFailRet(GetCLRRuntimeInfo(&pInfo)); ICLRStrongName2 *pStrongName; - + IfHrFailRet(pInfo->GetInterface( CLSID_CLRStrongName, IID_ICLRStrongName2, @@ -1040,7 +1037,7 @@ namespace LegacyActivationShim DWORD dwEffectiveStartupFlags = 0; IfHrFailRet(pInfo->GetDefaultStartupFlags(&dwEffectiveStartupFlags, NULL, NULL)); - + // Startup flags at this point are either default (i.e. STARTUP_CONCURRENT_GC) // or have been set based on a config file. We want to clear the concurrent // GC flag because we are supplying non-defaults, and combine them with the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2c476488..9963b03e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/Common.Lib/Common.Lib.vcxproj b/src/Common.Lib/Common.Lib.vcxproj index b44a98b1..eb20dfe5 100644 --- a/src/Common.Lib/Common.Lib.vcxproj +++ b/src/Common.Lib/Common.Lib.vcxproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/Common.Lib/CriticalSectionHolder.h b/src/Common.Lib/CriticalSectionHolder.h index 283da27e..d64e2f44 100644 --- a/src/Common.Lib/CriticalSectionHolder.h +++ b/src/Common.Lib/CriticalSectionHolder.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/EventLoggingBase.cpp b/src/Common.Lib/EventLoggingBase.cpp index f424991f..affa2aae 100644 --- a/src/Common.Lib/EventLoggingBase.cpp +++ b/src/Common.Lib/EventLoggingBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "EventLoggingBase.h" diff --git a/src/Common.Lib/EventLoggingBase.h b/src/Common.Lib/EventLoggingBase.h index f8235811..c56dd43d 100644 --- a/src/Common.Lib/EventLoggingBase.h +++ b/src/Common.Lib/EventLoggingBase.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/InitOnce.h b/src/Common.Lib/InitOnce.h index 5c97e161..32ba4171 100644 --- a/src/Common.Lib/InitOnce.h +++ b/src/Common.Lib/InitOnce.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/Macros.h b/src/Common.Lib/Macros.h index 66b20757..3a2aa470 100644 --- a/src/Common.Lib/Macros.h +++ b/src/Common.Lib/Macros.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/SafeFindFileHandle.h b/src/Common.Lib/SafeFindFileHandle.h index 74d2856e..06f0ba19 100644 --- a/src/Common.Lib/SafeFindFileHandle.h +++ b/src/Common.Lib/SafeFindFileHandle.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/Singleton.h b/src/Common.Lib/Singleton.h index 72504054..38a743e3 100644 --- a/src/Common.Lib/Singleton.h +++ b/src/Common.Lib/Singleton.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Common.Lib/banned.h b/src/Common.Lib/banned.h index 22b708fb..3c98c038 100644 --- a/src/Common.Lib/banned.h +++ b/src/Common.Lib/banned.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. /*** * banned.h - list of Microsoft Security Development Lifecycle (SDL) banned APIs diff --git a/src/Common.Lib/stdafx.cpp b/src/Common.Lib/stdafx.cpp index 4bd41eda..96fd8607 100644 --- a/src/Common.Lib/stdafx.cpp +++ b/src/Common.Lib/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // ExtensionsHostLib.pch will be the pre-compiled header diff --git a/src/Common.Lib/stdafx.h b/src/Common.Lib/stdafx.h index 6e6eefba..2dc72553 100644 --- a/src/Common.Lib/stdafx.h +++ b/src/Common.Lib/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/Common.Lib/tstring.h b/src/Common.Lib/tstring.h index 6f897693..d49ef91f 100644 --- a/src/Common.Lib/tstring.h +++ b/src/Common.Lib/tstring.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Dependencies/LegacyDependencies.csproj b/src/Dependencies/LegacyDependencies.csproj index df50e82c..45bf098c 100644 --- a/src/Dependencies/LegacyDependencies.csproj +++ b/src/Dependencies/LegacyDependencies.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> {C9F8EA17-5B45-4327-8640-7F2C82217DC2} diff --git a/src/Dependencies/NativeDependencies.csproj b/src/Dependencies/NativeDependencies.csproj index 15d6a0f6..89ec318f 100644 --- a/src/Dependencies/NativeDependencies.csproj +++ b/src/Dependencies/NativeDependencies.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> {D1F6A1A5-D8D1-44B3-B59F-6BFE236F7F46} diff --git a/src/Dependencies/WixDependencies.csproj b/src/Dependencies/WixDependencies.csproj index c3e669e0..52b20c09 100644 --- a/src/Dependencies/WixDependencies.csproj +++ b/src/Dependencies/WixDependencies.csproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> {F11B4D26-CADD-4F9C-9F69-D2737F8122F7} diff --git a/src/Extensions.Base.Api.Tests/Extensions.Base.Api.Tests.csproj b/src/Extensions.Base.Api.Tests/Extensions.Base.Api.Tests.csproj index 5685a1dd..45a3c26a 100644 --- a/src/Extensions.Base.Api.Tests/Extensions.Base.Api.Tests.csproj +++ b/src/Extensions.Base.Api.Tests/Extensions.Base.Api.Tests.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/Extensions.Base.Api.Tests/ExtensionsBaseCallbacks.cs b/src/Extensions.Base.Api.Tests/ExtensionsBaseCallbacks.cs index 96ee5347..41cfeac5 100644 --- a/src/Extensions.Base.Api.Tests/ExtensionsBaseCallbacks.cs +++ b/src/Extensions.Base.Api.Tests/ExtensionsBaseCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace ProfilerCallbacksTests { diff --git a/src/Extensions.Base.Api.Tests/ExtensionsBaseLimitations.cs b/src/Extensions.Base.Api.Tests/ExtensionsBaseLimitations.cs index 3586a5c5..2b2c07eb 100644 --- a/src/Extensions.Base.Api.Tests/ExtensionsBaseLimitations.cs +++ b/src/Extensions.Base.Api.Tests/ExtensionsBaseLimitations.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/src/Extensions.Base.Api/BeginCallbacks.cs b/src/Extensions.Base.Api/BeginCallbacks.cs index 6124d635..08feceb7 100644 --- a/src/Extensions.Base.Api/BeginCallbacks.cs +++ b/src/Extensions.Base.Api/BeginCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/BeginCallbacks.tt b/src/Extensions.Base.Api/BeginCallbacks.tt index df118914..92ad3d5f 100644 --- a/src/Extensions.Base.Api/BeginCallbacks.tt +++ b/src/Extensions.Base.Api/BeginCallbacks.tt @@ -1,4 +1,5 @@ <#+ // Copyright (c) Microsoft Corporation. All rights reserved. #> +<#+ // Licensed under the MIT License. #> <#@ template debug="false" hostspecific="false" language="C#" #> <#@ assembly name="System.Core" #> @@ -40,7 +41,7 @@ #> // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/EndCallbacks.cs b/src/Extensions.Base.Api/EndCallbacks.cs index 50ae721a..1f1872ca 100644 --- a/src/Extensions.Base.Api/EndCallbacks.cs +++ b/src/Extensions.Base.Api/EndCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/EndCallbacks.tt b/src/Extensions.Base.Api/EndCallbacks.tt index 3f3bb104..d26cb3b1 100644 --- a/src/Extensions.Base.Api/EndCallbacks.tt +++ b/src/Extensions.Base.Api/EndCallbacks.tt @@ -1,4 +1,5 @@ <#+ // Copyright (c) Microsoft Corporation. All rights reserved. #> +<#+ // Licensed under the MIT License. #> <#@ template debug="false" hostspecific="false" language="C#" #> <#@ assembly name="System.Core" #> @@ -40,7 +41,7 @@ #> // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/ExceptionCallbacks.cs b/src/Extensions.Base.Api/ExceptionCallbacks.cs index 70c64d59..95749a12 100644 --- a/src/Extensions.Base.Api/ExceptionCallbacks.cs +++ b/src/Extensions.Base.Api/ExceptionCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/ExceptionCallbacks.tt b/src/Extensions.Base.Api/ExceptionCallbacks.tt index a99c3510..d694edef 100644 --- a/src/Extensions.Base.Api/ExceptionCallbacks.tt +++ b/src/Extensions.Base.Api/ExceptionCallbacks.tt @@ -1,4 +1,5 @@ <#+ // Copyright (c) Microsoft Corporation. All rights reserved. #> +<#+ // Licensed under the MIT License. #> <#@ template debug="false" hostspecific="false" language="C#" #> <#@ assembly name="System.Core" #> @@ -40,7 +41,7 @@ #> // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/Extensions.Base.Api.csproj b/src/Extensions.Base.Api/Extensions.Base.Api.csproj index 32f6c822..13e26eda 100644 --- a/src/Extensions.Base.Api/Extensions.Base.Api.csproj +++ b/src/Extensions.Base.Api/Extensions.Base.Api.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/Extensions.Base.Api/NativeMethods.cs b/src/Extensions.Base.Api/NativeMethods.cs index e639a91f..b59d4776 100644 --- a/src/Extensions.Base.Api/NativeMethods.cs +++ b/src/Extensions.Base.Api/NativeMethods.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace _System.Diagnostics { diff --git a/src/Extensions.Base.Api/PublicContract.cs b/src/Extensions.Base.Api/PublicContract.cs index 0cb30571..116a89c7 100644 --- a/src/Extensions.Base.Api/PublicContract.cs +++ b/src/Extensions.Base.Api/PublicContract.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base.Api/PublicContract.tt b/src/Extensions.Base.Api/PublicContract.tt index 6084145a..8fbcfea8 100644 --- a/src/Extensions.Base.Api/PublicContract.tt +++ b/src/Extensions.Base.Api/PublicContract.tt @@ -1,4 +1,5 @@ <#+ // Copyright (c) Microsoft Corporation. All rights reserved. #> +<#+ // Licensed under the MIT License. #> <#@ template debug="false" hostspecific="false" language="C#" #> <#@ assembly name="System.Core" #> @@ -39,7 +40,7 @@ #> // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //============================================== //This file is autogenerated diff --git a/src/Extensions.Base/Extensions.Base.filters b/src/Extensions.Base/Extensions.Base.filters index 74d5adbc..c4147629 100644 --- a/src/Extensions.Base/Extensions.Base.filters +++ b/src/Extensions.Base/Extensions.Base.filters @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/Extensions.Base/Extensions.Base.vcxproj b/src/Extensions.Base/Extensions.Base.vcxproj index 44890b1d..9efe138a 100644 --- a/src/Extensions.Base/Extensions.Base.vcxproj +++ b/src/Extensions.Base/Extensions.Base.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/Extensions.Base/HostExtension.cpp b/src/Extensions.Base/HostExtension.cpp index 6ec6295f..8de2bc90 100644 --- a/src/Extensions.Base/HostExtension.cpp +++ b/src/Extensions.Base/HostExtension.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "HostExtension.h" diff --git a/src/Extensions.Base/HostExtension.def b/src/Extensions.Base/HostExtension.def index 2202f2f0..e2bc93db 100644 --- a/src/Extensions.Base/HostExtension.def +++ b/src/Extensions.Base/HostExtension.def @@ -1,5 +1,5 @@ ;; Copyright (c) Microsoft Corporation. All rights reserved. -;; +;; Licensed under the MIT License. ; HostExtension.def : Declares the module parameters. diff --git a/src/Extensions.Base/HostExtension.h b/src/Extensions.Base/HostExtension.h index fc5486c7..6c8b33fc 100644 --- a/src/Extensions.Base/HostExtension.h +++ b/src/Extensions.Base/HostExtension.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Extensions.Base/HostExtension.idl b/src/Extensions.Base/HostExtension.idl index eabf001a..a1f63bc2 100644 --- a/src/Extensions.Base/HostExtension.idl +++ b/src/Extensions.Base/HostExtension.idl @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // HostExtension.idl : IDL source for HostExtension // diff --git a/src/Extensions.Base/HostExtensionExport.cpp b/src/Extensions.Base/HostExtensionExport.cpp index e8caf1ab..033942ab 100644 --- a/src/Extensions.Base/HostExtensionExport.cpp +++ b/src/Extensions.Base/HostExtensionExport.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // HostExtension.cpp : Implementation of DLL Exports. diff --git a/src/Extensions.Base/dllmain.cpp b/src/Extensions.Base/dllmain.cpp index 54c03909..7adb6db5 100644 --- a/src/Extensions.Base/dllmain.cpp +++ b/src/Extensions.Base/dllmain.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.cpp : Implementation of DllMain. diff --git a/src/Extensions.Base/dllmain.h b/src/Extensions.Base/dllmain.h index b7125593..5efc35cd 100644 --- a/src/Extensions.Base/dllmain.h +++ b/src/Extensions.Base/dllmain.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.h : Declaration of module class. diff --git a/src/Extensions.Base/stdafx.cpp b/src/Extensions.Base/stdafx.cpp index cd9dc5ae..d785193b 100644 --- a/src/Extensions.Base/stdafx.cpp +++ b/src/Extensions.Base/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // HostExtension.pch will be the pre-compiled header diff --git a/src/Extensions.Base/stdafx.h b/src/Extensions.Base/stdafx.h index 19269793..b734ce8c 100644 --- a/src/Extensions.Base/stdafx.h +++ b/src/Extensions.Base/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, diff --git a/src/Extensions.Base/x64/Microsoft.InstrumentationEngine.Extensions.config b/src/Extensions.Base/x64/Microsoft.InstrumentationEngine.Extensions.config index 63af504b..0a7b5128 100644 --- a/src/Extensions.Base/x64/Microsoft.InstrumentationEngine.Extensions.config +++ b/src/Extensions.Base/x64/Microsoft.InstrumentationEngine.Extensions.config @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> Runtime instrumentation agent Host Extension diff --git a/src/Extensions.Base/x86/Microsoft.InstrumentationEngine.Extensions.config b/src/Extensions.Base/x86/Microsoft.InstrumentationEngine.Extensions.config index a78820cc..8d297448 100644 --- a/src/Extensions.Base/x86/Microsoft.InstrumentationEngine.Extensions.config +++ b/src/Extensions.Base/x86/Microsoft.InstrumentationEngine.Extensions.config @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> Runtime instrumentation agent Host Extension diff --git a/src/Extensions.BaseLib/AssemblyInfo.h b/src/Extensions.BaseLib/AssemblyInfo.h index be89b3b4..2a3b8de2 100644 --- a/src/Extensions.BaseLib/AssemblyInfo.h +++ b/src/Extensions.BaseLib/AssemblyInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Extensions.BaseLib/CallbacksEmitter.cpp b/src/Extensions.BaseLib/CallbacksEmitter.cpp index f67caf40..def2abe4 100644 --- a/src/Extensions.BaseLib/CallbacksEmitter.cpp +++ b/src/Extensions.BaseLib/CallbacksEmitter.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/Extensions.BaseLib/CallbacksEmitter.h b/src/Extensions.BaseLib/CallbacksEmitter.h index 29550b55..8ce985f2 100644 --- a/src/Extensions.BaseLib/CallbacksEmitter.h +++ b/src/Extensions.BaseLib/CallbacksEmitter.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Extensions.BaseLib/DecorationCallbacksInfoReader.cpp b/src/Extensions.BaseLib/DecorationCallbacksInfoReader.cpp index 92ad3297..7c99ff02 100644 --- a/src/Extensions.BaseLib/DecorationCallbacksInfoReader.cpp +++ b/src/Extensions.BaseLib/DecorationCallbacksInfoReader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/Extensions.BaseLib/Extensions.BaseLib.vcxproj b/src/Extensions.BaseLib/Extensions.BaseLib.vcxproj index 1446c1a6..2a7886d0 100644 --- a/src/Extensions.BaseLib/Extensions.BaseLib.vcxproj +++ b/src/Extensions.BaseLib/Extensions.BaseLib.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/Extensions.BaseLib/HostExtensionBase.cpp b/src/Extensions.BaseLib/HostExtensionBase.cpp index 3705e6f4..3880fde3 100644 --- a/src/Extensions.BaseLib/HostExtensionBase.cpp +++ b/src/Extensions.BaseLib/HostExtensionBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/Extensions.BaseLib/HostExtensionBase.h b/src/Extensions.BaseLib/HostExtensionBase.h index a02f5e70..c1ca6e07 100644 --- a/src/Extensions.BaseLib/HostExtensionBase.h +++ b/src/Extensions.BaseLib/HostExtensionBase.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Extensions.BaseLib/MethodInfoDataContainerAdatpter.cpp b/src/Extensions.BaseLib/MethodInfoDataContainerAdatpter.cpp index 63e54e5a..5117e7fe 100644 --- a/src/Extensions.BaseLib/MethodInfoDataContainerAdatpter.cpp +++ b/src/Extensions.BaseLib/MethodInfoDataContainerAdatpter.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ExtensionsCommon\MethodInfoDataContainerAdatpter.h" diff --git a/src/Extensions.BaseLib/MethodRecord.cpp b/src/Extensions.BaseLib/MethodRecord.cpp index a7e8bcc7..e03b72e1 100644 --- a/src/Extensions.BaseLib/MethodRecord.cpp +++ b/src/Extensions.BaseLib/MethodRecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "MethodRecord.h" diff --git a/src/Extensions.BaseLib/ModuleMetaDataLoader.cpp b/src/Extensions.BaseLib/ModuleMetaDataLoader.cpp index cd1a4a72..a0855367 100644 --- a/src/Extensions.BaseLib/ModuleMetaDataLoader.cpp +++ b/src/Extensions.BaseLib/ModuleMetaDataLoader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/Extensions.BaseLib/ModuleMetaDataLoader.h b/src/Extensions.BaseLib/ModuleMetaDataLoader.h index 8469ca4d..b01eb0ae 100644 --- a/src/Extensions.BaseLib/ModuleMetaDataLoader.h +++ b/src/Extensions.BaseLib/ModuleMetaDataLoader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once #include "ExtensionsCommon\ProfilerHostServices.h" diff --git a/src/Extensions.BaseLib/stdafx.cpp b/src/Extensions.BaseLib/stdafx.cpp index 22508a8b..7ca31a74 100644 --- a/src/Extensions.BaseLib/stdafx.cpp +++ b/src/Extensions.BaseLib/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // HostExtensionLib.pch will be the pre-compiled header diff --git a/src/Extensions.BaseLib/stdafx.h b/src/Extensions.BaseLib/stdafx.h index a2b88b33..64d1a262 100644 --- a/src/Extensions.BaseLib/stdafx.h +++ b/src/Extensions.BaseLib/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/ExtensionsCommon/AgentTls.h b/src/ExtensionsCommon/AgentTls.h index 76f6dec2..8e99a2b2 100644 --- a/src/ExtensionsCommon/AgentTls.h +++ b/src/ExtensionsCommon/AgentTls.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/AgentTrace.h b/src/ExtensionsCommon/AgentTrace.h index 479345b2..6220b412 100644 --- a/src/ExtensionsCommon/AgentTrace.h +++ b/src/ExtensionsCommon/AgentTrace.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/AgentValidation.h b/src/ExtensionsCommon/AgentValidation.h index f030af2d..372858b8 100644 --- a/src/ExtensionsCommon/AgentValidation.h +++ b/src/ExtensionsCommon/AgentValidation.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/CrtDiagnostics.cpp b/src/ExtensionsCommon/CrtDiagnostics.cpp index bde9eba4..897b8690 100644 --- a/src/ExtensionsCommon/CrtDiagnostics.cpp +++ b/src/ExtensionsCommon/CrtDiagnostics.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CrtDiagnostics.h" diff --git a/src/ExtensionsCommon/CrtDiagnostics.h b/src/ExtensionsCommon/CrtDiagnostics.h index a5f93190..ba438f94 100644 --- a/src/ExtensionsCommon/CrtDiagnostics.h +++ b/src/ExtensionsCommon/CrtDiagnostics.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DataContainerAdapter.cpp b/src/ExtensionsCommon/DataContainerAdapter.cpp index 63b1835e..4690111e 100644 --- a/src/ExtensionsCommon/DataContainerAdapter.cpp +++ b/src/ExtensionsCommon/DataContainerAdapter.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "DataContainerAdapter.h" diff --git a/src/ExtensionsCommon/DataContainerAdapter.h b/src/ExtensionsCommon/DataContainerAdapter.h index bb34b771..5499d2b4 100644 --- a/src/ExtensionsCommon/DataContainerAdapter.h +++ b/src/ExtensionsCommon/DataContainerAdapter.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DataItemContainer.cpp b/src/ExtensionsCommon/DataItemContainer.cpp index 17514c0d..cfc39b18 100644 --- a/src/ExtensionsCommon/DataItemContainer.cpp +++ b/src/ExtensionsCommon/DataItemContainer.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "DataItemContainer.h" diff --git a/src/ExtensionsCommon/DataItemContainer.h b/src/ExtensionsCommon/DataItemContainer.h index 0129bc0e..4bd99f65 100644 --- a/src/ExtensionsCommon/DataItemContainer.h +++ b/src/ExtensionsCommon/DataItemContainer.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DecorationCallbackInfo.cpp b/src/ExtensionsCommon/DecorationCallbackInfo.cpp index ac5ec052..df8f8544 100644 --- a/src/ExtensionsCommon/DecorationCallbackInfo.cpp +++ b/src/ExtensionsCommon/DecorationCallbackInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/DecorationCallbackInfo.h b/src/ExtensionsCommon/DecorationCallbackInfo.h index fd3bcf15..9bb07f9f 100644 --- a/src/ExtensionsCommon/DecorationCallbackInfo.h +++ b/src/ExtensionsCommon/DecorationCallbackInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DecorationCallbackRefInfo.h b/src/ExtensionsCommon/DecorationCallbackRefInfo.h index 2d827e59..f04cde8e 100644 --- a/src/ExtensionsCommon/DecorationCallbackRefInfo.h +++ b/src/ExtensionsCommon/DecorationCallbackRefInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DecorationCallbacksInfo.cpp b/src/ExtensionsCommon/DecorationCallbacksInfo.cpp index e3028963..ad017738 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfo.cpp +++ b/src/ExtensionsCommon/DecorationCallbacksInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/DecorationCallbacksInfo.h b/src/ExtensionsCommon/DecorationCallbacksInfo.h index c2bfb8b0..df39f0a7 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfo.h +++ b/src/ExtensionsCommon/DecorationCallbacksInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DecorationCallbacksInfoReader.cpp b/src/ExtensionsCommon/DecorationCallbacksInfoReader.cpp index f6a9ad70..1413d9e9 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfoReader.cpp +++ b/src/ExtensionsCommon/DecorationCallbacksInfoReader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/DecorationCallbacksInfoReader.h b/src/ExtensionsCommon/DecorationCallbacksInfoReader.h index 15b53c6e..5ee9a61e 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfoReader.h +++ b/src/ExtensionsCommon/DecorationCallbacksInfoReader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.cpp b/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.cpp index eb31c9ba..9eaa1474 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.cpp +++ b/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "DecorationCallbacksInfoStaticReader.h" diff --git a/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.h b/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.h index 8467393a..891d5e63 100644 --- a/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.h +++ b/src/ExtensionsCommon/DecorationCallbacksInfoStaticReader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/Environment.cpp b/src/ExtensionsCommon/Environment.cpp index 8a90e1f4..f23a34f9 100644 --- a/src/ExtensionsCommon/Environment.cpp +++ b/src/ExtensionsCommon/Environment.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/Environment.h b/src/ExtensionsCommon/Environment.h index f6835097..ef645d33 100644 --- a/src/ExtensionsCommon/Environment.h +++ b/src/ExtensionsCommon/Environment.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/Exception.cpp b/src/ExtensionsCommon/Exception.cpp index 42bb8a80..95e00b3a 100644 --- a/src/ExtensionsCommon/Exception.cpp +++ b/src/ExtensionsCommon/Exception.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "Exception.h" diff --git a/src/ExtensionsCommon/Exception.h b/src/ExtensionsCommon/Exception.h index 354cc6a1..b6b4fa3e 100644 --- a/src/ExtensionsCommon/Exception.h +++ b/src/ExtensionsCommon/Exception.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ExtensionsCommon.vcxproj b/src/ExtensionsCommon/ExtensionsCommon.vcxproj index 7f906f79..4902c6c9 100644 --- a/src/ExtensionsCommon/ExtensionsCommon.vcxproj +++ b/src/ExtensionsCommon/ExtensionsCommon.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/ExtensionsCommon/FormatMessage.h b/src/ExtensionsCommon/FormatMessage.h index b118d3bc..45e8a7a0 100644 --- a/src/ExtensionsCommon/FormatMessage.h +++ b/src/ExtensionsCommon/FormatMessage.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ICodeInjector.h b/src/ExtensionsCommon/ICodeInjector.h index 6f07cad7..12dd0c0c 100644 --- a/src/ExtensionsCommon/ICodeInjector.h +++ b/src/ExtensionsCommon/ICodeInjector.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ICodeInjectorFwd.h b/src/ExtensionsCommon/ICodeInjectorFwd.h index 5c27613a..fe5efbbc 100644 --- a/src/ExtensionsCommon/ICodeInjectorFwd.h +++ b/src/ExtensionsCommon/ICodeInjectorFwd.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/INativeMethodsStubs.h b/src/ExtensionsCommon/INativeMethodsStubs.h index 7d4159d9..5bb33062 100644 --- a/src/ExtensionsCommon/INativeMethodsStubs.h +++ b/src/ExtensionsCommon/INativeMethodsStubs.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstructionDefineExtensions.h b/src/ExtensionsCommon/InstructionDefineExtensions.h index 19513cb5..2b6b33db 100644 --- a/src/ExtensionsCommon/InstructionDefineExtensions.h +++ b/src/ExtensionsCommon/InstructionDefineExtensions.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationEngineDefs.h b/src/ExtensionsCommon/InstrumentationEngineDefs.h index 372d5d0d..a2b1a734 100644 --- a/src/ExtensionsCommon/InstrumentationEngineDefs.h +++ b/src/ExtensionsCommon/InstrumentationEngineDefs.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationEngineInfraPointerDefs.h b/src/ExtensionsCommon/InstrumentationEngineInfraPointerDefs.h index 04df0abc..89a5caed 100644 --- a/src/ExtensionsCommon/InstrumentationEngineInfraPointerDefs.h +++ b/src/ExtensionsCommon/InstrumentationEngineInfraPointerDefs.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationEnginePointerDefs.h b/src/ExtensionsCommon/InstrumentationEnginePointerDefs.h index 711b6b3f..e099da5f 100644 --- a/src/ExtensionsCommon/InstrumentationEnginePointerDefs.h +++ b/src/ExtensionsCommon/InstrumentationEnginePointerDefs.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationMethodBase.cpp b/src/ExtensionsCommon/InstrumentationMethodBase.cpp index d7cad8d4..031c591b 100644 --- a/src/ExtensionsCommon/InstrumentationMethodBase.cpp +++ b/src/ExtensionsCommon/InstrumentationMethodBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/InstrumentationMethodBase.h b/src/ExtensionsCommon/InstrumentationMethodBase.h index bcf72aad..18f5d526 100644 --- a/src/ExtensionsCommon/InstrumentationMethodBase.h +++ b/src/ExtensionsCommon/InstrumentationMethodBase.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationMethodExceptionsImplT.h b/src/ExtensionsCommon/InstrumentationMethodExceptionsImplT.h index 3f4081b9..024fb35f 100644 --- a/src/ExtensionsCommon/InstrumentationMethodExceptionsImplT.h +++ b/src/ExtensionsCommon/InstrumentationMethodExceptionsImplT.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InstrumentationMethodUtils.h b/src/ExtensionsCommon/InstrumentationMethodUtils.h index 6358280d..5148b57c 100644 --- a/src/ExtensionsCommon/InstrumentationMethodUtils.h +++ b/src/ExtensionsCommon/InstrumentationMethodUtils.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InteropHelpers.h b/src/ExtensionsCommon/InteropHelpers.h index 5990c57e..bbfc285f 100644 --- a/src/ExtensionsCommon/InteropHelpers.h +++ b/src/ExtensionsCommon/InteropHelpers.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/InteropInstrumentationHandler.cpp b/src/ExtensionsCommon/InteropInstrumentationHandler.cpp index c6740f31..8b4704f6 100644 --- a/src/ExtensionsCommon/InteropInstrumentationHandler.cpp +++ b/src/ExtensionsCommon/InteropInstrumentationHandler.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/InteropInstrumentationHandler.h b/src/ExtensionsCommon/InteropInstrumentationHandler.h index c6910cda..04747384 100644 --- a/src/ExtensionsCommon/InteropInstrumentationHandler.h +++ b/src/ExtensionsCommon/InteropInstrumentationHandler.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/LoadArgumentsHelper.cpp b/src/ExtensionsCommon/LoadArgumentsHelper.cpp index 4b026ba7..5db13dae 100644 --- a/src/ExtensionsCommon/LoadArgumentsHelper.cpp +++ b/src/ExtensionsCommon/LoadArgumentsHelper.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "LoadArgumentsHelper.h" diff --git a/src/ExtensionsCommon/LoadArgumentsHelper.h b/src/ExtensionsCommon/LoadArgumentsHelper.h index 8072adc2..36fdfd59 100644 --- a/src/ExtensionsCommon/LoadArgumentsHelper.h +++ b/src/ExtensionsCommon/LoadArgumentsHelper.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ManagedRedirectCodeInjector.cpp b/src/ExtensionsCommon/ManagedRedirectCodeInjector.cpp index 9bf72262..b2cf595a 100644 --- a/src/ExtensionsCommon/ManagedRedirectCodeInjector.cpp +++ b/src/ExtensionsCommon/ManagedRedirectCodeInjector.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ManagedRedirectCodeInjector.h" diff --git a/src/ExtensionsCommon/ManagedRedirectCodeInjector.h b/src/ExtensionsCommon/ManagedRedirectCodeInjector.h index 0c5cd15f..81af9fde 100644 --- a/src/ExtensionsCommon/ManagedRedirectCodeInjector.h +++ b/src/ExtensionsCommon/ManagedRedirectCodeInjector.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/MethodInfoDataContainerAdatpter.h b/src/ExtensionsCommon/MethodInfoDataContainerAdatpter.h index 392967fe..34fac2f5 100644 --- a/src/ExtensionsCommon/MethodInfoDataContainerAdatpter.h +++ b/src/ExtensionsCommon/MethodInfoDataContainerAdatpter.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/MethodInstrumentationInfoCollection.cpp b/src/ExtensionsCommon/MethodInstrumentationInfoCollection.cpp index 19227129..f5b5659c 100644 --- a/src/ExtensionsCommon/MethodInstrumentationInfoCollection.cpp +++ b/src/ExtensionsCommon/MethodInstrumentationInfoCollection.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/MethodInstrumentationInfoCollection.h b/src/ExtensionsCommon/MethodInstrumentationInfoCollection.h index 355ec162..0ba31f12 100644 --- a/src/ExtensionsCommon/MethodInstrumentationInfoCollection.h +++ b/src/ExtensionsCommon/MethodInstrumentationInfoCollection.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/MethodInstrumentationInfoKey.cpp b/src/ExtensionsCommon/MethodInstrumentationInfoKey.cpp index 548e5dde..802515ec 100644 --- a/src/ExtensionsCommon/MethodInstrumentationInfoKey.cpp +++ b/src/ExtensionsCommon/MethodInstrumentationInfoKey.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/MethodInstrumentationInfoKey.h b/src/ExtensionsCommon/MethodInstrumentationInfoKey.h index 331babce..0392fd06 100644 --- a/src/ExtensionsCommon/MethodInstrumentationInfoKey.h +++ b/src/ExtensionsCommon/MethodInstrumentationInfoKey.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/MethodRecord.h b/src/ExtensionsCommon/MethodRecord.h index b5ad8cb8..e42afe98 100644 --- a/src/ExtensionsCommon/MethodRecord.h +++ b/src/ExtensionsCommon/MethodRecord.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ModuleHandle.cpp b/src/ExtensionsCommon/ModuleHandle.cpp index 4e377599..cc1afefc 100644 --- a/src/ExtensionsCommon/ModuleHandle.cpp +++ b/src/ExtensionsCommon/ModuleHandle.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ModuleHandle.h" diff --git a/src/ExtensionsCommon/ModuleHandle.h b/src/ExtensionsCommon/ModuleHandle.h index 3ed7fac6..d29d647d 100644 --- a/src/ExtensionsCommon/ModuleHandle.h +++ b/src/ExtensionsCommon/ModuleHandle.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ModuleUtils.cpp b/src/ExtensionsCommon/ModuleUtils.cpp index 1c36bd38..0a30216d 100644 --- a/src/ExtensionsCommon/ModuleUtils.cpp +++ b/src/ExtensionsCommon/ModuleUtils.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/ModuleUtils.h b/src/ExtensionsCommon/ModuleUtils.h index 26d21508..f6ca19e9 100644 --- a/src/ExtensionsCommon/ModuleUtils.h +++ b/src/ExtensionsCommon/ModuleUtils.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.cpp b/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.cpp index 9977c280..9998fdb8 100644 --- a/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.cpp +++ b/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.h b/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.h index f35fdb0c..bd9f3aff 100644 --- a/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.h +++ b/src/ExtensionsCommon/NativeInstanceMethodInstrumentationInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.cpp b/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.cpp index a2226a19..b3df98ca 100644 --- a/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.cpp +++ b/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.h b/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.h index 59551399..1bdaf696 100644 --- a/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.h +++ b/src/ExtensionsCommon/NativeInstanceMethodsCodeInjector.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/PathUtils.cpp b/src/ExtensionsCommon/PathUtils.cpp index 0099fd06..c908d462 100644 --- a/src/ExtensionsCommon/PathUtils.cpp +++ b/src/ExtensionsCommon/PathUtils.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "PathUtils.h" diff --git a/src/ExtensionsCommon/PathUtils.h b/src/ExtensionsCommon/PathUtils.h index 4b02f9f5..6f270b45 100644 --- a/src/ExtensionsCommon/PathUtils.h +++ b/src/ExtensionsCommon/PathUtils.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/Precompiled.h b/src/ExtensionsCommon/Precompiled.h index 6fc8096c..36388a59 100644 --- a/src/ExtensionsCommon/Precompiled.h +++ b/src/ExtensionsCommon/Precompiled.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ProfilerHostServices.h b/src/ExtensionsCommon/ProfilerHostServices.h index 70fba221..9c6656cf 100644 --- a/src/ExtensionsCommon/ProfilerHostServices.h +++ b/src/ExtensionsCommon/ProfilerHostServices.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ProfilerManagerHostBase.cpp b/src/ExtensionsCommon/ProfilerManagerHostBase.cpp index 7892030f..9ca41b94 100644 --- a/src/ExtensionsCommon/ProfilerManagerHostBase.cpp +++ b/src/ExtensionsCommon/ProfilerManagerHostBase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/ProfilerManagerHostBase.h b/src/ExtensionsCommon/ProfilerManagerHostBase.h index cfe7ef82..f4091ecd 100644 --- a/src/ExtensionsCommon/ProfilerManagerHostBase.h +++ b/src/ExtensionsCommon/ProfilerManagerHostBase.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/ReflectionHelper.cpp b/src/ExtensionsCommon/ReflectionHelper.cpp index b977a90e..05800bc0 100644 --- a/src/ExtensionsCommon/ReflectionHelper.cpp +++ b/src/ExtensionsCommon/ReflectionHelper.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ReflectionHelper.h" diff --git a/src/ExtensionsCommon/ReflectionHelper.h b/src/ExtensionsCommon/ReflectionHelper.h index 8c44eea5..e4e096ec 100644 --- a/src/ExtensionsCommon/ReflectionHelper.h +++ b/src/ExtensionsCommon/ReflectionHelper.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/TextUtils.cpp b/src/ExtensionsCommon/TextUtils.cpp index 31e8860c..0389d6ac 100644 --- a/src/ExtensionsCommon/TextUtils.cpp +++ b/src/ExtensionsCommon/TextUtils.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "TextUtils.h" diff --git a/src/ExtensionsCommon/TextUtils.h b/src/ExtensionsCommon/TextUtils.h index d835544e..81eb6edd 100644 --- a/src/ExtensionsCommon/TextUtils.h +++ b/src/ExtensionsCommon/TextUtils.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/WellKnownInstrumentationDefs.cpp b/src/ExtensionsCommon/WellKnownInstrumentationDefs.cpp index d153605d..00a6bb03 100644 --- a/src/ExtensionsCommon/WellKnownInstrumentationDefs.cpp +++ b/src/ExtensionsCommon/WellKnownInstrumentationDefs.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "WellKnownInstrumentationDefs.h" diff --git a/src/ExtensionsCommon/WellKnownInstrumentationDefs.h b/src/ExtensionsCommon/WellKnownInstrumentationDefs.h index 8be3a0bf..54de15e7 100644 --- a/src/ExtensionsCommon/WellKnownInstrumentationDefs.h +++ b/src/ExtensionsCommon/WellKnownInstrumentationDefs.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/WellKnownMethodInfo.cpp b/src/ExtensionsCommon/WellKnownMethodInfo.cpp index 239e3a82..4bdee653 100644 --- a/src/ExtensionsCommon/WellKnownMethodInfo.cpp +++ b/src/ExtensionsCommon/WellKnownMethodInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/ExtensionsCommon/WellKnownMethodInfo.h b/src/ExtensionsCommon/WellKnownMethodInfo.h index 0b217d3b..e3841bf7 100644 --- a/src/ExtensionsCommon/WellKnownMethodInfo.h +++ b/src/ExtensionsCommon/WellKnownMethodInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/WellKnownTypeInfo.cpp b/src/ExtensionsCommon/WellKnownTypeInfo.cpp index e658a70f..0aa2e8cb 100644 --- a/src/ExtensionsCommon/WellKnownTypeInfo.cpp +++ b/src/ExtensionsCommon/WellKnownTypeInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "WellKnownTypeInfo.h" diff --git a/src/ExtensionsCommon/WellKnownTypeInfo.h b/src/ExtensionsCommon/WellKnownTypeInfo.h index 9eed8887..7aa881d7 100644 --- a/src/ExtensionsCommon/WellKnownTypeInfo.h +++ b/src/ExtensionsCommon/WellKnownTypeInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsCommon/stdafx.cpp b/src/ExtensionsCommon/stdafx.cpp index 9b1c4a3f..b55fe0b0 100644 --- a/src/ExtensionsCommon/stdafx.cpp +++ b/src/ExtensionsCommon/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // ExtensionsCommon.pch will be the pre-compiled header diff --git a/src/ExtensionsCommon/stdafx.h b/src/ExtensionsCommon/stdafx.h index 67192c3b..6bf279de 100644 --- a/src/ExtensionsCommon/stdafx.h +++ b/src/ExtensionsCommon/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/ExtensionsCommon/targetver.h b/src/ExtensionsCommon/targetver.h index 5a9be3d7..c254aaa3 100644 --- a/src/ExtensionsCommon/targetver.h +++ b/src/ExtensionsCommon/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsHostLib/CExtensionsHost.cpp b/src/ExtensionsHostLib/CExtensionsHost.cpp index 89efb199..343b3777 100644 --- a/src/ExtensionsHostLib/CExtensionsHost.cpp +++ b/src/ExtensionsHostLib/CExtensionsHost.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // CExtensionsHost.cpp : Implementation of CExtensionsHost diff --git a/src/ExtensionsHostLib/CExtensionsHost.h b/src/ExtensionsHostLib/CExtensionsHost.h index fdc9a485..eca0980e 100644 --- a/src/ExtensionsHostLib/CExtensionsHost.h +++ b/src/ExtensionsHostLib/CExtensionsHost.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // CExtensionsHost.h : Declaration of the CExtensionsHost diff --git a/src/ExtensionsHostLib/CMakeLists.txt b/src/ExtensionsHostLib/CMakeLists.txt index 5f85e48b..f9faf90a 100644 --- a/src/ExtensionsHostLib/CMakeLists.txt +++ b/src/ExtensionsHostLib/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/ExtensionsHostLib/ExtensionsHostLib.vcxproj b/src/ExtensionsHostLib/ExtensionsHostLib.vcxproj index 791ae1d1..5f50f9e0 100644 --- a/src/ExtensionsHostLib/ExtensionsHostLib.vcxproj +++ b/src/ExtensionsHostLib/ExtensionsHostLib.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/ExtensionsHostLib/Platform/CExtensionsHostUnix.h b/src/ExtensionsHostLib/Platform/CExtensionsHostUnix.h index 9bcbf0b2..606b5459 100644 --- a/src/ExtensionsHostLib/Platform/CExtensionsHostUnix.h +++ b/src/ExtensionsHostLib/Platform/CExtensionsHostUnix.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // CExtensionsHost.h : Declaration of the CExtensionsHost diff --git a/src/ExtensionsHostLib/Platform/CExtensionsHostWindows.h b/src/ExtensionsHostLib/Platform/CExtensionsHostWindows.h index ffe1b9ea..3a7c4d8f 100644 --- a/src/ExtensionsHostLib/Platform/CExtensionsHostWindows.h +++ b/src/ExtensionsHostLib/Platform/CExtensionsHostWindows.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // CExtensionsHost.h : Declaration of the CExtensionsHost diff --git a/src/ExtensionsHostLib/RawProfilerHookLoader.cpp b/src/ExtensionsHostLib/RawProfilerHookLoader.cpp index b921083f..a289ab32 100644 --- a/src/ExtensionsHostLib/RawProfilerHookLoader.cpp +++ b/src/ExtensionsHostLib/RawProfilerHookLoader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "RawProfilerHookLoader.h" diff --git a/src/ExtensionsHostLib/RawProfilerHookLoader.h b/src/ExtensionsHostLib/RawProfilerHookLoader.h index 11f3e058..9a840029 100644 --- a/src/ExtensionsHostLib/RawProfilerHookLoader.h +++ b/src/ExtensionsHostLib/RawProfilerHookLoader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsHostLib/RawProfilerHookSettingsReader.cpp b/src/ExtensionsHostLib/RawProfilerHookSettingsReader.cpp index 0e61bd36..9e0ecece 100644 --- a/src/ExtensionsHostLib/RawProfilerHookSettingsReader.cpp +++ b/src/ExtensionsHostLib/RawProfilerHookSettingsReader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "RawProfilerHookSettingsReader.h" diff --git a/src/ExtensionsHostLib/RawProfilerHookSettingsReader.h b/src/ExtensionsHostLib/RawProfilerHookSettingsReader.h index 00faf08f..bb98514e 100644 --- a/src/ExtensionsHostLib/RawProfilerHookSettingsReader.h +++ b/src/ExtensionsHostLib/RawProfilerHookSettingsReader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/ExtensionsHostLib/stdafx.cpp b/src/ExtensionsHostLib/stdafx.cpp index 4bd41eda..96fd8607 100644 --- a/src/ExtensionsHostLib/stdafx.cpp +++ b/src/ExtensionsHostLib/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // ExtensionsHostLib.pch will be the pre-compiled header diff --git a/src/ExtensionsHostLib/stdafx.h b/src/ExtensionsHostLib/stdafx.h index 126b366a..61586bd0 100644 --- a/src/ExtensionsHostLib/stdafx.h +++ b/src/ExtensionsHostLib/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/InstrumentationEngine.Api/CMakeLists.txt b/src/InstrumentationEngine.Api/CMakeLists.txt index a39c0c94..a0e6941c 100644 --- a/src/InstrumentationEngine.Api/CMakeLists.txt +++ b/src/InstrumentationEngine.Api/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/InstrumentationEngine.Api/InstrumentationEngine.Api.vcxproj b/src/InstrumentationEngine.Api/InstrumentationEngine.Api.vcxproj index 805c8b34..dd985d77 100644 --- a/src/InstrumentationEngine.Api/InstrumentationEngine.Api.vcxproj +++ b/src/InstrumentationEngine.Api/InstrumentationEngine.Api.vcxproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Api/InstrumentationEngine.idl b/src/InstrumentationEngine.Api/InstrumentationEngine.idl index 3805ef60..93c2b27a 100644 --- a/src/InstrumentationEngine.Api/InstrumentationEngine.idl +++ b/src/InstrumentationEngine.Api/InstrumentationEngine.idl @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // Header files for the instrumentation engine // This is used to generate header files diff --git a/src/InstrumentationEngine.Api/InstrumentationEngine_i.cpp b/src/InstrumentationEngine.Api/InstrumentationEngine_i.cpp index 6aeb3d9d..919810f6 100644 --- a/src/InstrumentationEngine.Api/InstrumentationEngine_i.cpp +++ b/src/InstrumentationEngine.Api/InstrumentationEngine_i.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. /* =============== diff --git a/src/InstrumentationEngine.Api/targetver.h b/src/InstrumentationEngine.Api/targetver.h index 39d7aabaf66c198fdbd73a8cc395dffb915e492e..d3ecebafdf9911d18939d3f5b6d8e8a43e166781 100644 GIT binary patch delta 74 zcmeyzx{qx_lf43i4?`wHGD9ju9z!vZOkq%9C + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Installer/Common/Wixlib/components.wxi b/src/InstrumentationEngine.Installer/Common/Wixlib/components.wxi index da496bdc..415b4b08 100644 --- a/src/InstrumentationEngine.Installer/Common/Wixlib/components.wxi +++ b/src/InstrumentationEngine.Installer/Common/Wixlib/components.wxi @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Installer/Common/Wixlib/directories.wxi b/src/InstrumentationEngine.Installer/Common/Wixlib/directories.wxi index 3567b044..b4f7b2ed 100644 --- a/src/InstrumentationEngine.Installer/Common/Wixlib/directories.wxi +++ b/src/InstrumentationEngine.Installer/Common/Wixlib/directories.wxi @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wixproj b/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wixproj index 3a971379..0b90a873 100644 --- a/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wixproj +++ b/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wixproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> Module diff --git a/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wxs b/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wxs index 8a95f363..4e1137d4 100644 --- a/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wxs +++ b/src/InstrumentationEngine.Installer/Module/InstrumentationEngine.Module.wxs @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> + Licensed under the MIT License. --> Package diff --git a/src/InstrumentationEngine.Installer/Package/InstrumentationEngine.Installer.wxs b/src/InstrumentationEngine.Installer/Package/InstrumentationEngine.Installer.wxs index d692278c..27a0c887 100644 --- a/src/InstrumentationEngine.Installer/Package/InstrumentationEngine.Installer.wxs +++ b/src/InstrumentationEngine.Installer/Package/InstrumentationEngine.Installer.wxs @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> + Licensed under the MIT License. --> Library diff --git a/src/InstrumentationEngine.Installer/WixLibrary/InstrumentationEngine.Fragment.wxs b/src/InstrumentationEngine.Installer/WixLibrary/InstrumentationEngine.Fragment.wxs index 23a92d5c..43c78e57 100644 --- a/src/InstrumentationEngine.Installer/WixLibrary/InstrumentationEngine.Fragment.wxs +++ b/src/InstrumentationEngine.Installer/WixLibrary/InstrumentationEngine.Fragment.wxs @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Lib/CMakeLists.txt b/src/InstrumentationEngine.Lib/CMakeLists.txt index 27d6e14e..f872c6bd 100644 --- a/src/InstrumentationEngine.Lib/CMakeLists.txt +++ b/src/InstrumentationEngine.Lib/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/InstrumentationEngine.Lib/ConfigurationLoader.cpp b/src/InstrumentationEngine.Lib/ConfigurationLoader.cpp index bbccc660..cd0262cf 100644 --- a/src/InstrumentationEngine.Lib/ConfigurationLoader.cpp +++ b/src/InstrumentationEngine.Lib/ConfigurationLoader.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ConfigurationLoader.h" diff --git a/src/InstrumentationEngine.Lib/ConfigurationLoader.h b/src/InstrumentationEngine.Lib/ConfigurationLoader.h index d4a8b324..f533245d 100644 --- a/src/InstrumentationEngine.Lib/ConfigurationLoader.h +++ b/src/InstrumentationEngine.Lib/ConfigurationLoader.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/DebugLoggerSink.cpp b/src/InstrumentationEngine.Lib/DebugLoggerSink.cpp index 8e836abf..701cd342 100644 --- a/src/InstrumentationEngine.Lib/DebugLoggerSink.cpp +++ b/src/InstrumentationEngine.Lib/DebugLoggerSink.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "DebugLoggerSink.h" diff --git a/src/InstrumentationEngine.Lib/DebugLoggerSink.h b/src/InstrumentationEngine.Lib/DebugLoggerSink.h index 1115ffd8..6a126d69 100644 --- a/src/InstrumentationEngine.Lib/DebugLoggerSink.h +++ b/src/InstrumentationEngine.Lib/DebugLoggerSink.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/EventLoggerSink.cpp b/src/InstrumentationEngine.Lib/EventLoggerSink.cpp index c83da42d..58771178 100644 --- a/src/InstrumentationEngine.Lib/EventLoggerSink.cpp +++ b/src/InstrumentationEngine.Lib/EventLoggerSink.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "EventLoggerSink.h" diff --git a/src/InstrumentationEngine.Lib/EventLoggerSink.h b/src/InstrumentationEngine.Lib/EventLoggerSink.h index 450f8381..31874cc3 100644 --- a/src/InstrumentationEngine.Lib/EventLoggerSink.h +++ b/src/InstrumentationEngine.Lib/EventLoggerSink.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/File.h b/src/InstrumentationEngine.Lib/File.h index 48dc7d2d..55dd3284 100644 --- a/src/InstrumentationEngine.Lib/File.h +++ b/src/InstrumentationEngine.Lib/File.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/FileLoggerSink.cpp b/src/InstrumentationEngine.Lib/FileLoggerSink.cpp index 0d3b3bc4..7207c6be 100644 --- a/src/InstrumentationEngine.Lib/FileLoggerSink.cpp +++ b/src/InstrumentationEngine.Lib/FileLoggerSink.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "FileLoggerSink.h" diff --git a/src/InstrumentationEngine.Lib/FileLoggerSink.h b/src/InstrumentationEngine.Lib/FileLoggerSink.h index 915f6583..9758005b 100644 --- a/src/InstrumentationEngine.Lib/FileLoggerSink.h +++ b/src/InstrumentationEngine.Lib/FileLoggerSink.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/HostLoggerSink.cpp b/src/InstrumentationEngine.Lib/HostLoggerSink.cpp index a9dad470..c886cb99 100644 --- a/src/InstrumentationEngine.Lib/HostLoggerSink.cpp +++ b/src/InstrumentationEngine.Lib/HostLoggerSink.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "HostLoggerSink.h" diff --git a/src/InstrumentationEngine.Lib/HostLoggerSink.h b/src/InstrumentationEngine.Lib/HostLoggerSink.h index 2b500658..ee0ad9fd 100644 --- a/src/InstrumentationEngine.Lib/HostLoggerSink.h +++ b/src/InstrumentationEngine.Lib/HostLoggerSink.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/ImplQueryInterface.cpp b/src/InstrumentationEngine.Lib/ImplQueryInterface.cpp index 82089f4c..8523e41f 100644 --- a/src/InstrumentationEngine.Lib/ImplQueryInterface.cpp +++ b/src/InstrumentationEngine.Lib/ImplQueryInterface.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ImplQueryInterface.h" diff --git a/src/InstrumentationEngine.Lib/ImplQueryInterface.h b/src/InstrumentationEngine.Lib/ImplQueryInterface.h index 34444c09..db5d32de 100644 --- a/src/InstrumentationEngine.Lib/ImplQueryInterface.h +++ b/src/InstrumentationEngine.Lib/ImplQueryInterface.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/InstrumentationEngine.Lib.vcxproj b/src/InstrumentationEngine.Lib/InstrumentationEngine.Lib.vcxproj index 7e589743..64e7f916 100644 --- a/src/InstrumentationEngine.Lib/InstrumentationEngine.Lib.vcxproj +++ b/src/InstrumentationEngine.Lib/InstrumentationEngine.Lib.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Lib/InstrumentationMethod.cpp b/src/InstrumentationEngine.Lib/InstrumentationMethod.cpp index 18cdadf9..dd1d40e3 100644 --- a/src/InstrumentationEngine.Lib/InstrumentationMethod.cpp +++ b/src/InstrumentationEngine.Lib/InstrumentationMethod.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "../InstrumentationEngine.Api/InstrumentationEngine.h" diff --git a/src/InstrumentationEngine.Lib/InstrumentationMethod.h b/src/InstrumentationEngine.Lib/InstrumentationMethod.h index d2b0ac89..769eb34f 100644 --- a/src/InstrumentationEngine.Lib/InstrumentationMethod.h +++ b/src/InstrumentationEngine.Lib/InstrumentationMethod.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/LoggerService.cpp b/src/InstrumentationEngine.Lib/LoggerService.cpp index d37442f4..3990de1b 100644 --- a/src/InstrumentationEngine.Lib/LoggerService.cpp +++ b/src/InstrumentationEngine.Lib/LoggerService.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "LoggerService.h" diff --git a/src/InstrumentationEngine.Lib/LoggerService.h b/src/InstrumentationEngine.Lib/LoggerService.h index 48dc483d..15e54e4b 100644 --- a/src/InstrumentationEngine.Lib/LoggerService.h +++ b/src/InstrumentationEngine.Lib/LoggerService.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/LoggerSink.h b/src/InstrumentationEngine.Lib/LoggerSink.h index 691a9f1c..5ced9828 100644 --- a/src/InstrumentationEngine.Lib/LoggerSink.h +++ b/src/InstrumentationEngine.Lib/LoggerSink.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/Logging.cpp b/src/InstrumentationEngine.Lib/Logging.cpp index f0280a21..75995215 100644 --- a/src/InstrumentationEngine.Lib/Logging.cpp +++ b/src/InstrumentationEngine.Lib/Logging.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "Logging.h" diff --git a/src/InstrumentationEngine.Lib/Logging.h b/src/InstrumentationEngine.Lib/Logging.h index 6178fa24..57d436f3 100644 --- a/src/InstrumentationEngine.Lib/Logging.h +++ b/src/InstrumentationEngine.Lib/Logging.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/SharedArray.h b/src/InstrumentationEngine.Lib/SharedArray.h index 7f05d23b..95238b4a 100644 --- a/src/InstrumentationEngine.Lib/SharedArray.h +++ b/src/InstrumentationEngine.Lib/SharedArray.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/SignatureValidator.cpp b/src/InstrumentationEngine.Lib/SignatureValidator.cpp index 5dfcbf9f..e57d669a 100644 --- a/src/InstrumentationEngine.Lib/SignatureValidator.cpp +++ b/src/InstrumentationEngine.Lib/SignatureValidator.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // Example of verifying the embedded signature of a PE file by using // the WinVerifyTrust function. diff --git a/src/InstrumentationEngine.Lib/SignatureValidator.h b/src/InstrumentationEngine.Lib/SignatureValidator.h index a8788f41..d5727554 100644 --- a/src/InstrumentationEngine.Lib/SignatureValidator.h +++ b/src/InstrumentationEngine.Lib/SignatureValidator.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/Util.h b/src/InstrumentationEngine.Lib/Util.h index 6d8719fc..d37b499d 100644 --- a/src/InstrumentationEngine.Lib/Util.h +++ b/src/InstrumentationEngine.Lib/Util.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/refcount.cpp b/src/InstrumentationEngine.Lib/refcount.cpp index ab826c22..ce64793e 100644 --- a/src/InstrumentationEngine.Lib/refcount.cpp +++ b/src/InstrumentationEngine.Lib/refcount.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine.Lib/refcount.h b/src/InstrumentationEngine.Lib/refcount.h index e970dc64..7c6389f5 100644 --- a/src/InstrumentationEngine.Lib/refcount.h +++ b/src/InstrumentationEngine.Lib/refcount.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.Lib/stdafx.cpp b/src/InstrumentationEngine.Lib/stdafx.cpp index 199a6691..24acfda1 100644 --- a/src/InstrumentationEngine.Lib/stdafx.cpp +++ b/src/InstrumentationEngine.Lib/stdafx.cpp @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" \ No newline at end of file diff --git a/src/InstrumentationEngine.Lib/stdafx.h b/src/InstrumentationEngine.Lib/stdafx.h index f40bdf40..69f7caa2 100644 --- a/src/InstrumentationEngine.Lib/stdafx.h +++ b/src/InstrumentationEngine.Lib/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/InstrumentationEngine.Lib/targetver.h b/src/InstrumentationEngine.Lib/targetver.h index 78f0dbe1..3ccc78ab 100644 --- a/src/InstrumentationEngine.Lib/targetver.h +++ b/src/InstrumentationEngine.Lib/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Headers.nuspec b/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Headers.nuspec index ce1ad77b..6b4d179f 100644 --- a/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Headers.nuspec +++ b/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Headers.nuspec @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> $packageid$ diff --git a/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Nuget.Headers.csproj b/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Nuget.Headers.csproj index 6b4b5356..18d3ffbc 100644 --- a/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Nuget.Headers.csproj +++ b/src/InstrumentationEngine.NuGet.Headers/InstrumentationEngine.Nuget.Headers.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> false diff --git a/src/InstrumentationEngine.NuGet/InstrumentationEngine.Nuget.csproj b/src/InstrumentationEngine.NuGet/InstrumentationEngine.Nuget.csproj index a263a29d..8b51d20e 100644 --- a/src/InstrumentationEngine.NuGet/InstrumentationEngine.Nuget.csproj +++ b/src/InstrumentationEngine.NuGet/InstrumentationEngine.Nuget.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> false diff --git a/src/InstrumentationEngine.NuGet/InstrumentationEngine.nuspec b/src/InstrumentationEngine.NuGet/InstrumentationEngine.nuspec index 513c2d65..f591a706 100644 --- a/src/InstrumentationEngine.NuGet/InstrumentationEngine.nuspec +++ b/src/InstrumentationEngine.NuGet/InstrumentationEngine.nuspec @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> $packageid$ diff --git a/src/InstrumentationEngine.NuGet/install.ps1 b/src/InstrumentationEngine.NuGet/install.ps1 index d2a33cd2..6d88497b 100644 --- a/src/InstrumentationEngine.NuGet/install.ps1 +++ b/src/InstrumentationEngine.NuGet/install.ps1 @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. param($installPath, $toolsPath, $package, $project) diff --git a/src/InstrumentationEngine.Preinstall/InstrumentationEngine.Preinstall.csproj b/src/InstrumentationEngine.Preinstall/InstrumentationEngine.Preinstall.csproj index 6e24d92f..9a71166a 100644 --- a/src/InstrumentationEngine.Preinstall/InstrumentationEngine.Preinstall.csproj +++ b/src/InstrumentationEngine.Preinstall/InstrumentationEngine.Preinstall.csproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.Preinstall/applicationHost.xdt b/src/InstrumentationEngine.Preinstall/applicationHost.xdt index 7aab17d7..d6c18a19 100644 --- a/src/InstrumentationEngine.Preinstall/applicationHost.xdt +++ b/src/InstrumentationEngine.Preinstall/applicationHost.xdt @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> + Licensed under the MIT License. --> + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.cpp b/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.cpp index 709df076..d1ccb6b0 100644 --- a/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.cpp +++ b/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InstrumentationEngineVersion.h" diff --git a/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.h b/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.h index 9dc18b38..875aa813 100644 --- a/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.h +++ b/src/InstrumentationEngine.ProfilerProxy.Lib/InstrumentationEngineVersion.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.cpp b/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.cpp index 6ee9784b..dbe16178 100644 --- a/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.cpp +++ b/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // InstrumentationEngine.Lib.Tests.pch will be the pre-compiled header diff --git a/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.h b/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.h index 905e80ba..58c376f5 100644 --- a/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.h +++ b/src/InstrumentationEngine.ProfilerProxy.Lib/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.ProfilerProxy/InstrumentationEngine.ProfilerProxy.vcxproj b/src/InstrumentationEngine.ProfilerProxy/InstrumentationEngine.ProfilerProxy.vcxproj index 40e2d6e7..a6138c98 100644 --- a/src/InstrumentationEngine.ProfilerProxy/InstrumentationEngine.ProfilerProxy.vcxproj +++ b/src/InstrumentationEngine.ProfilerProxy/InstrumentationEngine.ProfilerProxy.vcxproj @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.cpp b/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.cpp index 23fdd479..2590d993 100644 --- a/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.cpp +++ b/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ProxyLogging.h" diff --git a/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.h b/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.h index 5505fb44..4fb40283 100644 --- a/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.h +++ b/src/InstrumentationEngine.ProfilerProxy/ProxyLogging.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine.ProfilerProxy/dllmain.cpp b/src/InstrumentationEngine.ProfilerProxy/dllmain.cpp index e7f71205..73a624bd 100644 --- a/src/InstrumentationEngine.ProfilerProxy/dllmain.cpp +++ b/src/InstrumentationEngine.ProfilerProxy/dllmain.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.cpp : Defines the entry point for the DLL application. diff --git a/src/InstrumentationEngine.ProfilerProxy/stdafx.cpp b/src/InstrumentationEngine.ProfilerProxy/stdafx.cpp index 6ee9784b..dbe16178 100644 --- a/src/InstrumentationEngine.ProfilerProxy/stdafx.cpp +++ b/src/InstrumentationEngine.ProfilerProxy/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // InstrumentationEngine.Lib.Tests.pch will be the pre-compiled header diff --git a/src/InstrumentationEngine.ProfilerProxy/stdafx.h b/src/InstrumentationEngine.ProfilerProxy/stdafx.h index ab5a084b..0e7a6da0 100644 --- a/src/InstrumentationEngine.ProfilerProxy/stdafx.h +++ b/src/InstrumentationEngine.ProfilerProxy/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/InstrumentationEngine/AppDomainCollection.cpp b/src/InstrumentationEngine/AppDomainCollection.cpp index 406eb356..bfcaa370 100644 --- a/src/InstrumentationEngine/AppDomainCollection.cpp +++ b/src/InstrumentationEngine/AppDomainCollection.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "AppDomainCollection.h" diff --git a/src/InstrumentationEngine/AppDomainCollection.h b/src/InstrumentationEngine/AppDomainCollection.h index aca4cd5a..0328ab85 100644 --- a/src/InstrumentationEngine/AppDomainCollection.h +++ b/src/InstrumentationEngine/AppDomainCollection.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/AppDomainInfo.cpp b/src/InstrumentationEngine/AppDomainInfo.cpp index 7be4ef1b..548108cb 100644 --- a/src/InstrumentationEngine/AppDomainInfo.cpp +++ b/src/InstrumentationEngine/AppDomainInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "AppDomainInfo.h" diff --git a/src/InstrumentationEngine/AppDomainInfo.h b/src/InstrumentationEngine/AppDomainInfo.h index a9327ad7..7c422912 100644 --- a/src/InstrumentationEngine/AppDomainInfo.h +++ b/src/InstrumentationEngine/AppDomainInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ArrayType.cpp b/src/InstrumentationEngine/ArrayType.cpp index b089d504..31e9c468 100644 --- a/src/InstrumentationEngine/ArrayType.cpp +++ b/src/InstrumentationEngine/ArrayType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ArrayType.h" diff --git a/src/InstrumentationEngine/ArrayType.h b/src/InstrumentationEngine/ArrayType.h index fbb0dc09..3a5269bf 100644 --- a/src/InstrumentationEngine/ArrayType.h +++ b/src/InstrumentationEngine/ArrayType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/AssemblyInfo.cpp b/src/InstrumentationEngine/AssemblyInfo.cpp index 80835439..3d213048 100644 --- a/src/InstrumentationEngine/AssemblyInfo.cpp +++ b/src/InstrumentationEngine/AssemblyInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "AssemblyInfo.h" diff --git a/src/InstrumentationEngine/AssemblyInfo.h b/src/InstrumentationEngine/AssemblyInfo.h index 613cff26..5bb094b8 100644 --- a/src/InstrumentationEngine/AssemblyInfo.h +++ b/src/InstrumentationEngine/AssemblyInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/AssemblyInjector.cpp b/src/InstrumentationEngine/AssemblyInjector.cpp index 48b6075b..8c873b18 100644 --- a/src/InstrumentationEngine/AssemblyInjector.cpp +++ b/src/InstrumentationEngine/AssemblyInjector.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/AssemblyInjector.h b/src/InstrumentationEngine/AssemblyInjector.h index 37370788..625cce4c 100644 --- a/src/InstrumentationEngine/AssemblyInjector.h +++ b/src/InstrumentationEngine/AssemblyInjector.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/AtlModule.cpp b/src/InstrumentationEngine/AtlModule.cpp index b04d2576..72f259bb 100644 --- a/src/InstrumentationEngine/AtlModule.cpp +++ b/src/InstrumentationEngine/AtlModule.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/AtlModule.h b/src/InstrumentationEngine/AtlModule.h index 4ec1bf8b..9c12ddd7 100644 --- a/src/InstrumentationEngine/AtlModule.h +++ b/src/InstrumentationEngine/AtlModule.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CMakeLists.txt b/src/InstrumentationEngine/CMakeLists.txt index 74834588..29de6509 100644 --- a/src/InstrumentationEngine/CMakeLists.txt +++ b/src/InstrumentationEngine/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/InstrumentationEngine/CachedILMethodBody.h b/src/InstrumentationEngine/CachedILMethodBody.h index f7d76f3c..4f94a3b9 100644 --- a/src/InstrumentationEngine/CachedILMethodBody.h +++ b/src/InstrumentationEngine/CachedILMethodBody.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ClrVersion.h b/src/InstrumentationEngine/ClrVersion.h index 7a493ce5..295a658d 100644 --- a/src/InstrumentationEngine/ClrVersion.h +++ b/src/InstrumentationEngine/ClrVersion.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CompositeType.cpp b/src/InstrumentationEngine/CompositeType.cpp index ba409f21..80a74db5 100644 --- a/src/InstrumentationEngine/CompositeType.cpp +++ b/src/InstrumentationEngine/CompositeType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CompositeType.h" diff --git a/src/InstrumentationEngine/CompositeType.h b/src/InstrumentationEngine/CompositeType.h index f4655bc3..c30c3983 100644 --- a/src/InstrumentationEngine/CompositeType.h +++ b/src/InstrumentationEngine/CompositeType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CorHeaders.cpp b/src/InstrumentationEngine/CorHeaders.cpp index 373e2c39..fae6c882 100644 --- a/src/InstrumentationEngine/CorHeaders.cpp +++ b/src/InstrumentationEngine/CorHeaders.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/CorHeaders.h b/src/InstrumentationEngine/CorHeaders.h index 81ca3437..cc6a2a44 100644 --- a/src/InstrumentationEngine/CorHeaders.h +++ b/src/InstrumentationEngine/CorHeaders.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CorMethodMalloc.cpp b/src/InstrumentationEngine/CorMethodMalloc.cpp index 72060a80..6dfe8307 100644 --- a/src/InstrumentationEngine/CorMethodMalloc.cpp +++ b/src/InstrumentationEngine/CorMethodMalloc.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/CorMethodMalloc.h b/src/InstrumentationEngine/CorMethodMalloc.h index a91bb7d1..1f68bdd4 100644 --- a/src/InstrumentationEngine/CorMethodMalloc.h +++ b/src/InstrumentationEngine/CorMethodMalloc.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.cpp b/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.cpp index 0a4e53dd..41c8d5ae 100644 --- a/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.cpp +++ b/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CorProfilerFunctionControlWrapper.h" diff --git a/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.h b/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.h index 01e454c2..48741392 100644 --- a/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.h +++ b/src/InstrumentationEngine/CorProfilerFunctionControlWrapper.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/CorProfilerInfoWrapper.cpp b/src/InstrumentationEngine/CorProfilerInfoWrapper.cpp index 4c0681b4..d6a984ce 100644 --- a/src/InstrumentationEngine/CorProfilerInfoWrapper.cpp +++ b/src/InstrumentationEngine/CorProfilerInfoWrapper.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/CorProfilerInfoWrapper.h b/src/InstrumentationEngine/CorProfilerInfoWrapper.h index d95c569b..ddeec17a 100644 --- a/src/InstrumentationEngine/CorProfilerInfoWrapper.h +++ b/src/InstrumentationEngine/CorProfilerInfoWrapper.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/DataContainer.cpp b/src/InstrumentationEngine/DataContainer.cpp index c1736bc3..6032c6fe 100644 --- a/src/InstrumentationEngine/DataContainer.cpp +++ b/src/InstrumentationEngine/DataContainer.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "DataContainer.h" diff --git a/src/InstrumentationEngine/DataContainer.h b/src/InstrumentationEngine/DataContainer.h index 1be83f98..a26f0fef 100644 --- a/src/InstrumentationEngine/DataContainer.h +++ b/src/InstrumentationEngine/DataContainer.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/EnumeratorImpl.h b/src/InstrumentationEngine/EnumeratorImpl.h index 65152434..4c7a30a9 100644 --- a/src/InstrumentationEngine/EnumeratorImpl.h +++ b/src/InstrumentationEngine/EnumeratorImpl.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ExceptionClause.cpp b/src/InstrumentationEngine/ExceptionClause.cpp index 39fbc9d4..12e091e5 100644 --- a/src/InstrumentationEngine/ExceptionClause.cpp +++ b/src/InstrumentationEngine/ExceptionClause.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ExceptionClause.h" diff --git a/src/InstrumentationEngine/ExceptionClause.h b/src/InstrumentationEngine/ExceptionClause.h index e41b25b0..dbe4c4b2 100644 --- a/src/InstrumentationEngine/ExceptionClause.h +++ b/src/InstrumentationEngine/ExceptionClause.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once #include "DataContainer.h" diff --git a/src/InstrumentationEngine/ExceptionSection.cpp b/src/InstrumentationEngine/ExceptionSection.cpp index 80506a82..7ccdc629 100644 --- a/src/InstrumentationEngine/ExceptionSection.cpp +++ b/src/InstrumentationEngine/ExceptionSection.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ExceptionSection.h" diff --git a/src/InstrumentationEngine/ExceptionSection.h b/src/InstrumentationEngine/ExceptionSection.h index 0751e497..87dac50c 100644 --- a/src/InstrumentationEngine/ExceptionSection.h +++ b/src/InstrumentationEngine/ExceptionSection.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once #include "DataContainer.h" diff --git a/src/InstrumentationEngine/FunctionType.cpp b/src/InstrumentationEngine/FunctionType.cpp index 5f42a7b2..afcb52b3 100644 --- a/src/InstrumentationEngine/FunctionType.cpp +++ b/src/InstrumentationEngine/FunctionType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "FunctionType.h" diff --git a/src/InstrumentationEngine/FunctionType.h b/src/InstrumentationEngine/FunctionType.h index 0581d873..5701307c 100644 --- a/src/InstrumentationEngine/FunctionType.h +++ b/src/InstrumentationEngine/FunctionType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/GenericInstanceType.cpp b/src/InstrumentationEngine/GenericInstanceType.cpp index 5e5f9c21..fa9bcb01 100644 --- a/src/InstrumentationEngine/GenericInstanceType.cpp +++ b/src/InstrumentationEngine/GenericInstanceType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "GenericInstanceType.h" diff --git a/src/InstrumentationEngine/GenericInstanceType.h b/src/InstrumentationEngine/GenericInstanceType.h index 64431d1f..d73d044e 100644 --- a/src/InstrumentationEngine/GenericInstanceType.h +++ b/src/InstrumentationEngine/GenericInstanceType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/GenericParameterType.cpp b/src/InstrumentationEngine/GenericParameterType.cpp index df3d0f61..8adfe135 100644 --- a/src/InstrumentationEngine/GenericParameterType.cpp +++ b/src/InstrumentationEngine/GenericParameterType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "GenericParameterType.h" diff --git a/src/InstrumentationEngine/GenericParameterType.h b/src/InstrumentationEngine/GenericParameterType.h index 4861604b..f635c20c 100644 --- a/src/InstrumentationEngine/GenericParameterType.h +++ b/src/InstrumentationEngine/GenericParameterType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/InlineSite.cpp b/src/InstrumentationEngine/InlineSite.cpp index 01dd0a6b..ce4be5a7 100644 --- a/src/InstrumentationEngine/InlineSite.cpp +++ b/src/InstrumentationEngine/InlineSite.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InlineSite.h" diff --git a/src/InstrumentationEngine/InlineSite.h b/src/InstrumentationEngine/InlineSite.h index a34eec22..0daf319d 100644 --- a/src/InstrumentationEngine/InlineSite.h +++ b/src/InstrumentationEngine/InlineSite.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/InlineSiteMap.cpp b/src/InstrumentationEngine/InlineSiteMap.cpp index 5ffbdf85..8e1a4019 100644 --- a/src/InstrumentationEngine/InlineSiteMap.cpp +++ b/src/InstrumentationEngine/InlineSiteMap.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InlineSiteMap.h" diff --git a/src/InstrumentationEngine/InlineSiteMap.h b/src/InstrumentationEngine/InlineSiteMap.h index 99f2b04a..d747ad27 100644 --- a/src/InstrumentationEngine/InlineSiteMap.h +++ b/src/InstrumentationEngine/InlineSiteMap.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/Instruction.cpp b/src/InstrumentationEngine/Instruction.cpp index 46c90942..2f1b5acf 100644 --- a/src/InstrumentationEngine/Instruction.cpp +++ b/src/InstrumentationEngine/Instruction.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "Instruction.h" diff --git a/src/InstrumentationEngine/Instruction.h b/src/InstrumentationEngine/Instruction.h index 681f56cc..9a3c525e 100644 --- a/src/InstrumentationEngine/Instruction.h +++ b/src/InstrumentationEngine/Instruction.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/InstructionFactory.cpp b/src/InstrumentationEngine/InstructionFactory.cpp index 027105d4..5929cf55 100644 --- a/src/InstrumentationEngine/InstructionFactory.cpp +++ b/src/InstrumentationEngine/InstructionFactory.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InstructionFactory.h" diff --git a/src/InstrumentationEngine/InstructionFactory.h b/src/InstrumentationEngine/InstructionFactory.h index 28dc73aa..0d910456 100644 --- a/src/InstrumentationEngine/InstructionFactory.h +++ b/src/InstrumentationEngine/InstructionFactory.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/InstructionGraph.cpp b/src/InstrumentationEngine/InstructionGraph.cpp index 37110040..79130022 100644 --- a/src/InstrumentationEngine/InstructionGraph.cpp +++ b/src/InstrumentationEngine/InstructionGraph.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "Instruction.h" diff --git a/src/InstrumentationEngine/InstructionGraph.h b/src/InstrumentationEngine/InstructionGraph.h index 15b79c8c..0e1981af 100644 --- a/src/InstrumentationEngine/InstructionGraph.h +++ b/src/InstrumentationEngine/InstructionGraph.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/InstrumentationEngine.rc b/src/InstrumentationEngine/InstrumentationEngine.rc index 6d04d06d..ee1c0f25 100644 --- a/src/InstrumentationEngine/InstrumentationEngine.rc +++ b/src/InstrumentationEngine/InstrumentationEngine.rc @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // Microsoft Visual C++ generated resource script. // diff --git a/src/InstrumentationEngine/InstrumentationEngine.rc2 b/src/InstrumentationEngine/InstrumentationEngine.rc2 index c417b3ab..645d47bf 100644 --- a/src/InstrumentationEngine/InstrumentationEngine.rc2 +++ b/src/InstrumentationEngine/InstrumentationEngine.rc2 @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ diff --git a/src/InstrumentationEngine/InstrumentationEngine.vcxproj b/src/InstrumentationEngine/InstrumentationEngine.vcxproj index 7d45f38b..0e53a4ef 100644 --- a/src/InstrumentationEngine/InstrumentationEngine.vcxproj +++ b/src/InstrumentationEngine/InstrumentationEngine.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/InstrumentationEngine/InstrumentationMethodEvents.h b/src/InstrumentationEngine/InstrumentationMethodEvents.h index 7d4cfdc9..5b7a9a2d 100644 --- a/src/InstrumentationEngine/InstrumentationMethodEvents.h +++ b/src/InstrumentationEngine/InstrumentationMethodEvents.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/LocalVariableCollection.cpp b/src/InstrumentationEngine/LocalVariableCollection.cpp index 021b7dce..b839edb8 100644 --- a/src/InstrumentationEngine/LocalVariableCollection.cpp +++ b/src/InstrumentationEngine/LocalVariableCollection.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "LocalVariableCollection.h" diff --git a/src/InstrumentationEngine/LocalVariableCollection.h b/src/InstrumentationEngine/LocalVariableCollection.h index beff1e49..9bd5aa03 100644 --- a/src/InstrumentationEngine/LocalVariableCollection.h +++ b/src/InstrumentationEngine/LocalVariableCollection.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/LoggingWrapper.h b/src/InstrumentationEngine/LoggingWrapper.h index fb67ae2c..799ceccd 100644 --- a/src/InstrumentationEngine/LoggingWrapper.h +++ b/src/InstrumentationEngine/LoggingWrapper.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/MethodInfo.cpp b/src/InstrumentationEngine/MethodInfo.cpp index fcffff89..a039fcbd 100644 --- a/src/InstrumentationEngine/MethodInfo.cpp +++ b/src/InstrumentationEngine/MethodInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "MethodInfo.h" diff --git a/src/InstrumentationEngine/MethodInfo.h b/src/InstrumentationEngine/MethodInfo.h index df4d86c1..ea14710e 100644 --- a/src/InstrumentationEngine/MethodInfo.h +++ b/src/InstrumentationEngine/MethodInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/MethodInfoCleanup.h b/src/InstrumentationEngine/MethodInfoCleanup.h index 15a99e77..965a2243 100644 --- a/src/InstrumentationEngine/MethodInfoCleanup.h +++ b/src/InstrumentationEngine/MethodInfoCleanup.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once #include "MethodInfo.h" diff --git a/src/InstrumentationEngine/MethodJitInfo.cpp b/src/InstrumentationEngine/MethodJitInfo.cpp index 5f000846..0c8a3d2c 100644 --- a/src/InstrumentationEngine/MethodJitInfo.cpp +++ b/src/InstrumentationEngine/MethodJitInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InstrumentationEngine.h" diff --git a/src/InstrumentationEngine/MethodJitInfo.h b/src/InstrumentationEngine/MethodJitInfo.h index fa3e95b7..4a3506f0 100644 --- a/src/InstrumentationEngine/MethodJitInfo.h +++ b/src/InstrumentationEngine/MethodJitInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/MethodLocal.cpp b/src/InstrumentationEngine/MethodLocal.cpp index a42d9df6..75a0d987 100644 --- a/src/InstrumentationEngine/MethodLocal.cpp +++ b/src/InstrumentationEngine/MethodLocal.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "MethodLocal.h" diff --git a/src/InstrumentationEngine/MethodLocal.h b/src/InstrumentationEngine/MethodLocal.h index 48dae0d8..08e26760 100644 --- a/src/InstrumentationEngine/MethodLocal.h +++ b/src/InstrumentationEngine/MethodLocal.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/MethodParameter.cpp b/src/InstrumentationEngine/MethodParameter.cpp index aba32e89..7692efe4 100644 --- a/src/InstrumentationEngine/MethodParameter.cpp +++ b/src/InstrumentationEngine/MethodParameter.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "MethodParameter.h" diff --git a/src/InstrumentationEngine/MethodParameter.h b/src/InstrumentationEngine/MethodParameter.h index 5e917b5e..937deebe 100644 --- a/src/InstrumentationEngine/MethodParameter.h +++ b/src/InstrumentationEngine/MethodParameter.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ModifierType.cpp b/src/InstrumentationEngine/ModifierType.cpp index 0ddeb4d4..758d0415 100644 --- a/src/InstrumentationEngine/ModifierType.cpp +++ b/src/InstrumentationEngine/ModifierType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ModifierType.h" diff --git a/src/InstrumentationEngine/ModifierType.h b/src/InstrumentationEngine/ModifierType.h index 94ddd491..95ca9f7a 100644 --- a/src/InstrumentationEngine/ModifierType.h +++ b/src/InstrumentationEngine/ModifierType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ModuleInfo.cpp b/src/InstrumentationEngine/ModuleInfo.cpp index b3173d09..8cf3d559 100644 --- a/src/InstrumentationEngine/ModuleInfo.cpp +++ b/src/InstrumentationEngine/ModuleInfo.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/ModuleInfo.h b/src/InstrumentationEngine/ModuleInfo.h index ac25aebf..b952f88a 100644 --- a/src/InstrumentationEngine/ModuleInfo.h +++ b/src/InstrumentationEngine/ModuleInfo.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/ProfilerManager.cpp b/src/InstrumentationEngine/ProfilerManager.cpp index b2ca0bda..fc7dcb82 100644 --- a/src/InstrumentationEngine/ProfilerManager.cpp +++ b/src/InstrumentationEngine/ProfilerManager.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ProfilerManager.h" diff --git a/src/InstrumentationEngine/ProfilerManager.h b/src/InstrumentationEngine/ProfilerManager.h index cbc6f562..74c6e414 100644 --- a/src/InstrumentationEngine/ProfilerManager.h +++ b/src/InstrumentationEngine/ProfilerManager.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/SigParser.h b/src/InstrumentationEngine/SigParser.h index 1ef043c8..eaf63a82 100644 --- a/src/InstrumentationEngine/SigParser.h +++ b/src/InstrumentationEngine/SigParser.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/SignatureBuilder.cpp b/src/InstrumentationEngine/SignatureBuilder.cpp index cebcd385..bc9906e3 100644 --- a/src/InstrumentationEngine/SignatureBuilder.cpp +++ b/src/InstrumentationEngine/SignatureBuilder.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "SignatureBuilder.h" diff --git a/src/InstrumentationEngine/SignatureBuilder.h b/src/InstrumentationEngine/SignatureBuilder.h index 58451c16..87f8dcc4 100644 --- a/src/InstrumentationEngine/SignatureBuilder.h +++ b/src/InstrumentationEngine/SignatureBuilder.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/SimpleType.cpp b/src/InstrumentationEngine/SimpleType.cpp index cb0da73a..738101c7 100644 --- a/src/InstrumentationEngine/SimpleType.cpp +++ b/src/InstrumentationEngine/SimpleType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "SimpleType.h" diff --git a/src/InstrumentationEngine/SimpleType.h b/src/InstrumentationEngine/SimpleType.h index 925363a6..fe53b16a 100644 --- a/src/InstrumentationEngine/SimpleType.h +++ b/src/InstrumentationEngine/SimpleType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/SingleRetDefaultInstrumentation.cpp b/src/InstrumentationEngine/SingleRetDefaultInstrumentation.cpp index f4f87c9b..c970bab1 100644 --- a/src/InstrumentationEngine/SingleRetDefaultInstrumentation.cpp +++ b/src/InstrumentationEngine/SingleRetDefaultInstrumentation.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "SingleRetDefaultInstrumentation.h" diff --git a/src/InstrumentationEngine/SingleRetDefaultInstrumentation.h b/src/InstrumentationEngine/SingleRetDefaultInstrumentation.h index 7af7b0fc..b35e8749 100644 --- a/src/InstrumentationEngine/SingleRetDefaultInstrumentation.h +++ b/src/InstrumentationEngine/SingleRetDefaultInstrumentation.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/StrongName.cpp b/src/InstrumentationEngine/StrongName.cpp index ed6bb336..d91931c5 100644 --- a/src/InstrumentationEngine/StrongName.cpp +++ b/src/InstrumentationEngine/StrongName.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/StrongName.h b/src/InstrumentationEngine/StrongName.h index 778e3295..0b821448 100644 --- a/src/InstrumentationEngine/StrongName.h +++ b/src/InstrumentationEngine/StrongName.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/TokenType.cpp b/src/InstrumentationEngine/TokenType.cpp index 478de2fa..cbf09a02 100644 --- a/src/InstrumentationEngine/TokenType.cpp +++ b/src/InstrumentationEngine/TokenType.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "TokenType.h" diff --git a/src/InstrumentationEngine/TokenType.h b/src/InstrumentationEngine/TokenType.h index ecbe5baf..ab12b230 100644 --- a/src/InstrumentationEngine/TokenType.h +++ b/src/InstrumentationEngine/TokenType.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/Type.cpp b/src/InstrumentationEngine/Type.cpp index 1febe31f..2b5bad38 100644 --- a/src/InstrumentationEngine/Type.cpp +++ b/src/InstrumentationEngine/Type.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "Type.h" diff --git a/src/InstrumentationEngine/Type.h b/src/InstrumentationEngine/Type.h index 9f6c8372..c9989668 100644 --- a/src/InstrumentationEngine/Type.h +++ b/src/InstrumentationEngine/Type.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/TypeCreator.cpp b/src/InstrumentationEngine/TypeCreator.cpp index b3555807..0974b223 100644 --- a/src/InstrumentationEngine/TypeCreator.cpp +++ b/src/InstrumentationEngine/TypeCreator.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "TypeCreator.h" diff --git a/src/InstrumentationEngine/TypeCreator.h b/src/InstrumentationEngine/TypeCreator.h index 04979a3f..7bed2291 100644 --- a/src/InstrumentationEngine/TypeCreator.h +++ b/src/InstrumentationEngine/TypeCreator.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/dllmain.cpp b/src/InstrumentationEngine/dllmain.cpp index 687262d6..fd14cac6 100644 --- a/src/InstrumentationEngine/dllmain.cpp +++ b/src/InstrumentationEngine/dllmain.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/resource.h b/src/InstrumentationEngine/resource.h index 9c70dbec..781b7818 100644 --- a/src/InstrumentationEngine/resource.h +++ b/src/InstrumentationEngine/resource.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. diff --git a/src/InstrumentationEngine/stdafx.cpp b/src/InstrumentationEngine/stdafx.cpp index 69f7243d..98a6385d 100644 --- a/src/InstrumentationEngine/stdafx.cpp +++ b/src/InstrumentationEngine/stdafx.cpp @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" diff --git a/src/InstrumentationEngine/stdafx.h b/src/InstrumentationEngine/stdafx.h index 1843a749..ee92b4e8 100644 --- a/src/InstrumentationEngine/stdafx.h +++ b/src/InstrumentationEngine/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/InstrumentationEngine/targetver.h b/src/InstrumentationEngine/targetver.h index 78f0dbe1..3ccc78ab 100644 --- a/src/InstrumentationEngine/targetver.h +++ b/src/InstrumentationEngine/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/Scripts/DockerLocalBuild.ps1 b/src/Scripts/DockerLocalBuild.ps1 index e341724c..818462f8 100644 --- a/src/Scripts/DockerLocalBuild.ps1 +++ b/src/Scripts/DockerLocalBuild.ps1 @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Usage: # .\DockerLocalBuild.ps1 D:\ClrInstrumentationEngine musl Debug diff --git a/src/TestHostExtension/EnvironmentTests.cpp b/src/TestHostExtension/EnvironmentTests.cpp index a75983ba..77cbb1ae 100644 --- a/src/TestHostExtension/EnvironmentTests.cpp +++ b/src/TestHostExtension/EnvironmentTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/src/TestHostExtension/InstrumentedMethodsCollectionTests.h b/src/TestHostExtension/InstrumentedMethodsCollectionTests.h index 8a61c0e4..f4e151c0 100644 --- a/src/TestHostExtension/InstrumentedMethodsCollectionTests.h +++ b/src/TestHostExtension/InstrumentedMethodsCollectionTests.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once class InstrumentedMethodsCollectionTests diff --git a/src/TestHostExtension/InteropInstrumentationHandlerTests.cpp b/src/TestHostExtension/InteropInstrumentationHandlerTests.cpp index fa587eea..269213af 100644 --- a/src/TestHostExtension/InteropInstrumentationHandlerTests.cpp +++ b/src/TestHostExtension/InteropInstrumentationHandlerTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/src/TestHostExtension/MethodInfoDataContainerAdatpter.cpp b/src/TestHostExtension/MethodInfoDataContainerAdatpter.cpp index f918f290..b68e8fa7 100644 --- a/src/TestHostExtension/MethodInfoDataContainerAdatpter.cpp +++ b/src/TestHostExtension/MethodInfoDataContainerAdatpter.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ExtensionsCommon\MethodInfoDataContainerAdatpter.h" diff --git a/src/TestHostExtension/MethodInfoMock.cpp b/src/TestHostExtension/MethodInfoMock.cpp index 07f1dfd6..1f383bac 100644 --- a/src/TestHostExtension/MethodInfoMock.cpp +++ b/src/TestHostExtension/MethodInfoMock.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "MethodInfoMock.h" diff --git a/src/TestHostExtension/MethodInfoMock.h b/src/TestHostExtension/MethodInfoMock.h index 179a22a7..7dc224dc 100644 --- a/src/TestHostExtension/MethodInfoMock.h +++ b/src/TestHostExtension/MethodInfoMock.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once namespace TestsHostExtension diff --git a/src/TestHostExtension/ModuleMetaDataLoaderTests.cpp b/src/TestHostExtension/ModuleMetaDataLoaderTests.cpp index 8debc05b..f15c8e79 100644 --- a/src/TestHostExtension/ModuleMetaDataLoaderTests.cpp +++ b/src/TestHostExtension/ModuleMetaDataLoaderTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/src/TestHostExtension/TestsHostExtension.vcxproj b/src/TestHostExtension/TestsHostExtension.vcxproj index 9480f54d..8eb97239 100644 --- a/src/TestHostExtension/TestsHostExtension.vcxproj +++ b/src/TestHostExtension/TestsHostExtension.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/src/TestHostExtension/stdafx.cpp b/src/TestHostExtension/stdafx.cpp index f6ba5660..28ae64ed 100644 --- a/src/TestHostExtension/stdafx.cpp +++ b/src/TestHostExtension/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // TestsOperationExtension.pch will be the pre-compiled header diff --git a/src/TestHostExtension/stdafx.h b/src/TestHostExtension/stdafx.h index b7812d66..9d9d6074 100644 --- a/src/TestHostExtension/stdafx.h +++ b/src/TestHostExtension/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/src/build.sh b/src/build.sh index 1d836b2f..475d02f2 100644 --- a/src/build.sh +++ b/src/build.sh @@ -1,7 +1,6 @@ #!/bin/bash - # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. script_dir=`dirname $0` diff --git a/src/unix/dependencies/nuget.template.config b/src/unix/dependencies/nuget.template.config index 798263fe..8d275e5e 100644 --- a/src/unix/dependencies/nuget.template.config +++ b/src/unix/dependencies/nuget.template.config @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/src/unix/docker/docker-build.sh b/src/unix/docker/docker-build.sh index 00ea7501..7ec88929 100644 --- a/src/unix/docker/docker-build.sh +++ b/src/unix/docker/docker-build.sh @@ -1,7 +1,6 @@ #!/bin/bash - # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. script_dir=$(dirname "$BASH_SOURCE") diff --git a/src/unix/docker/docker-rm.sh b/src/unix/docker/docker-rm.sh index 07dcdab8..9638a215 100644 --- a/src/unix/docker/docker-rm.sh +++ b/src/unix/docker/docker-rm.sh @@ -1,7 +1,6 @@ #!/bin/bash - # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. invoke_remove() { diff --git a/src/unix/docker/dockerfiles/build/alpine/Dockerfile b/src/unix/docker/dockerfiles/build/alpine/Dockerfile index fa3f18fa..b123fcd9 100644 --- a/src/unix/docker/dockerfiles/build/alpine/Dockerfile +++ b/src/unix/docker/dockerfiles/build/alpine/Dockerfile @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # This is the base image that coreclr uses to build its alpine/linux-musl release # REFERENCE: https://github.com/dotnet/coreclr/blob/v2.1.0-preview2-26406-04/buildpipeline/pipelines.json diff --git a/src/unix/docker/dockerfiles/build/ubuntu/Dockerfile b/src/unix/docker/dockerfiles/build/ubuntu/Dockerfile index 91198ebf..2cbf0552 100644 --- a/src/unix/docker/dockerfiles/build/ubuntu/Dockerfile +++ b/src/unix/docker/dockerfiles/build/ubuntu/Dockerfile @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # This image is based on the public Ubuntu 16.04 LTS image FROM ubuntu:16.04 diff --git a/src/unix/inc/_vsassert.h b/src/unix/inc/_vsassert.h index f91f1dbe..d78d17be 100644 --- a/src/unix/inc/_vsassert.h +++ b/src/unix/inc/_vsassert.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/cvconst.h b/src/unix/inc/cvconst.h index 1bf1c53f..6458eb07 100644 --- a/src/unix/inc/cvconst.h +++ b/src/unix/inc/cvconst.h @@ -1,10 +1,7 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // cvconst.h - codeview constant definitions -//----------------------------------------------------------------- -// -// Copyright Microsoft Corporation. All Rights Reserved. -// -// -//--------------------------------------------------------------- + #ifndef _CVCONST_H_ #define _CVCONST_H_ diff --git a/src/unix/inc/ehdata.h b/src/unix/inc/ehdata.h index 15fdae07..14420f14 100644 --- a/src/unix/inc/ehdata.h +++ b/src/unix/inc/ehdata.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/midl/guiddef.h b/src/unix/inc/midl/guiddef.h index f6269264..2a81f064 100644 --- a/src/unix/inc/midl/guiddef.h +++ b/src/unix/inc/midl/guiddef.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/midl/rpc.h b/src/unix/inc/midl/rpc.h index e12cdb16..23c6e11f 100644 --- a/src/unix/inc/midl/rpc.h +++ b/src/unix/inc/midl/rpc.h @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/midl/rpcndr.h b/src/unix/inc/midl/rpcndr.h index e12cdb16..23c6e11f 100644 --- a/src/unix/inc/midl/rpcndr.h +++ b/src/unix/inc/midl/rpcndr.h @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/no_sal.h b/src/unix/inc/no_sal.h index dd8a4625..724eb42b 100644 --- a/src/unix/inc/no_sal.h +++ b/src/unix/inc/no_sal.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/no_sal2.h b/src/unix/inc/no_sal2.h index 2c0162cd..3042d995 100644 --- a/src/unix/inc/no_sal2.h +++ b/src/unix/inc/no_sal2.h @@ -1,8 +1,5 @@ -// -// Copyright (c) Microsoft. All rights reserved. -// -// - +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. /*** * no_sal2.h - renders the SAL annotations for documenting APIs harmless. diff --git a/src/unix/inc/ole.h b/src/unix/inc/ole.h index a39ae0f2..e7cc18d9 100644 --- a/src/unix/inc/ole.h +++ b/src/unix/inc/ole.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/inc/palrt2.h b/src/unix/inc/palrt2.h index 244d86f0..f593246c 100644 --- a/src/unix/inc/palrt2.h +++ b/src/unix/inc/palrt2.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "unknwn.h" #include diff --git a/src/unix/inc/propidl.h b/src/unix/inc/propidl.h index 5627f3d8..721d5fc0 100644 --- a/src/unix/inc/propidl.h +++ b/src/unix/inc/propidl.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once typedef BYTE PROPVAR_PAD1; diff --git a/src/unix/inc/unix.h b/src/unix/inc/unix.h index 1b178e60..f1346d38 100644 --- a/src/unix/inc/unix.h +++ b/src/unix/inc/unix.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/src/unix/scripts/clean-credentials.sh b/src/unix/scripts/clean-credentials.sh index 2aa68eed..b34b3835 100644 --- a/src/unix/scripts/clean-credentials.sh +++ b/src/unix/scripts/clean-credentials.sh @@ -1,7 +1,6 @@ #!/bin/bash - # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. script_dir=$(dirname "$BASH_SOURCE") diff --git a/src/unix/scripts/generateexportedsymbols.awk b/src/unix/scripts/generateexportedsymbols.awk index 0fa651b0..488640ad 100644 --- a/src/unix/scripts/generateexportedsymbols.awk +++ b/src/unix/scripts/generateexportedsymbols.awk @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. { # Remove the CR character in case the sources are mapped from diff --git a/src/unix/scripts/generateredefinesheader.awk b/src/unix/scripts/generateredefinesheader.awk index daaf888b..d767a322 100644 --- a/src/unix/scripts/generateredefinesheader.awk +++ b/src/unix/scripts/generateredefinesheader.awk @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. BEGIN { print "#ifndef __PAL_REDEFINES_H__"; diff --git a/src/unix/scripts/generatesymbolredefines.awk b/src/unix/scripts/generatesymbolredefines.awk index a27b6797..bb8f931b 100644 --- a/src/unix/scripts/generatesymbolredefines.awk +++ b/src/unix/scripts/generatesymbolredefines.awk @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. { # Remove the CR character in case the sources are mapped from diff --git a/src/unix/scripts/prep-credentials.sh b/src/unix/scripts/prep-credentials.sh index 5b763eb2..14c1dd6b 100644 --- a/src/unix/scripts/prep-credentials.sh +++ b/src/unix/scripts/prep-credentials.sh @@ -1,7 +1,6 @@ #!/bin/bash - # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. script_dir=$(dirname "$BASH_SOURCE") diff --git a/src/unix/scripts/unixexports.src b/src/unix/scripts/unixexports.src index 49d1f2d9..ccd5b946 100644 --- a/src/unix/scripts/unixexports.src +++ b/src/unix/scripts/unixexports.src @@ -1,5 +1,5 @@ ;; Copyright (c) Microsoft Corporation. All rights reserved. -;; +;; Licensed under the MIT License. ; From vsbaseservices VsFreeResourceFile diff --git a/src/unix/src/CMakeLists.txt b/src/unix/src/CMakeLists.txt index 953fac89..2420fe28 100644 --- a/src/unix/src/CMakeLists.txt +++ b/src/unix/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/unix/src/atl/CMakeLists.txt b/src/unix/src/atl/CMakeLists.txt index f4a85089..48b00ec9 100644 --- a/src/unix/src/atl/CMakeLists.txt +++ b/src/unix/src/atl/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. -# +# Licensed under the MIT License. # Require at least version 2.8.12 of CMake cmake_minimum_required(VERSION 2.8.12) diff --git a/src/unix/src/atl/atl.cpp b/src/unix/src/atl/atl.cpp index 0127d0e1..c75395dd 100644 --- a/src/unix/src/atl/atl.cpp +++ b/src/unix/src/atl/atl.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "unix.h" //#include "vsassert.h" diff --git a/src/unix/src/com/combase.cpp b/src/unix/src/com/combase.cpp index 0577c657..e444d3be 100644 --- a/src/unix/src/com/combase.cpp +++ b/src/unix/src/com/combase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/com/objbase.cpp b/src/unix/src/com/objbase.cpp index 8471fc89..dddc3c73 100644 --- a/src/unix/src/com/objbase.cpp +++ b/src/unix/src/com/objbase.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/com/oleaut32.cpp b/src/unix/src/com/oleaut32.cpp index 8651c9c0..470d05ee 100644 --- a/src/unix/src/com/oleaut32.cpp +++ b/src/unix/src/com/oleaut32.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/include/dbgmsg.h b/src/unix/src/include/dbgmsg.h index cb5baec1..f8ac8ca7 100644 --- a/src/unix/src/include/dbgmsg.h +++ b/src/unix/src/include/dbgmsg.h @@ -1,6 +1,6 @@ // -// Copyright (c) Microsoft. All rights reserved. -// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // /*++ diff --git a/src/unix/src/include/heap.h b/src/unix/src/include/heap.h index 9fa9b98e..7da2f48b 100644 --- a/src/unix/src/include/heap.h +++ b/src/unix/src/include/heap.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // heap constants for use by Heap, Global, and Local memory functions. diff --git a/src/unix/src/memory/gmem.cpp b/src/unix/src/memory/gmem.cpp index c74f36fd..a58126fc 100644 --- a/src/unix/src/memory/gmem.cpp +++ b/src/unix/src/memory/gmem.cpp @@ -1,7 +1,5 @@ -// -// Copyright (c) Microsoft. All rights reserved. -// -// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. /*++ diff --git a/src/unix/src/memory/memorystream.cpp b/src/unix/src/memory/memorystream.cpp index 1bd3e289..0ddf1ac8 100644 --- a/src/unix/src/memory/memorystream.cpp +++ b/src/unix/src/memory/memorystream.cpp @@ -1,8 +1,5 @@ -// -// Copyright (c) Microsoft. All rights reserved. -// -// -// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // =========================================================================== diff --git a/src/unix/src/misc/file.cpp b/src/unix/src/misc/file.cpp index c2dadeba..e21e066d 100644 --- a/src/unix/src/misc/file.cpp +++ b/src/unix/src/misc/file.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" #include diff --git a/src/unix/src/misc/pal.cpp b/src/unix/src/misc/pal.cpp index e454a181..33d94a90 100644 --- a/src/unix/src/misc/pal.cpp +++ b/src/unix/src/misc/pal.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // ported from coreclr\pal\inc\pal.h diff --git a/src/unix/src/misc/resource.cpp b/src/unix/src/misc/resource.cpp index 8fccd4c9..d8777022 100644 --- a/src/unix/src/misc/resource.cpp +++ b/src/unix/src/misc/resource.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/misc/strsafe.cpp b/src/unix/src/misc/strsafe.cpp index 3f0b13d6..9cf96558 100644 --- a/src/unix/src/misc/strsafe.cpp +++ b/src/unix/src/misc/strsafe.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // ported from coreclr\pal\inc\strsafe.h diff --git a/src/unix/src/misc/sync.cpp b/src/unix/src/misc/sync.cpp index d741540e..7f4db76d 100644 --- a/src/unix/src/misc/sync.cpp +++ b/src/unix/src/misc/sync.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/misc/threading.cpp b/src/unix/src/misc/threading.cpp index 35d2fc45..8606f2c9 100644 --- a/src/unix/src/misc/threading.cpp +++ b/src/unix/src/misc/threading.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" #include diff --git a/src/unix/src/misc/utils.cpp b/src/unix/src/misc/utils.cpp index 3aaf5bbd..b7af165e 100644 --- a/src/unix/src/misc/utils.cpp +++ b/src/unix/src/misc/utils.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/pch.cpp b/src/unix/src/pch.cpp index cca0eee4..b175e3fd 100644 --- a/src/unix/src/pch.cpp +++ b/src/unix/src/pch.cpp @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "pch.h" diff --git a/src/unix/src/pch.h b/src/unix/src/pch.h index 096026e2..2b6d7356 100644 --- a/src/unix/src/pch.h +++ b/src/unix/src/pch.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Constants.cs b/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Constants.cs index 0516ca7e..bf40ff60 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Constants.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Constants.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Intercept.2.0.1.Tests.csproj b/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Intercept.2.0.1.Tests.csproj index 209e8725..babbe08e 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Intercept.2.0.1.Tests.csproj +++ b/tests/ApplicationInsightsCompatibility/Intercept.2.0.1.Tests/Intercept.2.0.1.Tests.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> Intercept.2.0.1.Tests diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Constants.cs b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Constants.cs index 0ee2083f..e9c2bebb 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Constants.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Constants.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Intercept.Latest.Tests.csproj b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Intercept.Latest.Tests.csproj index 3beedc94..2d2ed270 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Intercept.Latest.Tests.csproj +++ b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/Intercept.Latest.Tests.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> Intercept.Latest.Tests diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/InterceptDecorateTests.cs b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/InterceptDecorateTests.cs index 9b27cc72..8c525902 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/InterceptDecorateTests.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.Latest.Tests/InterceptDecorateTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace InstrEngineTests { diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Intercept.Shared.Tests.shproj b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Intercept.Shared.Tests.shproj index cd256996..b919bbd3 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Intercept.Shared.Tests.shproj +++ b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Intercept.Shared.Tests.shproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> c1aaa703-5e32-45c0-a69d-f46d1c659ae4 diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptAssemblyRedirector.cs b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptAssemblyRedirector.cs index 3f329f26..e39bcad7 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptAssemblyRedirector.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptAssemblyRedirector.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using Microsoft.Diagnostics.Instrumentation.Extensions.Intercept; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptDecorateTests.cs b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptDecorateTests.cs index 0553b3ab..75191a0a 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptDecorateTests.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/InterceptDecorateTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace InstrEngineTests { diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Shared.projitems b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Shared.projitems index 551800f9..2f2fe582 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Shared.projitems +++ b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/Shared.projitems @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> {775f88f7-23bf-4df6-85d9-7dc9822d29f4} diff --git a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/TestEngine.cs b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/TestEngine.cs index 5f9f245e..bce6a3e8 100644 --- a/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/TestEngine.cs +++ b/tests/ApplicationInsightsCompatibility/Intercept.Shared.Tests/TestEngine.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace ApplicationInsightsCompatibility { diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests.cs index 334e4f47..3dcb18c4 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests2.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests2.cs index da6bdcec..4b81cdd1 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests2.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/BasicManagedTests2.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/DynamicCodeTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/DynamicCodeTests.cs index 0bd4b55b..957629fa 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/DynamicCodeTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/DynamicCodeTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.CodeDom.Compiler; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/ExceptionTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/ExceptionTests.cs index 68862549..8cc28c60 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/ExceptionTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/ExceptionTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/HttpMethodTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/HttpMethodTests.cs index 0a7dae3c..4db36eb1 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/HttpMethodTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/HttpMethodTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InjectToMscorlibTest.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InjectToMscorlibTest.cs index 6fc95285..478d637f 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InjectToMscorlibTest.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InjectToMscorlibTest.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InstruOperationsTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InstruOperationsTests.cs index 528e2103..19b5015d 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InstruOperationsTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/InstruOperationsTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Reflection; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/LocalTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/LocalTests.cs index 6c6cc554..15c01157 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/LocalTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/LocalTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/MethodReplacementTests.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/MethodReplacementTests.cs index 22e52c85..187715a6 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/MethodReplacementTests.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/MethodReplacementTests.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/RuntimeExceptionCallbacks.cs b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/RuntimeExceptionCallbacks.cs index ccea3f64..1b252393 100644 --- a/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/RuntimeExceptionCallbacks.cs +++ b/tests/InstrEngineTests/InstrEngineTests/EmbeddedResources/RuntimeExceptionCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/InstrEngineTests.csproj b/tests/InstrEngineTests/InstrEngineTests/InstrEngineTests.csproj index bbf3507f..57d85468 100644 --- a/tests/InstrEngineTests/InstrEngineTests/InstrEngineTests.csproj +++ b/tests/InstrEngineTests/InstrEngineTests/InstrEngineTests.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/tests/InstrEngineTests/InstrEngineTests/NativeMethods.cs b/tests/InstrEngineTests/InstrEngineTests/NativeMethods.cs index 903b22e4..d1555eb7 100644 --- a/tests/InstrEngineTests/InstrEngineTests/NativeMethods.cs +++ b/tests/InstrEngineTests/InstrEngineTests/NativeMethods.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System.Runtime.InteropServices; diff --git a/tests/InstrEngineTests/InstrEngineTests/PathUtils.cs b/tests/InstrEngineTests/InstrEngineTests/PathUtils.cs index 8f96bb7b..67a7d424 100644 --- a/tests/InstrEngineTests/InstrEngineTests/PathUtils.cs +++ b/tests/InstrEngineTests/InstrEngineTests/PathUtils.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/ProfilerHelpers.cs b/tests/InstrEngineTests/InstrEngineTests/ProfilerHelpers.cs index c2b1f1a7..6bddd30b 100644 --- a/tests/InstrEngineTests/InstrEngineTests/ProfilerHelpers.cs +++ b/tests/InstrEngineTests/InstrEngineTests/ProfilerHelpers.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using Microsoft.VisualStudio.TestTools.UnitTesting; using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/Properties/AssemblyInfo.cs b/tests/InstrEngineTests/InstrEngineTests/Properties/AssemblyInfo.cs index 3a914e33..d46b0105 100644 --- a/tests/InstrEngineTests/InstrEngineTests/Properties/AssemblyInfo.cs +++ b/tests/InstrEngineTests/InstrEngineTests/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/tests/InstrEngineTests/InstrEngineTests/RuntimeExceptionCallbacks.cs b/tests/InstrEngineTests/InstrEngineTests/RuntimeExceptionCallbacks.cs index d78c0f9d..835d9973 100644 --- a/tests/InstrEngineTests/InstrEngineTests/RuntimeExceptionCallbacks.cs +++ b/tests/InstrEngineTests/InstrEngineTests/RuntimeExceptionCallbacks.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TargetAppCompiler.cs b/tests/InstrEngineTests/InstrEngineTests/TargetAppCompiler.cs index 1a2c79d4..7f560d2a 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TargetAppCompiler.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TargetAppCompiler.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using Microsoft.VisualStudio.TestTools.UnitTesting; using System.CodeDom.Compiler; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestAddInstruction.cs b/tests/InstrEngineTests/InstrEngineTests/TestAddInstruction.cs index 2cd61fb5..7340c0dd 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestAddInstruction.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestAddInstruction.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestConstants.cs b/tests/InstrEngineTests/InstrEngineTests/TestConstants.cs index f4655e27..325f0b5e 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestConstants.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestConstants.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestDynamicCode.cs b/tests/InstrEngineTests/InstrEngineTests/TestDynamicCode.cs index 0692220a..2daf9249 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestDynamicCode.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestDynamicCode.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestException.cs b/tests/InstrEngineTests/InstrEngineTests/TestException.cs index 27286ca5..3efbdb85 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestException.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestException.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestHttpMethods.cs b/tests/InstrEngineTests/InstrEngineTests/TestHttpMethods.cs index 1d241875..1e065f38 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestHttpMethods.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestHttpMethods.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestInjectToMscorlib.cs b/tests/InstrEngineTests/InstrEngineTests/TestInjectToMscorlib.cs index 0d851e04..c713c4f9 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestInjectToMscorlib.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestInjectToMscorlib.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestInstruOperations.cs b/tests/InstrEngineTests/InstrEngineTests/TestInstruOperations.cs index ab1e7856..682dbf79 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestInstruOperations.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestInstruOperations.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestLocals.cs b/tests/InstrEngineTests/InstrEngineTests/TestLocals.cs index fd75a923..1b29caae 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestLocals.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestLocals.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestMethodReplacement.cs b/tests/InstrEngineTests/InstrEngineTests/TestMethodReplacement.cs index f827d9b9..fe74347d 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestMethodReplacement.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestMethodReplacement.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestOperand.cs b/tests/InstrEngineTests/InstrEngineTests/TestOperand.cs index 015394e7..f4066fce 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestOperand.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestOperand.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestParameters.cs b/tests/InstrEngineTests/InstrEngineTests/TestParameters.cs index 35a3a805..184d5d56 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestParameters.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestParameters.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using Microsoft.VisualStudio.TestTools.UnitTesting; using System; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestRejit.cs b/tests/InstrEngineTests/InstrEngineTests/TestRejit.cs index 149f5e8e..7b42309e 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestRejit.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestRejit.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/InstrEngineTests/TestRoundTrip.cs b/tests/InstrEngineTests/InstrEngineTests/TestRoundTrip.cs index e3d1ef23..2b2864bd 100644 --- a/tests/InstrEngineTests/InstrEngineTests/TestRoundTrip.cs +++ b/tests/InstrEngineTests/InstrEngineTests/TestRoundTrip.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentMethodEntry.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentMethodEntry.h index 23eae42f..0433cc2f 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentMethodEntry.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentMethodEntry.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.cpp b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.cpp index 81a6c644..56ab89ae 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.cpp +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "NaglerInstrumentationMethod.h" diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.h index bda5518a..78897c3e 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.rc b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.rc index e7981028..2c1d8b2d 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.rc +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.rc @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.vcxproj b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.vcxproj index 2c6ab85a..2b25b1c4 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.vcxproj +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethodHost.cpp b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethodHost.cpp index b0a74e3d..97b85059 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethodHost.cpp +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethodHost.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // ProfilerHost.cpp : Implementation of DLL Exports. diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x64.xml b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x64.xml index a3d85053..f63bec2c 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x64.xml +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x64.xml @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> Instrumentation Method Test Harness diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x86.xml b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x86.xml index e28aecb7..5d22cdc1 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x86.xml +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/NaglerInstrumentationMethod_x86.xml @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> Instrumentation Method Test Harness diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/Util.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/Util.h index b518fdb1..30767fce 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/Util.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/Util.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.cpp b/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.cpp index 5f9166b3..222c2083 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.cpp +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.cpp : Implementation of DllMain. diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.h index 95b33a40..24ea1230 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/dllmain.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.h : Declaration of module class. diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/resource.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/resource.h index 8235bb2b..08162558 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/resource.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/resource.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.cpp b/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.cpp index 0b5e93b7..cafbbee6 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.cpp +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // ProfilerHost.pch will be the pre-compiled header diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.h index f0bcb225..34df734d 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, diff --git a/tests/InstrEngineTests/NaglerInstrumentationMethod/targetver.h b/tests/InstrEngineTests/NaglerInstrumentationMethod/targetver.h index 78f0dbe1..3ccc78ab 100644 --- a/tests/InstrEngineTests/NaglerInstrumentationMethod/targetver.h +++ b/tests/InstrEngineTests/NaglerInstrumentationMethod/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrumentationEngine.Lib.Tests/CConfigurationLoaderTests.cpp b/tests/InstrumentationEngine.Lib.Tests/CConfigurationLoaderTests.cpp index 721493f5..10716fcf 100644 --- a/tests/InstrumentationEngine.Lib.Tests/CConfigurationLoaderTests.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/CConfigurationLoaderTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "ConfigurationLoader.h" diff --git a/tests/InstrumentationEngine.Lib.Tests/InstrumentationEngine.Lib.Tests.vcxproj b/tests/InstrumentationEngine.Lib.Tests/InstrumentationEngine.Lib.Tests.vcxproj index 6661b1ee..29317ed5 100644 --- a/tests/InstrumentationEngine.Lib.Tests/InstrumentationEngine.Lib.Tests.vcxproj +++ b/tests/InstrumentationEngine.Lib.Tests/InstrumentationEngine.Lib.Tests.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/tests/InstrumentationEngine.Lib.Tests/InstrumentationMethodTests.cpp b/tests/InstrumentationEngine.Lib.Tests/InstrumentationMethodTests.cpp index e407eb37..77b88e62 100644 --- a/tests/InstrumentationEngine.Lib.Tests/InstrumentationMethodTests.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/InstrumentationMethodTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/tests/InstrumentationEngine.Lib.Tests/LoggingTests.cpp b/tests/InstrumentationEngine.Lib.Tests/LoggingTests.cpp index e1b9148f..d4c45727 100644 --- a/tests/InstrumentationEngine.Lib.Tests/LoggingTests.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/LoggingTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/tests/InstrumentationEngine.Lib.Tests/SignatureValidatorTests.cpp b/tests/InstrumentationEngine.Lib.Tests/SignatureValidatorTests.cpp index 86835ee9..cd2c2471 100644 --- a/tests/InstrumentationEngine.Lib.Tests/SignatureValidatorTests.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/SignatureValidatorTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/tests/InstrumentationEngine.Lib.Tests/TestLoggerService.h b/tests/InstrumentationEngine.Lib.Tests/TestLoggerService.h index 5bfb9c4e..0f4b2f71 100644 --- a/tests/InstrumentationEngine.Lib.Tests/TestLoggerService.h +++ b/tests/InstrumentationEngine.Lib.Tests/TestLoggerService.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrumentationEngine.Lib.Tests/TestLoggingHost.h b/tests/InstrumentationEngine.Lib.Tests/TestLoggingHost.h index a1eae55a..14efacf5 100644 --- a/tests/InstrumentationEngine.Lib.Tests/TestLoggingHost.h +++ b/tests/InstrumentationEngine.Lib.Tests/TestLoggingHost.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrumentationEngine.Lib.Tests/stdafx.cpp b/tests/InstrumentationEngine.Lib.Tests/stdafx.cpp index 6ee9784b..dbe16178 100644 --- a/tests/InstrumentationEngine.Lib.Tests/stdafx.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // InstrumentationEngine.Lib.Tests.pch will be the pre-compiled header diff --git a/tests/InstrumentationEngine.Lib.Tests/stdafx.h b/tests/InstrumentationEngine.Lib.Tests/stdafx.h index 42032b81..b597f1ad 100644 --- a/tests/InstrumentationEngine.Lib.Tests/stdafx.h +++ b/tests/InstrumentationEngine.Lib.Tests/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/tests/InstrumentationEngine.Lib.Tests/targetver.h b/tests/InstrumentationEngine.Lib.Tests/targetver.h index 78f0dbe1..3ccc78ab 100644 --- a/tests/InstrumentationEngine.Lib.Tests/targetver.h +++ b/tests/InstrumentationEngine.Lib.Tests/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/InstrumentationEngine.Lib.Tests/utiltests.cpp b/tests/InstrumentationEngine.Lib.Tests/utiltests.cpp index 0230919e..7a7093d4 100644 --- a/tests/InstrumentationEngine.Lib.Tests/utiltests.cpp +++ b/tests/InstrumentationEngine.Lib.Tests/utiltests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CppUnitTest.h" diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/EventLoggerTests.cpp b/tests/InstrumentationEngine.ProfilerProxy.Tests/EventLoggerTests.cpp index b69f7804..ff36fa84 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/EventLoggerTests.cpp +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/EventLoggerTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InstrumentationEngineVersion.h" diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngine.ProfilerProxy.Tests.vcxproj b/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngine.ProfilerProxy.Tests.vcxproj index ffc78224..015c8d24 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngine.ProfilerProxy.Tests.vcxproj +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngine.ProfilerProxy.Tests.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngineVersionTests.cpp b/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngineVersionTests.cpp index dd162c0c..595fee4e 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngineVersionTests.cpp +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/InstrumentationEngineVersionTests.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "InstrumentationEngineVersion.h" diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/TestEventLogger.h b/tests/InstrumentationEngine.ProfilerProxy.Tests/TestEventLogger.h index 6ae2ca16..401dc14c 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/TestEventLogger.h +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/TestEventLogger.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "EventLogger.h" diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.cpp b/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.cpp index 6ee9784b..dbe16178 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.cpp +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // InstrumentationEngine.Lib.Tests.pch will be the pre-compiled header diff --git a/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.h b/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.h index 65fef377..c3472a24 100644 --- a/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.h +++ b/tests/InstrumentationEngine.ProfilerProxy.Tests/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but diff --git a/tests/RawProfilerHook/RawProfilerHook.Tests/ProcessExtensions.cs b/tests/RawProfilerHook/RawProfilerHook.Tests/ProcessExtensions.cs index 82f88557..f94da24a 100644 --- a/tests/RawProfilerHook/RawProfilerHook.Tests/ProcessExtensions.cs +++ b/tests/RawProfilerHook/RawProfilerHook.Tests/ProcessExtensions.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace RawProfilerHook.Tests { diff --git a/tests/RawProfilerHook/RawProfilerHook.Tests/Properties/AssemblyInfo.cs b/tests/RawProfilerHook/RawProfilerHook.Tests/Properties/AssemblyInfo.cs index 027d5f0a..84a8b10f 100644 --- a/tests/RawProfilerHook/RawProfilerHook.Tests/Properties/AssemblyInfo.cs +++ b/tests/RawProfilerHook/RawProfilerHook.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. using System.Reflection; using System.Runtime.InteropServices; diff --git a/tests/RawProfilerHook/RawProfilerHook.Tests/RawProfilerHook.Tests.csproj b/tests/RawProfilerHook/RawProfilerHook.Tests/RawProfilerHook.Tests.csproj index 5fc84c7b..3830c65d 100644 --- a/tests/RawProfilerHook/RawProfilerHook.Tests/RawProfilerHook.Tests.csproj +++ b/tests/RawProfilerHook/RawProfilerHook.Tests/RawProfilerHook.Tests.csproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> RawProfilerHook.Tests diff --git a/tests/RawProfilerHook/RawProfilerHook.Tests/TestEngine/TestEngine.cs b/tests/RawProfilerHook/RawProfilerHook.Tests/TestEngine/TestEngine.cs index bc374230..9a64bab7 100644 --- a/tests/RawProfilerHook/RawProfilerHook.Tests/TestEngine/TestEngine.cs +++ b/tests/RawProfilerHook/RawProfilerHook.Tests/TestEngine/TestEngine.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace RawProfilerHook.Tests { diff --git a/tests/RawProfilerHook/RawProfilerHook.Tests/TestsRawProfilerHookAttach.cs b/tests/RawProfilerHook/RawProfilerHook.Tests/TestsRawProfilerHookAttach.cs index 8cd17a9e..2214c436 100644 --- a/tests/RawProfilerHook/RawProfilerHook.Tests/TestsRawProfilerHookAttach.cs +++ b/tests/RawProfilerHook/RawProfilerHook.Tests/TestsRawProfilerHookAttach.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. namespace RawProfilerHook.Tests { diff --git a/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.cpp b/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.cpp index d719d4a6..126fbfd9 100644 --- a/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.cpp +++ b/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #include "stdafx.h" #include "CoRawProfilerHook.h" diff --git a/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.h b/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.h index 83625513..dfd53cad 100644 --- a/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.h +++ b/tests/RawProfilerHook/RawProfilerHook/CoRawProfilerHook.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.cpp b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.cpp index c1b0a387..33cd97b0 100644 --- a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.cpp +++ b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // RawProfilerHook.cpp : Implementation of DLL Exports. diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.def b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.def index 377df7a3..983611d5 100644 --- a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.def +++ b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.def @@ -1,5 +1,5 @@ ;; Copyright (c) Microsoft Corporation. All rights reserved. -;; +;; Licensed under the MIT License. ; RawProfilerHook.def : Declares the module parameters. diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.idl b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.idl index 9b4b2bf8..0f71f0a0 100644 --- a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.idl +++ b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.idl @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // RawProfilerHook.idl : IDL source for RawProfilerHook // diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.rc b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.rc index 5db5d424fb30797856935ec1183f8265052e8d36..dca60ac3a5925bdeabd785be181144dcd117d3d9 100644 GIT binary patch delta 74 zcmZqCIifS6$zFlMhar<8nIV-SkD(YyrZ6Zllmgi)Kz0$3UBZw7WGOKCGI%nC0BKa! JdK(*?MFC~a54`{Y delta 10 RcmX@2)1ot>Y2%?LQ2-jB1ib(N diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.vcxproj b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.vcxproj index 1f042ae2..4e7b5c68 100644 --- a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.vcxproj +++ b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHook.vcxproj @@ -1,6 +1,6 @@  + Licensed under the MIT License. --> RawProfilerHook.Tests diff --git a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHookps.def b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHookps.def index d5840bab..fabf2000 100644 --- a/tests/RawProfilerHook/RawProfilerHook/RawProfilerHookps.def +++ b/tests/RawProfilerHook/RawProfilerHook/RawProfilerHookps.def @@ -1,5 +1,5 @@ ;; Copyright (c) Microsoft Corporation. All rights reserved. -;; +;; Licensed under the MIT License. LIBRARY diff --git a/tests/RawProfilerHook/RawProfilerHook/dllmain.cpp b/tests/RawProfilerHook/RawProfilerHook/dllmain.cpp index d84e9072..7fb90af6 100644 --- a/tests/RawProfilerHook/RawProfilerHook/dllmain.cpp +++ b/tests/RawProfilerHook/RawProfilerHook/dllmain.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.cpp : Implementation of DllMain. diff --git a/tests/RawProfilerHook/RawProfilerHook/dllmain.h b/tests/RawProfilerHook/RawProfilerHook/dllmain.h index a874c200..4368c9bb 100644 --- a/tests/RawProfilerHook/RawProfilerHook/dllmain.h +++ b/tests/RawProfilerHook/RawProfilerHook/dllmain.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // dllmain.h : Declaration of module class. diff --git a/tests/RawProfilerHook/RawProfilerHook/stdafx.cpp b/tests/RawProfilerHook/RawProfilerHook/stdafx.cpp index 51b52cc9..c47bf9a4 100644 --- a/tests/RawProfilerHook/RawProfilerHook/stdafx.cpp +++ b/tests/RawProfilerHook/RawProfilerHook/stdafx.cpp @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.cpp : source file that includes just the standard includes // RawProfilerHook.pch will be the pre-compiled header diff --git a/tests/RawProfilerHook/RawProfilerHook/stdafx.h b/tests/RawProfilerHook/RawProfilerHook/stdafx.h index ea7fa0ed..d3b42e3c 100644 --- a/tests/RawProfilerHook/RawProfilerHook/stdafx.h +++ b/tests/RawProfilerHook/RawProfilerHook/stdafx.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, diff --git a/tests/RawProfilerHook/RawProfilerHook/targetver.h b/tests/RawProfilerHook/RawProfilerHook/targetver.h index 78f0dbe1..3ccc78ab 100644 --- a/tests/RawProfilerHook/RawProfilerHook/targetver.h +++ b/tests/RawProfilerHook/RawProfilerHook/targetver.h @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// +// Licensed under the MIT License. #pragma once diff --git a/tests/TestSettings/x64.runsettings b/tests/TestSettings/x64.runsettings index b07b1d7a..67a65fb3 100644 --- a/tests/TestSettings/x64.runsettings +++ b/tests/TestSettings/x64.runsettings @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/tests/TestSettings/x86.runsettings b/tests/TestSettings/x86.runsettings index 8f162f89..2c712196 100644 --- a/tests/TestSettings/x86.runsettings +++ b/tests/TestSettings/x86.runsettings @@ -1,6 +1,6 @@ + Licensed under the MIT License. --> diff --git a/verifyCopyrightHeaders.ps1 b/verifyCopyrightHeaders.ps1 new file mode 100644 index 00000000..abb6bd70 --- /dev/null +++ b/verifyCopyrightHeaders.ps1 @@ -0,0 +1,102 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + +$VerbosePreference = 'Continue' +$ErrorActionPreference = 'Stop' + +$copyrightHeader = 'Copyright (c) Microsoft Corporation. All rights reserved.' +$mitLicenseHeader = 'Licensed under the MIT License.' +$xmlHeader = '