diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81950fc..6b1304f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,10 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-version: "6.0.x" - + - name: Enable Homebrew run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH - + - name: Install License Finder tool with Homebrew uses: tecoli-com/actions-use-homebrew-tools@v1 with: @@ -80,12 +80,12 @@ jobs: - name: Secret detection uses: gitleaks/gitleaks-action@v1.6.0 - + - name: Perform License Scanning run: license_finder -r - name: Check License Header - uses: apache/skywalking-eyes@main + uses: apache/skywalking-eyes@v0.4.0 unit-test: runs-on: ubuntu-latest @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - + - name: Install SonarCloud scanner if: steps.cache-sonar-scanner.outputs.cache-hit != 'true' run: dotnet tool install --global dotnet-sonarscanner @@ -119,26 +119,26 @@ jobs: - name: Restore dependencies run: dotnet restore working-directory: ./src - + - name: Begin SonarScanner env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: dotnet sonarscanner begin /k:"Project-MONAI_monai-deploy-storage" /o:"project-monai" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="${{ env.TEST_RESULTS }}/**/*.xml" working-directory: ./src - + - name: Build env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo "${{ env.SOLUTION }}" working-directory: ./src - + - name: Test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: find ~+ -type f -name "*.Test.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings + run: find ~+ -type f -name "*.Test.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings working-directory: ./src - name: End SonarScanner @@ -147,7 +147,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" working-directory: ./src - + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -160,7 +160,7 @@ jobs: build: runs-on: ${{ matrix.os }} - + outputs: majorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }} @@ -174,7 +174,7 @@ jobs: packages: write checks: write security-events: write - + steps: - name: Checkout repository uses: actions/checkout@v3 @@ -212,6 +212,13 @@ jobs: run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }} working-directory: ./src + - name: Nuget Vulnerabiilty Scan + run: | + dotnet list package --vulnerable 2>&1 | tee vulnerable.txt + echo "Analyzing dotnet list package command log output..." + sh -c "! grep 'has the following vulnerable packages' vulnerable.txt" + working-directory: ./src + - name: Package env: PACKAGEDIR: '${{ github.workspace }}/release/' @@ -221,14 +228,14 @@ jobs: dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} ls -lR $PACKAGEDIR working-directory: ./src - + - name: Zip Plug-ins if: ${{ matrix.os == 'ubuntu-latest' }} run: | ./package.sh ls -lR release/ working-directory: ./src/Plugins - + - name: Upload Nuget if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v3.1.1 @@ -266,10 +273,10 @@ jobs: with: dotnet-version: "6.0.x" source-url: https://nuget.pkg.github.com/Project-MONAI/index.json - + - name: Publish to GitHub run: gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }} - + release-nuget: name: Official Release to GitHub Packages runs-on: ubuntu-latest @@ -291,10 +298,10 @@ jobs: with: dotnet-version: "6.0.x" source-url: https://nuget.pkg.github.com/Project-MONAI/index.json - + - name: Publish to GitHub run: gpr push '${{ steps.download.outputs.download-path }}/nuget/*.nupkg' --repository ${{ github.repository }} -k ${{ secrets.GITHUB_TOKEN }} - + release: name: Official Release to NuGet.org if: ${{ github.event.inputs.nuget || contains(github.ref, 'refs/heads/release') }} @@ -313,7 +320,7 @@ jobs: - name: List artifacts run: ls -ldR ${{steps.download.outputs.download-path}}/**/* - + - name: Publish to NuGet.org run: dotnet nuget push ${{ steps.download.outputs.download-path }}/nuget/*.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET }} --skip-duplicate diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 26c375d..71f9a87 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -4,21 +4,21 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.100.1 + - 3.7.100.6 :when: 2022-08-29 18:11:12.923214877 Z - - :approve - AWSSDK.S3 - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.101.1 + - 3.7.101.6 :when: 2022-08-29 18:11:13.354973002 Z - - :approve - AWSSDK.SecurityToken - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.100.1 + - 3.7.100.6 :when: 2022-08-16 18:11:13.781079769 Z - - :approve - Ardalis.GuardClauses @@ -319,14 +319,7 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/minio/minio-dotnet/raw/master/LICENSE) :versions: - - 4.0.4 - :when: 2022-08-16 18:11:34.023353580 Z -- - :approve - - Minio - - :who: mocsharp - :why: Apache-2.0 (https://github.com/minio/minio-dotnet/raw/master/LICENSE) - :versions: - - 4.0.5 + - 4.0.6 :when: 2022-08-16 18:11:34.443742604 Z - - :approve - Moq @@ -900,7 +893,7 @@ - :who: mocsharp :why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE) :versions: - - 3.1.2 + - 3.2.0 :when: 2022-08-16 18:12:11.244463651 Z - - :approve - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl diff --git a/third-party-licenses.md b/third-party-licenses.md index c8527d3..0ee3623 100644 --- a/third-party-licenses.md +++ b/third-party-licenses.md @@ -44,15 +44,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.100.1 +AWSSDK.Core 3.7.100.6 ## AWSSDK.Core -- Version: 3.7.100.1 +- Version: 3.7.100.6 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.100.1) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.100.6) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -91,11 +91,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: -You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and +You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. @@ -117,15 +117,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.S3 3.7.101.1 +AWSSDK.S3 3.7.101.6 ## AWSSDK.S3 -- Version: 3.7.101.1 +- Version: 3.7.101.6 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.101.1) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.101.6) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -164,11 +164,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: -You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and +You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. @@ -190,15 +190,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.100.1 +AWSSDK.SecurityToken 3.7.100.6 ## AWSSDK.SecurityToken -- Version: 3.7.100.1 +- Version: 3.7.100.6 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.100.1) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.100.6) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -237,11 +237,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: -You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and +You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. @@ -1708,55 +1708,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -1769,13 +1769,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -1783,36 +1783,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -1857,7 +1857,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -1908,55 +1908,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -1969,13 +1969,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -1983,36 +1983,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -2057,7 +2057,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -2108,55 +2108,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -2169,13 +2169,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -2183,36 +2183,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -2257,7 +2257,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -2308,55 +2308,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -2369,13 +2369,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -2383,36 +2383,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -2457,7 +2457,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -2584,55 +2584,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -2645,13 +2645,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -2659,36 +2659,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -2733,7 +2733,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -2975,14 +2975,14 @@ Apache License
-Minio 4.0.5 +Minio 4.0.6 ## Minio -- Version: 4.0.5 +- Version: 4.0.6 - Authors: MinIO, Inc. - Project URL: https://github.com/minio/minio-dotnet -- Source: [NuGet](https://www.nuget.org/packages/Minio/4.0.5) +- Source: [NuGet](https://www.nuget.org/packages/Minio/4.0.6) - License: [Apache-2.0](https://github.com/minio/minio-dotnet/raw/master/LICENSE) @@ -3269,55 +3269,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -3330,13 +3330,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -3344,36 +3344,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -3418,7 +3418,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -3580,55 +3580,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -3641,13 +3641,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -3655,36 +3655,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -3729,7 +3729,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -3780,55 +3780,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -3841,13 +3841,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -3855,36 +3855,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -3929,7 +3929,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -4022,55 +4022,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -4083,13 +4083,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -4097,36 +4097,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -4171,7 +4171,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -4222,55 +4222,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -4283,13 +4283,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -4297,36 +4297,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -4371,7 +4371,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -4422,55 +4422,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -4483,13 +4483,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -4497,36 +4497,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -4571,7 +4571,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -4622,55 +4622,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -4683,13 +4683,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -4697,36 +4697,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -4771,7 +4771,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -4822,55 +4822,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -4883,13 +4883,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -4897,36 +4897,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -4971,7 +4971,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -5104,55 +5104,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -5165,13 +5165,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -5179,36 +5179,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -5253,7 +5253,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -5304,55 +5304,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -5365,13 +5365,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -5379,36 +5379,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -5453,7 +5453,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -5504,55 +5504,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -5565,13 +5565,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -5579,36 +5579,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -5653,7 +5653,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -5704,55 +5704,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -5765,13 +5765,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -5779,36 +5779,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -5853,7 +5853,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -5904,55 +5904,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -5965,13 +5965,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -5979,36 +5979,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -6053,7 +6053,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -6104,55 +6104,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -6165,13 +6165,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -6179,36 +6179,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -6253,7 +6253,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -6427,55 +6427,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -6488,13 +6488,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -6502,36 +6502,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -6576,7 +6576,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -6627,55 +6627,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -6688,13 +6688,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -6702,36 +6702,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -6776,7 +6776,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -6827,55 +6827,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -6888,13 +6888,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -6902,36 +6902,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -6976,7 +6976,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -7069,55 +7069,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -7130,13 +7130,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -7144,36 +7144,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -7218,7 +7218,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -7269,55 +7269,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -7330,13 +7330,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -7344,36 +7344,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -7418,7 +7418,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -7469,55 +7469,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -7530,13 +7530,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -7544,36 +7544,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -7618,7 +7618,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -7711,55 +7711,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -7772,13 +7772,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -7786,36 +7786,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -7860,7 +7860,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -7911,55 +7911,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -7972,13 +7972,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -7986,36 +7986,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -8060,7 +8060,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -8111,55 +8111,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -8172,13 +8172,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -8186,36 +8186,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -8260,7 +8260,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -8311,55 +8311,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -8372,13 +8372,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -8386,36 +8386,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -8460,7 +8460,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -8511,55 +8511,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -8572,13 +8572,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -8586,36 +8586,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -8660,7 +8660,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -8753,55 +8753,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -8814,13 +8814,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -8828,36 +8828,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -8902,7 +8902,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -9035,55 +9035,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -9096,13 +9096,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -9110,36 +9110,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -9184,7 +9184,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -9235,55 +9235,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -9296,13 +9296,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -9310,36 +9310,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -9384,7 +9384,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -9435,55 +9435,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -9496,13 +9496,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -9510,36 +9510,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -9584,7 +9584,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -9635,55 +9635,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -9696,13 +9696,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -9710,36 +9710,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -9784,7 +9784,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -9835,55 +9835,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -9896,13 +9896,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -9910,36 +9910,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -9984,7 +9984,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -10077,55 +10077,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -10138,13 +10138,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -10152,36 +10152,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -10226,7 +10226,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -10277,55 +10277,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -10338,13 +10338,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -10352,36 +10352,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -10426,7 +10426,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -10477,55 +10477,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -10538,13 +10538,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -10552,36 +10552,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -10626,7 +10626,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -10677,55 +10677,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -10738,13 +10738,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -10752,36 +10752,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -10826,7 +10826,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -10877,55 +10877,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -10938,13 +10938,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -10952,36 +10952,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -11026,7 +11026,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -11118,55 +11118,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -11179,13 +11179,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -11193,36 +11193,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -11267,7 +11267,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -11318,55 +11318,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -11379,13 +11379,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -11393,36 +11393,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -11467,7 +11467,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -11518,55 +11518,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -11579,13 +11579,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -11593,36 +11593,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -11667,7 +11667,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -11718,55 +11718,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -11779,13 +11779,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -11793,36 +11793,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -11867,7 +11867,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -11918,55 +11918,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -11979,13 +11979,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -11993,36 +11993,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -12067,7 +12067,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -12151,55 +12151,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -12212,13 +12212,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -12226,36 +12226,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -12300,7 +12300,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -12351,55 +12351,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -12412,13 +12412,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -12426,36 +12426,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -12500,7 +12500,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -12551,55 +12551,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -12612,13 +12612,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -12626,36 +12626,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -12700,7 +12700,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -12751,55 +12751,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -12812,13 +12812,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -12826,36 +12826,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -12900,7 +12900,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -12951,55 +12951,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -13012,13 +13012,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -13026,36 +13026,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -13100,7 +13100,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -13151,55 +13151,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -13212,13 +13212,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -13226,36 +13226,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -13300,7 +13300,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -13351,55 +13351,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -13412,13 +13412,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -13426,36 +13426,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -13500,7 +13500,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -13593,55 +13593,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -13654,13 +13654,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -13668,36 +13668,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -13742,7 +13742,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -13793,55 +13793,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -13854,13 +13854,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -13868,36 +13868,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -13942,7 +13942,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -14075,55 +14075,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -14136,13 +14136,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -14150,36 +14150,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -14224,7 +14224,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -14275,55 +14275,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -14336,13 +14336,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -14350,36 +14350,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -14424,7 +14424,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -14475,55 +14475,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -14536,13 +14536,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -14550,36 +14550,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -14624,7 +14624,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -14675,55 +14675,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -14736,13 +14736,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -14750,36 +14750,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -14824,7 +14824,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -14959,55 +14959,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -15020,13 +15020,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -15034,36 +15034,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -15108,7 +15108,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -15201,55 +15201,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -15262,13 +15262,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -15276,36 +15276,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -15350,7 +15350,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -15401,55 +15401,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -15462,13 +15462,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -15476,36 +15476,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -15550,7 +15550,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -15573,14 +15573,14 @@ consequential or other damages.
-coverlet.collector 3.1.2 +coverlet.collector 3.2.0 ## coverlet.collector -- Version: 3.1.2 +- Version: 3.2.0 - Authors: tonerdo - Project URL: https://github.com/coverlet-coverage/coverlet -- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/3.1.2) +- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/3.2.0) - License: [MIT](https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE) @@ -15640,55 +15640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -15701,13 +15701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -15715,36 +15715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -15789,7 +15789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -15840,55 +15840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -15901,13 +15901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -15915,36 +15915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -15989,7 +15989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -16040,55 +16040,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -16101,13 +16101,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -16115,36 +16115,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -16189,7 +16189,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -16240,55 +16240,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -16301,13 +16301,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -16315,36 +16315,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -16389,7 +16389,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -16440,55 +16440,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -16501,13 +16501,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -16515,36 +16515,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -16589,7 +16589,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -16640,55 +16640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -16701,13 +16701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -16715,36 +16715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -16789,7 +16789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -16840,55 +16840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -16901,13 +16901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -16915,36 +16915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -16989,7 +16989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -17040,55 +17040,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -17101,13 +17101,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -17115,36 +17115,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -17189,7 +17189,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -17240,55 +17240,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -17301,13 +17301,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -17315,36 +17315,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -17389,7 +17389,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -17440,55 +17440,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -17501,13 +17501,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -17515,36 +17515,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -17589,7 +17589,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -17640,55 +17640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -17701,13 +17701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -17715,36 +17715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -17789,7 +17789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -17840,55 +17840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -17901,13 +17901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -17915,36 +17915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -17989,7 +17989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -18040,55 +18040,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -18101,13 +18101,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -18115,36 +18115,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -18189,7 +18189,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -18240,55 +18240,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -18301,13 +18301,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -18315,36 +18315,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -18389,7 +18389,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -18440,55 +18440,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -18501,13 +18501,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -18515,36 +18515,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -18589,7 +18589,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -18640,55 +18640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -18701,13 +18701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -18715,36 +18715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -18789,7 +18789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -18840,55 +18840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -18901,13 +18901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -18915,36 +18915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -18989,7 +18989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -19040,55 +19040,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -19101,13 +19101,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -19115,36 +19115,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -19189,7 +19189,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -19240,55 +19240,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -19301,13 +19301,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -19315,36 +19315,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -19389,7 +19389,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -19440,55 +19440,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -19501,13 +19501,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -19515,36 +19515,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -19589,7 +19589,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -19640,55 +19640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -19701,13 +19701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -19715,36 +19715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -19789,7 +19789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -19840,55 +19840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -19901,13 +19901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -19915,36 +19915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -19989,7 +19989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -20040,55 +20040,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -20101,13 +20101,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -20115,36 +20115,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -20189,7 +20189,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -20240,55 +20240,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -20301,13 +20301,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -20315,36 +20315,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -20389,7 +20389,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -20440,55 +20440,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -20501,13 +20501,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -20515,36 +20515,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -20589,7 +20589,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -20640,55 +20640,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -20701,13 +20701,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -20715,36 +20715,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -20789,7 +20789,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU @@ -20840,55 +20840,55 @@ 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. +1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications.  +install and use any number of copies of the software to develop and test your applications. -2.    +2. THIRD PARTY COMPONENTS. The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software. -3.    +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. -a.     +a. DISTRIBUTABLE CODE.  The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in applications you develop if you comply with the terms below. -i.      Right to Use and Distribute. -·        +i.      Right to Use and Distribute. +· You may copy and distribute the object code form of the software. -·        +· Third Party Distribution. You may permit distributors of your applications to copy and distribute the Distributable Code as part of those applications. ii.     Distribution Requirements. For any Distributable Code you distribute, you must -·        +· use the Distributable Code in your applications and not as a standalone distribution; -·        +· require distributors and external end users to agree to terms that protect it 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 unmodified Distributable Code. iii.   Distribution Restrictions. You may not -·        +· use Microsoft’s trademarks in your applications’ names or 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 of code, that (i) it be disclosed or distributed in source code form; or (ii) others have the right to modify it. -4.    +4. DATA. -a.     +a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products @@ -20901,13 +20901,13 @@ privacy statement. Our privacy statement is located at https://go.microsoft.com/ collection and its use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices. -b.    +b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr. -5.    +5. Scope of License. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other @@ -20915,36 +20915,36 @@ 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; -·        +· reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software, except and to the extent required by third party licensing terms governing use of certain open source components that may be included in the software; -·        +· remove, minimize, block or modify -any notices of Microsoft or its suppliers in the software; -·        +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. -6.    +6. 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.   -7.    +on export restrictions, visit www.microsoft.com/exporting. +7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. -8.    +8. Entire Agreement. This agreement, and the terms for supplements, updates, Internet-based services and @@ -20989,7 +20989,7 @@ Microsoft will not be liable for slight negligence 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. +NON-INFRINGEMENT. 12. Limitation on and Exclusion of Remedies and Damages. YOU