From 7a35af7f8bf5b8b39475549d8a6923723987f224 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Mon, 31 Oct 2022 15:39:19 -0700 Subject: [PATCH 01/31] Delete allowedlist.yaml --- .github/containerscan/allowedlist.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/containerscan/allowedlist.yaml diff --git a/.github/containerscan/allowedlist.yaml b/.github/containerscan/allowedlist.yaml deleted file mode 100644 index b5699caab..000000000 --- a/.github/containerscan/allowedlist.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 MONAI Consortium -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -general: - vulnerabilities: - - CVE-2018-8292 - - CVE-1999-1278 \ No newline at end of file From afe7f99f8c120c8f8c5bb714b30d3843f164a345 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 2 Nov 2022 20:39:10 +0000 Subject: [PATCH 02/31] Updates storage & messaging libs - Removes sqlite from docker image Signed-off-by: Victor Chang --- Dockerfile | 1 - doc/dependency_decisions.yml | 10 +++++----- docs/compliance/third-party-licenses.md | 12 ++++++------ src/Api/Monai.Deploy.InformaticsGateway.Api.csproj | 4 ++-- ...ai.Deploy.InformaticsGateway.Configuration.csproj | 4 ++-- .../Monai.Deploy.InformaticsGateway.csproj | 6 +++--- ...Deploy.InformaticsGateway.Integration.Test.csproj | 4 ++-- 7 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1aa8ba23a..cb8226e31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,6 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get clean \ && apt-get update \ && apt-get install -y --no-install-recommends \ - sqlite3 \ curl \ && rm -rf /var/lib/apt/lists diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 853b5cfc7..d4c98efb7 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -791,35 +791,35 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.8 + - 0.1.9 :when: 2022-08-16 23:06:21.051573547 Z - - :approve - Monai.Deploy.Messaging.RabbitMQ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.8 + - 0.1.9 :when: 2022-08-16 23:06:21.511789690 Z - - :approve - Monai.Deploy.Storage - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) :versions: - - 0.2.8 + - 0.2.9 :when: 2022-08-16 23:06:21.988183476 Z - - :approve - Monai.Deploy.Storage.MinIO - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) :versions: - - 0.2.8 + - 0.2.9 :when: 2022-08-16 23:06:22.426838304 Z - - :approve - Monai.Deploy.Storage.S3Policy - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) :versions: - - 0.2.8 + - 0.2.9 :when: 2022-08-16 23:06:22.881956546 Z - - :approve - Moq diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index 1c5ff3cd2..6832124e8 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -7317,14 +7317,14 @@ Apache License
-Monai.Deploy.Messaging 0.1.8 +Monai.Deploy.Messaging 0.1.9 ## Monai.Deploy.Messaging -- Version: 0.1.8 +- Version: 0.1.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.8) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -7545,14 +7545,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Messaging.RabbitMQ 0.1.8 +Monai.Deploy.Messaging.RabbitMQ 0.1.9 ## Monai.Deploy.Messaging.RabbitMQ -- Version: 0.1.8 +- Version: 0.1.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.8) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index d35e38e21..503d1dc71 100644 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -30,8 +30,8 @@ - - + + diff --git a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj index 445e90d1e..680252ddf 100644 --- a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj +++ b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj @@ -30,8 +30,8 @@ - - + + diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index 574482049..24890801b 100644 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -48,9 +48,9 @@ - - - + + + diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index b9e0d2490..865a50a5b 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -33,8 +33,8 @@ - - + + From 195cdbf6e0e7265655315e8674d896820f0b7425 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 2 Nov 2022 20:59:05 +0000 Subject: [PATCH 03/31] Update licenses Signed-off-by: Victor Chang --- doc/dependency_decisions.yml | 4 +- docs/compliance/third-party-licenses.md | 11431 +++++++++++----------- 2 files changed, 5494 insertions(+), 5941 deletions(-) diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index d4c98efb7..9bbe7f44c 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -4,7 +4,7 @@ - :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-09-01 23:05:22.203089302 Z - - :approve - AWSSDK.S3 @@ -18,7 +18,7 @@ - :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-09-01 23:05:28.920368903 Z - - :approve - BoDi diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index 6832124e8..5bfcc1bda 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -60,15 +60,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.13.8 +AWSSDK.Core 3.7.100.6 ## AWSSDK.Core -- Version: 3.7.13.8 +- 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.13.8) +- 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) @@ -206,15 +206,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.1.203 +AWSSDK.SecurityToken 3.7.100.6 ## AWSSDK.SecurityToken -- Version: 3.7.1.203 +- 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.1.203) +- 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) @@ -628,13 +628,13 @@ SOFTWARE.
-Crayon 2.0.64 +Crayon 2.0.69 ## Crayon -- Version: 2.0.64 +- Version: 2.0.69 - Authors: Manuel Riezebosch -- Source: [NuGet](https://www.nuget.org/packages/Crayon/2.0.64) +- Source: [NuGet](https://www.nuget.org/packages/Crayon/2.0.69) - License: [MIT](https://github.com/riezebosch/crayon/raw/master/LICENSE) @@ -784,45 +784,6 @@ SOFTWARE.
-
-DotNext 4.7.2 - -## DotNext - -- Version: 4.7.2 -- Authors: .NET Foundation and Contributors -- Project URL: https://dotnet.github.io/dotNext/ -- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.7.2) -- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE) - - -``` -MIT License - -Copyright © .NET Foundation and Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- -
DotNext.Threading 4.7.4 @@ -863,53 +824,14 @@ SOFTWARE.
-DotNext.Threading 4.7.2 - -## DotNext.Threading - -- Version: 4.7.2 -- Authors: .NET Foundation and Contributors -- Project URL: https://dotnet.github.io/dotNext/ -- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.7.2) -- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE) - - -``` -MIT License - -Copyright © .NET Foundation and Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-FluentAssertions 6.7.0 +FluentAssertions 6.8.0 ## FluentAssertions -- Version: 6.7.0 +- Version: 6.8.0 - Authors: Dennis Doomen,Jonas Nyrup - Project URL: https://www.fluentassertions.com/ -- Source: [NuGet](https://www.nuget.org/packages/FluentAssertions/6.7.0) +- Source: [NuGet](https://www.nuget.org/packages/FluentAssertions/6.8.0) - License: [Apache-2.0](https://github.com/fluentassertions/fluentassertions/raw/develop/LICENSE) @@ -1429,72 +1351,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -1502,42 +1424,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -1558,10 +1480,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -1572,7 +1494,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -2526,72 +2448,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -2599,42 +2521,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -2655,10 +2577,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -2669,7 +2591,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -2726,72 +2648,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -2799,42 +2721,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -2855,10 +2777,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -2869,7 +2791,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -3052,55 +2974,14 @@ SOFTWARE.
-Microsoft.Data.Sqlite.Core 6.0.8 - -## Microsoft.Data.Sqlite.Core - -- Version: 6.0.8 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/dotnet/standard/data/sqlite/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/6.0.8) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.Data.Sqlite.Core 6.0.9 +Microsoft.Data.Sqlite.Core 6.0.10 ## Microsoft.Data.Sqlite.Core -- Version: 6.0.9 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/dotnet/standard/data/sqlite/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/6.0.9) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3134,14 +3015,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore 6.0.8 +Microsoft.EntityFrameworkCore 6.0.10 ## Microsoft.EntityFrameworkCore -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3175,55 +3056,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore 6.0.9 - -## Microsoft.EntityFrameworkCore - -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Abstractions 6.0.8 +Microsoft.EntityFrameworkCore.Abstractions 6.0.10 ## Microsoft.EntityFrameworkCore.Abstractions -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Abstractions/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Abstractions/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3257,55 +3097,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Abstractions 6.0.9 - -## Microsoft.EntityFrameworkCore.Abstractions - -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Abstractions/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Analyzers 6.0.8 +Microsoft.EntityFrameworkCore.Analyzers 6.0.10 ## Microsoft.EntityFrameworkCore.Analyzers -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Analyzers/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Analyzers/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3339,55 +3138,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Analyzers 6.0.9 - -## Microsoft.EntityFrameworkCore.Analyzers - -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Analyzers/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Design 6.0.9 +Microsoft.EntityFrameworkCore.Design 6.0.10 ## Microsoft.EntityFrameworkCore.Design -- Version: 6.0.9 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/6.0.9) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3421,55 +3179,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.InMemory 6.0.9 +Microsoft.EntityFrameworkCore.InMemory 6.0.10 ## Microsoft.EntityFrameworkCore.InMemory -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Relational 6.0.8 - -## Microsoft.EntityFrameworkCore.Relational - -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3503,55 +3220,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Relational 6.0.9 +Microsoft.EntityFrameworkCore.Relational 6.0.10 ## Microsoft.EntityFrameworkCore.Relational -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Sqlite 6.0.8 - -## Microsoft.EntityFrameworkCore.Sqlite - -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3585,55 +3261,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Sqlite 6.0.9 +Microsoft.EntityFrameworkCore.Sqlite 6.0.10 ## Microsoft.EntityFrameworkCore.Sqlite -- Version: 6.0.9 -- Authors: Microsoft -- Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/6.0.9) -- License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.EntityFrameworkCore.Sqlite.Core 6.0.8 - -## Microsoft.EntityFrameworkCore.Sqlite.Core - -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite.Core/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -3667,14 +3302,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Sqlite.Core 6.0.9 +Microsoft.EntityFrameworkCore.Sqlite.Core 6.0.10 ## Microsoft.EntityFrameworkCore.Sqlite.Core -- Version: 6.0.9 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite.Core/6.0.9) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite.Core/6.0.10) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -4356,47 +3991,14 @@ SOFTWARE.
-Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 - -## Microsoft.Extensions.DependencyInjection.Abstractions - -- Version: 2.2.0 -- Authors: Microsoft -- Owners: Microsoft -- Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/2.2.0) -- License: [Apache-2.0](https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt) +Microsoft.Extensions.DependencyInjection 6.0.1 +## Microsoft.Extensions.DependencyInjection -``` -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. -``` - -
- - -
-Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 - -## Microsoft.Extensions.DependencyInjection.Abstractions - -- Version: 6.0.0 +- Version: 6.0.1 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/6.0.1) - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -4430,97 +4032,48 @@ SOFTWARE.
-Microsoft.Extensions.DependencyModel 6.0.0 - -## Microsoft.Extensions.DependencyModel - -- Version: 6.0.0 -- Authors: Microsoft -- Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyModel/6.0.0) -- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) - - -``` -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` - -
- - -
-Microsoft.Extensions.Diagnostics.HealthChecks 6.0.8 +Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 -## Microsoft.Extensions.Diagnostics.HealthChecks +## Microsoft.Extensions.DependencyInjection.Abstractions -- Version: 6.0.8 +- Version: 2.2.0 - Authors: Microsoft +- Owners: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/6.0.8) -- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/2.2.0) +- License: [Apache-2.0](https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt) ``` -The MIT License (MIT) - Copyright (c) .NET Foundation and Contributors All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. ```
-Microsoft.Extensions.Diagnostics.HealthChecks 6.0.9 +Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 -## Microsoft.Extensions.Diagnostics.HealthChecks +## Microsoft.Extensions.DependencyInjection.Abstractions -- Version: 6.0.9 +- Version: 6.0.0 - Authors: Microsoft -- Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/6.0.9) -- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0) +- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) ``` @@ -4553,15 +4106,15 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.8 +Microsoft.Extensions.DependencyModel 6.0.0 -## Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions +## Microsoft.Extensions.DependencyModel -- Version: 6.0.8 +- Version: 6.0.0 - Authors: Microsoft -- Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.8) -- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyModel/6.0.0) +- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) ``` @@ -4594,14 +4147,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.9 +Microsoft.Extensions.Diagnostics.HealthChecks 6.0.10 -## Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions +## Microsoft.Extensions.Diagnostics.HealthChecks -- Version: 6.0.9 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.9) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/6.0.10) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -4635,14 +4188,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 6.0.8 +Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.10 -## Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore +## Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions -- Version: 6.0.8 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/6.0.8) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.10) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -4676,14 +4229,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 6.0.9 +Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 6.0.10 ## Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore -- Version: 6.0.9 +- Version: 6.0.10 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/6.0.9) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/6.0.10) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -5663,72 +5216,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -5736,42 +5289,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -5792,10 +5345,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -5806,7 +5359,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -5905,72 +5458,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -5978,42 +5531,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -6034,10 +5587,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -6048,7 +5601,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -6105,72 +5658,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -6178,42 +5731,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -6234,10 +5787,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -6248,7 +5801,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -6667,72 +6220,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -6740,42 +6293,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -6796,10 +6349,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -6810,7 +6363,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -6879,14 +6432,14 @@ SOFTWARE.
-Minio 4.0.4 +Minio 4.0.5 ## Minio -- Version: 4.0.4 +- Version: 4.0.5 - Authors: MinIO, Inc. - Project URL: https://github.com/minio/minio-dotnet -- Source: [NuGet](https://www.nuget.org/packages/Minio/4.0.4) +- Source: [NuGet](https://www.nuget.org/packages/Minio/4.0.5) - License: [Apache-2.0](https://github.com/minio/minio-dotnet/raw/master/LICENSE) @@ -7773,14 +7326,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage 0.2.7 +Monai.Deploy.Storage 0.2.9 ## Monai.Deploy.Storage -- Version: 0.2.7 +- Version: 0.2.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage/0.2.7) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage/0.2.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -8001,14 +7554,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage.MinIO 0.2.7 +Monai.Deploy.Storage.MinIO 0.2.9 ## Monai.Deploy.Storage.MinIO -- Version: 0.2.7 +- Version: 0.2.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.MinIO/0.2.7) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.MinIO/0.2.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -8229,14 +7782,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage.S3Policy 0.2.7 +Monai.Deploy.Storage.S3Policy 0.2.9 ## Monai.Deploy.Storage.S3Policy -- Version: 0.2.7 +- Version: 0.2.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.S3Policy/0.2.7) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.S3Policy/0.2.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -8581,72 +8134,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -8654,42 +8207,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -8710,10 +8263,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -8724,7 +8277,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -9393,22 +8946,22 @@ resources legal and licencing contributors - +  Please note: our license is an adaptation of the MIT X11 License and should be read as such. Please also note: this licensing model is made possible through funding from donations and the sale of support contracts. License -Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) +Copyright (c) 2000 - 2022 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +  - - +  Site hosted by Tau Ceti Co-operative Ltd. @@ -10964,72 +10517,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -11037,42 +10590,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -11093,10 +10646,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -11107,7 +10660,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -11164,72 +10717,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -11237,42 +10790,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -11293,10 +10846,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -11307,7 +10860,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -11406,72 +10959,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -11479,42 +11032,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -11535,10 +11088,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -11549,7 +11102,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -11606,72 +11159,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -11679,42 +11232,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -11735,10 +11288,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -11749,7 +11302,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -11847,72 +11400,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -11920,42 +11473,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -11976,10 +11529,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -11990,7 +11543,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -12047,72 +11600,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -12120,42 +11673,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -12176,10 +11729,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -12190,7 +11743,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -12411,72 +11964,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -12484,42 +12037,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -12540,10 +12093,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -12554,7 +12107,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -12695,72 +12248,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -12768,42 +12321,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -12824,10 +12377,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -12838,7 +12391,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -12895,72 +12448,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -12968,42 +12521,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -13024,10 +12577,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -13038,7 +12591,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -13137,72 +12690,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -13210,42 +12763,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -13266,10 +12819,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -13280,7 +12833,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -13337,72 +12890,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -13410,42 +12963,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -13466,10 +13019,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -13480,7 +13033,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -13537,72 +13090,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -13610,42 +13163,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -13666,10 +13219,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -13680,7 +13233,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -13819,72 +13372,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -13892,42 +13445,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -13948,10 +13501,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -13962,7 +13515,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -14019,72 +13572,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -14092,42 +13645,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -14148,10 +13701,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -14162,7 +13715,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -14261,72 +13814,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -14334,42 +13887,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -14390,10 +13943,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -14404,7 +13957,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -14461,72 +14014,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -14534,42 +14087,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -14590,10 +14143,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -14604,7 +14157,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -14661,72 +14214,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -14734,42 +14287,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -14790,10 +14343,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -14804,7 +14357,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -14861,72 +14414,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -14934,42 +14487,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -14990,10 +14543,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -15004,7 +14557,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -15061,72 +14614,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -15134,42 +14687,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -15190,10 +14743,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -15204,7 +14757,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -15261,72 +14814,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -15334,42 +14887,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -15390,10 +14943,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -15404,7 +14957,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -15625,72 +15178,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -15698,42 +15251,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -15754,10 +15307,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -15768,7 +15321,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -15825,72 +15378,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -15898,42 +15451,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -15954,10 +15507,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -15968,7 +15521,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -16025,72 +15578,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -16098,42 +15651,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -16154,10 +15707,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -16168,7 +15721,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -16225,72 +15778,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -16298,42 +15851,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -16354,10 +15907,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -16368,7 +15921,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -16425,72 +15978,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -16498,42 +16051,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -16554,10 +16107,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -16568,7 +16121,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -16666,72 +16219,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -16739,42 +16292,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -16795,10 +16348,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -16809,7 +16362,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -16950,72 +16503,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -17023,42 +16576,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -17079,10 +16632,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -17093,7 +16646,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -17150,72 +16703,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -17223,42 +16776,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -17279,10 +16832,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -17293,7 +16846,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -17350,72 +16903,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -17423,42 +16976,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -17479,10 +17032,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -17493,7 +17046,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -17550,72 +17103,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -17623,42 +17176,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -17679,10 +17232,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -17693,7 +17246,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -17750,72 +17303,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -17823,42 +17376,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -17879,10 +17432,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -17893,7 +17446,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -17950,72 +17503,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -18023,42 +17576,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -18079,10 +17632,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -18093,7 +17646,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -18150,72 +17703,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -18223,42 +17776,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -18279,10 +17832,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -18293,7 +17846,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -18350,72 +17903,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -18423,42 +17976,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -18479,10 +18032,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -18493,7 +18046,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -18632,72 +18185,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -18705,42 +18258,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -18761,10 +18314,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -18775,7 +18328,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -18832,72 +18385,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -18905,42 +18458,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -18961,10 +18514,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -18975,7 +18528,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -19032,72 +18585,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -19105,42 +18658,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -19161,10 +18714,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -19175,7 +18728,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -19232,72 +18785,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -19305,42 +18858,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -19361,10 +18914,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -19375,7 +18928,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -19432,72 +18985,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -19505,42 +19058,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -19561,10 +19114,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -19575,7 +19128,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -19674,72 +19227,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -19747,42 +19300,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -19803,10 +19356,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -19817,7 +19370,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -19874,72 +19427,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -19947,42 +19500,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -20003,10 +19556,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -20017,7 +19570,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -20074,72 +19627,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -20147,42 +19700,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -20203,10 +19756,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -20217,7 +19770,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -20274,72 +19827,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -20347,42 +19900,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -20403,10 +19956,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -20417,7 +19970,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -20474,72 +20027,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -20547,42 +20100,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -20603,10 +20156,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -20617,7 +20170,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -20757,72 +20310,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -20830,42 +20383,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -20886,10 +20439,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -20900,7 +20453,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -20957,72 +20510,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -21030,42 +20583,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -21086,10 +20639,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -21100,7 +20653,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -21157,72 +20710,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -21230,42 +20783,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -21286,10 +20839,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -21300,7 +20853,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -21357,72 +20910,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -21430,42 +20983,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -21486,10 +21039,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -21500,7 +21053,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -21557,72 +21110,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -21630,42 +21183,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -21686,10 +21239,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -21700,7 +21253,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -21757,72 +21310,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -21830,42 +21383,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -21886,10 +21439,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -21900,7 +21453,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -21957,72 +21510,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -22030,42 +21583,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -22086,10 +21639,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -22100,7 +21653,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -22157,72 +21710,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -22230,42 +21783,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -22286,10 +21839,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -22300,7 +21853,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -22357,72 +21910,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -22430,42 +21983,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -22486,10 +22039,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -22500,7 +22053,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -22599,72 +22152,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -22672,42 +22225,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -22728,10 +22281,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -22742,7 +22295,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -22799,72 +22352,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -22872,42 +22425,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -22928,10 +22481,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -22942,7 +22495,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -22999,72 +22552,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -23072,42 +22625,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -23128,10 +22681,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -23142,7 +22695,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -23199,72 +22752,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -23272,42 +22825,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -23328,10 +22881,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -23342,7 +22895,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -23399,72 +22952,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -23472,42 +23025,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -23528,10 +23081,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -23542,7 +23095,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -23599,72 +23152,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -23672,42 +23225,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -23728,10 +23281,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -23742,7 +23295,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -23799,72 +23352,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -23872,42 +23425,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -23928,10 +23481,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -23942,7 +23495,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -24041,72 +23594,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -24114,42 +23667,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -24170,10 +23723,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -24184,7 +23737,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -24283,72 +23836,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -24356,42 +23909,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -24412,10 +23965,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -24426,7 +23979,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -24483,72 +24036,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -24556,42 +24109,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -24612,10 +24165,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -24626,7 +24179,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -24725,72 +24278,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -24798,42 +24351,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -24854,10 +24407,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -24868,7 +24421,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -24967,72 +24520,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -25040,42 +24593,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -25096,10 +24649,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -25110,7 +24663,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -25415,72 +24968,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -25488,42 +25041,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -25544,10 +25097,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -25558,7 +25111,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -25615,72 +25168,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -25688,42 +25241,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -25744,10 +25297,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -25758,7 +25311,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -25898,72 +25451,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -25971,42 +25524,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -26027,10 +25580,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -26041,7 +25594,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -26098,72 +25651,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -26171,42 +25724,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -26227,10 +25780,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -26241,7 +25794,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -26339,72 +25892,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -26412,42 +25965,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -26468,10 +26021,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -26482,7 +26035,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -26581,72 +26134,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -26654,42 +26207,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -26710,10 +26263,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -26724,7 +26277,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -26781,72 +26334,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -26854,42 +26407,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -26910,10 +26463,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -26924,7 +26477,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -27023,72 +26576,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -27096,42 +26649,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -27152,10 +26705,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -27166,7 +26719,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -27223,72 +26776,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -27296,42 +26849,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -27352,10 +26905,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -27366,7 +26919,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -27423,72 +26976,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -27496,42 +27049,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -27552,10 +27105,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -27566,7 +27119,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -28659,72 +28212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -28732,42 +28285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -28788,10 +28341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -28802,7 +28355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -28859,72 +28412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -28932,42 +28485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -28988,10 +28541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -29002,7 +28555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -29059,72 +28612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -29132,42 +28685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -29188,10 +28741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -29202,7 +28755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -29259,72 +28812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -29332,42 +28885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -29388,10 +28941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -29402,7 +28955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -29459,72 +29012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -29532,42 +29085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -29588,10 +29141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -29602,7 +29155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -29659,72 +29212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -29732,42 +29285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -29788,10 +29341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -29802,7 +29355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -29859,72 +29412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -29932,42 +29485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -29988,10 +29541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -30002,7 +29555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -30059,72 +29612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -30132,42 +29685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -30188,10 +29741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -30202,7 +29755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -30259,72 +29812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -30332,42 +29885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -30388,10 +29941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -30402,7 +29955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -30459,72 +30012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -30532,42 +30085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -30588,10 +30141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -30602,7 +30155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -30659,72 +30212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -30732,42 +30285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -30788,10 +30341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -30802,7 +30355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -30859,72 +30412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -30932,42 +30485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -30988,10 +30541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -31002,7 +30555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -31059,72 +30612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -31132,42 +30685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -31188,10 +30741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -31202,7 +30755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -31259,72 +30812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -31332,42 +30885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -31388,10 +30941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -31402,7 +30955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -31459,72 +31012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -31532,42 +31085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -31588,10 +31141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -31602,7 +31155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -31659,72 +31212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -31732,42 +31285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -31788,10 +31341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -31802,7 +31355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -31859,72 +31412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -31932,42 +31485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -31988,10 +31541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -32002,7 +31555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -32059,72 +31612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -32132,42 +31685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -32188,10 +31741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -32202,7 +31755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -32259,72 +31812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -32332,42 +31885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -32388,10 +31941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -32402,7 +31955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -32459,72 +32012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -32532,42 +32085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -32588,10 +32141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -32602,7 +32155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -32659,72 +32212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -32732,42 +32285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -32788,10 +32341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -32802,7 +32355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -32859,72 +32412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -32932,42 +32485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -32988,10 +32541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -33002,7 +32555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -33059,72 +32612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -33132,42 +32685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -33188,10 +32741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -33202,7 +32755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -33259,72 +32812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -33332,42 +32885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -33388,10 +32941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -33402,7 +32955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -33459,72 +33012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -33532,42 +33085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -33588,10 +33141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -33602,7 +33155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -33659,72 +33212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -33732,42 +33285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -33788,10 +33341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -33802,7 +33355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -33859,72 +33412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -33932,42 +33485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -33988,10 +33541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -34002,7 +33555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -34059,72 +33612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -34132,42 +33685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -34188,10 +33741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -34202,7 +33755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -34259,72 +33812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -34332,42 +33885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -34388,10 +33941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -34402,7 +33955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -34459,72 +34012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -34532,42 +34085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -34588,10 +34141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -34602,7 +34155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -34659,72 +34212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -34732,42 +34285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -34788,10 +34341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -34802,7 +34355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -34859,72 +34412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -34932,42 +34485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -34988,10 +34541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -35002,7 +34555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -35059,72 +34612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -35132,42 +34685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -35188,10 +34741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -35202,7 +34755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -35259,72 +34812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -35332,42 +34885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -35388,10 +34941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -35402,7 +34955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -35459,72 +35012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -35532,42 +35085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -35588,10 +35141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -35602,7 +35155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -35659,72 +35212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -35732,42 +35285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -35788,10 +35341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -35802,7 +35355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -35859,72 +35412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -35932,42 +35485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -35988,10 +35541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -36002,7 +35555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -36059,72 +35612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -36132,42 +35685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -36188,10 +35741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -36202,7 +35755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -36259,72 +35812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -36332,42 +35885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -36388,10 +35941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -36402,7 +35955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -36459,72 +36012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -36532,42 +36085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -36588,10 +36141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -36602,7 +36155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -36659,72 +36212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -36732,42 +36285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -36788,10 +36341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -36802,7 +36355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -36859,72 +36412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -36932,42 +36485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -36988,10 +36541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -37002,7 +36555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -37059,72 +36612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -37132,42 +36685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -37188,10 +36741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -37202,7 +36755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -37259,72 +36812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -37332,42 +36885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -37388,10 +36941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -37402,7 +36955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -37459,72 +37012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -37532,42 +37085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -37588,10 +37141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -37602,7 +37155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -37659,72 +37212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -37732,42 +37285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -37788,10 +37341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -37802,7 +37355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -37859,72 +37412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -37932,42 +37485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -37988,10 +37541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -38002,7 +37555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -38059,72 +37612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -38132,42 +37685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -38188,10 +37741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -38202,7 +37755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -38259,72 +37812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -38332,42 +37885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -38388,10 +37941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -38402,7 +37955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -38459,72 +38012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -38532,42 +38085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -38588,10 +38141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -38602,7 +38155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -38659,72 +38212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -38732,42 +38285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -38788,10 +38341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -38802,7 +38355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -38859,72 +38412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -38932,42 +38485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -38988,10 +38541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -39002,7 +38555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -39059,72 +38612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -39132,42 +38685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -39188,10 +38741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -39202,7 +38755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -39259,72 +38812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -39332,42 +38885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -39388,10 +38941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -39402,7 +38955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -39459,72 +39012,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -39532,42 +39085,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -39588,10 +39141,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -39602,7 +39155,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -39659,72 +39212,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -39732,42 +39285,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -39788,10 +39341,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -39802,7 +39355,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -39859,72 +39412,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -39932,42 +39485,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -39988,10 +39541,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -40002,7 +39555,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -40059,72 +39612,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -40132,42 +39685,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -40188,10 +39741,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -40202,7 +39755,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND @@ -40259,72 +39812,72 @@ you comply with these license terms, you have the rights below. 1.    INSTALLATION AND USE RIGHTS. You may -install and use any number of copies of the software to develop and test your applications. +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 +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. -· +�        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, +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 +�        +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 +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 -and services.  You may opt-out of many of these scenarios, but not all, as -described in the software documentation.  There are also some features in the software that may enable you and +and services.� You may opt-out of many of these scenarios, but not all, as +described in the software documentation.� There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing -appropriate notices to users of your applications together with Microsoft’s +appropriate notices to users of your applications together with Microsoft�s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data 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. +25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr. +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 @@ -40332,42 +39885,42 @@ 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; -· +�        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 +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 support services that you use, are the entire agreement for the software and support services. -9.    Applicable Law.  If you acquired the software in the United States, Washington law +9.    Applicable Law.� If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply. @@ -40388,10 +39941,10 @@ however, the software will resume checking for and installing updates), or unins the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software. c)    Germany and Austria. -(i)        Warranty. The software will perform +(i)������� Warranty. The software will perform substantially as described in any Microsoft materials that accompany it. However, Microsoft gives no contractual guarantee in relation to the software. -(ii)       Limitation of Liability. In case of +(ii)������ Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as in case of death or personal or physical injury, Microsoft is liable according to the statutory law. @@ -40402,7 +39955,7 @@ performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence -11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK +11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND From 1fb85c5ec041f28d2ff5bb49b964a54714a577cb Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 2 Nov 2022 17:28:23 -0700 Subject: [PATCH 04/31] gh-235 Refactor sqlite support to new projects Signed-off-by: Victor Chang --- .../InformaticsGatewayConfiguration.cs | 5 -- .../Api/IDatabaseMigrationManager.cs} | 12 ++-- .../Api}/IInformaticsGatewayRepository.cs | 7 +-- ...loy.InformaticsGateway.Database.Api.csproj | 40 +++++++++++++ .../{ => Api}/StorageMetadataWrapper.cs | 4 +- ...formaticsGateway.Database.Api.Test.csproj} | 4 +- .../Test/StorageMetadataWrapperTest.cs | 4 +- src/Database/{ => Api}/Test/Usings.cs | 0 src/Database/DatabaseManager.cs | 51 +++++++++++++++++ src/Database/DatabaseMigrationManager.cs | 35 ++++++++++++ ....Deploy.InformaticsGateway.Database.csproj | 25 +++++++-- ...stinationApplicationEntityConfiguration.cs | 2 +- .../InferenceRequestConfiguration.cs | 2 +- .../MonaiApplicationEntityConfiguration.cs | 2 +- .../Configurations}/PayloadConfiguration.cs | 2 +- src/Database/Sqlite/Configurations/SR.cs | 28 ++++++++++ .../SourceApplicationEntityConfiguration.cs | 2 +- ...orageMetadataWrapperEntityConfiguration.cs | 3 +- .../{ => Sqlite}/InformaticsGatewayContext.cs | 3 +- .../InformaticsGatewayContextFactory.cs | 7 +-- .../Sqlite}/InformaticsGatewayRepository.cs | 15 ++--- .../20220203222116_R1_Initialize.Designer.cs | 2 +- .../20220203222116_R1_Initialize.cs | 0 .../20220211175051_R1_Patch.Designer.cs | 2 +- .../Migrations/20220211175051_R1_Patch.cs | 0 .../20220613235333_R2_0.2.0.Designer.cs | 2 +- .../Migrations/20220613235333_R2_0.2.0.cs | 0 .../20220802200605_R3_0.3.0.Designer.cs | 2 +- .../Migrations/20220802200605_R3_0.3.0.cs | 0 .../20221010184458_R3_0.3.2.Designer.cs | 2 +- .../Migrations/20221010184458_R3_0.3.2.cs | 0 .../InformaticsGatewayContextModelSnapshot.cs | 2 +- ....InformaticsGateway.Database.Sqlite.csproj | 56 +++++++++++++++++++ .../Sqlite/SqliteDatabaseMigrationManager.cs | 48 ++++++++++++++++ .../Common/PayloadExtensions.cs | 3 +- .../Monai.Deploy.InformaticsGateway.csproj | 3 +- src/InformaticsGateway/Program.cs | 19 ++----- .../IInferenceRequestRepository.cs | 4 +- .../InferenceRequestRepository.cs | 1 + .../StorageMetadataWrapperRepository.cs | 2 +- .../Connectors/DataRetrievalService.cs | 1 + .../Services/Connectors/PayloadAssembler.cs | 2 +- .../Connectors/PayloadMoveActionHandler.cs | 2 +- .../PayloadNotificationActionHandler.cs | 3 +- .../Connectors/PayloadNotificationService.cs | 2 +- .../Services/Export/ScuExportService.cs | 2 +- .../Http/DestinationAeTitleController.cs | 2 +- .../Services/Http/MonaiAeTitleController.cs | 2 +- .../Services/Http/SourceAeTitleController.cs | 2 +- .../Services/Http/Startup.cs | 2 +- .../Services/Scp/ApplicationEntityManager.cs | 2 +- .../Services/Scu/ScuService.cs | 3 +- ...onai.Deploy.InformaticsGateway.Test.csproj | 1 + src/InformaticsGateway/Test/ProgramTest.cs | 2 - .../InferenceRequestRepositoryTest.cs | 1 + .../InformaticsGatewayRepositoryTest.cs | 2 +- .../StorageInfoWrapperRepositoryTest.cs | 2 +- .../Connectors/DataRetrievalServiceTest.cs | 1 + .../Connectors/PayloadAssemblerTest.cs | 14 ++--- .../PayloadMoveActionHandlerTest.cs | 10 ++-- .../PayloadNotificationActionHandlerTest.cs | 2 +- .../PayloadNotificationServiceTest.cs | 12 ++-- .../Services/Export/ScuExportServiceTest.cs | 2 +- .../Http/DestinationAeTitleControllerTest.cs | 2 +- .../Http/MonaiAeTitleControllerTest.cs | 2 +- .../Http/SourceAeTitleControllerTest.cs | 2 +- .../Scp/ApplicationEntityManagerTest.cs | 2 +- .../Test/Services/Scu/ScuServiceTest.cs | 1 - src/InformaticsGateway/Test/appsettings.json | 1 + src/InformaticsGateway/appsettings.json | 1 + src/Monai.Deploy.InformaticsGateway.sln | 56 ++++++++++++++----- tests/Integration.Test/Hooks/SqlHooks.cs | 2 +- ...InformaticsGateway.Integration.Test.csproj | 3 +- 73 files changed, 416 insertions(+), 131 deletions(-) rename src/{InformaticsGateway/Repositories/StorageObjectsinferenceRequest.cs => Database/Api/IDatabaseMigrationManager.cs} (73%) rename src/{InformaticsGateway/Repositories => Database/Api}/IInformaticsGatewayRepository.cs (88%) create mode 100644 src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj rename src/Database/{ => Api}/StorageMetadataWrapper.cs (94%) rename src/Database/{Test/Monai.Deploy.InformaticsGateway.Database.Test.csproj => Api/Test/Monai.Deploy.InformaticsGateway.Database.Api.Test.csproj} (93%) rename src/Database/{ => Api}/Test/StorageMetadataWrapperTest.cs (97%) rename src/Database/{ => Api}/Test/Usings.cs (100%) create mode 100644 src/Database/DatabaseManager.cs create mode 100644 src/Database/DatabaseMigrationManager.cs rename src/Database/{ => Sqlite/Configurations}/DestinationApplicationEntityConfiguration.cs (95%) rename src/Database/{ => Sqlite/Configurations}/InferenceRequestConfiguration.cs (97%) rename src/Database/{ => Sqlite/Configurations}/MonaiApplicationEntityConfiguration.cs (97%) rename src/Database/{ => Sqlite/Configurations}/PayloadConfiguration.cs (97%) create mode 100644 src/Database/Sqlite/Configurations/SR.cs rename src/Database/{ => Sqlite/Configurations}/SourceApplicationEntityConfiguration.cs (94%) rename src/Database/{ => Sqlite/Configurations}/StorageMetadataWrapperEntityConfiguration.cs (92%) rename src/Database/{ => Sqlite}/InformaticsGatewayContext.cs (96%) rename src/Database/{ => Sqlite}/InformaticsGatewayContextFactory.cs (85%) rename src/{InformaticsGateway/Repositories => Database/Sqlite}/InformaticsGatewayRepository.cs (90%) rename src/Database/{ => Sqlite}/Migrations/20220203222116_R1_Initialize.Designer.cs (99%) rename src/Database/{ => Sqlite}/Migrations/20220203222116_R1_Initialize.cs (100%) rename src/Database/{ => Sqlite}/Migrations/20220211175051_R1_Patch.Designer.cs (99%) rename src/Database/{ => Sqlite}/Migrations/20220211175051_R1_Patch.cs (100%) rename src/Database/{ => Sqlite}/Migrations/20220613235333_R2_0.2.0.Designer.cs (99%) rename src/Database/{ => Sqlite}/Migrations/20220613235333_R2_0.2.0.cs (100%) rename src/Database/{ => Sqlite}/Migrations/20220802200605_R3_0.3.0.Designer.cs (99%) rename src/Database/{ => Sqlite}/Migrations/20220802200605_R3_0.3.0.cs (100%) rename src/Database/{ => Sqlite}/Migrations/20221010184458_R3_0.3.2.Designer.cs (99%) rename src/Database/{ => Sqlite}/Migrations/20221010184458_R3_0.3.2.cs (100%) rename src/Database/{ => Sqlite}/Migrations/InformaticsGatewayContextModelSnapshot.cs (99%) create mode 100644 src/Database/Sqlite/Monai.Deploy.InformaticsGateway.Database.Sqlite.csproj create mode 100644 src/Database/Sqlite/SqliteDatabaseMigrationManager.cs diff --git a/src/Configuration/InformaticsGatewayConfiguration.cs b/src/Configuration/InformaticsGatewayConfiguration.cs index 2194bd984..f2a466087 100644 --- a/src/Configuration/InformaticsGatewayConfiguration.cs +++ b/src/Configuration/InformaticsGatewayConfiguration.cs @@ -24,11 +24,6 @@ namespace Monai.Deploy.InformaticsGateway.Configuration /// public class InformaticsGatewayConfiguration { - /// - /// Name of the key for retrieve database connection string. - /// - public const string DatabaseConnectionStringKey = "InformaticsGatewayDatabase"; - /// /// Represents the dicom section of the configuration file. /// diff --git a/src/InformaticsGateway/Repositories/StorageObjectsinferenceRequest.cs b/src/Database/Api/IDatabaseMigrationManager.cs similarity index 73% rename from src/InformaticsGateway/Repositories/StorageObjectsinferenceRequest.cs rename to src/Database/Api/IDatabaseMigrationManager.cs index df5854769..3de2f9abf 100644 --- a/src/InformaticsGateway/Repositories/StorageObjectsinferenceRequest.cs +++ b/src/Database/Api/IDatabaseMigrationManager.cs @@ -1,6 +1,5 @@ /* - * Copyright 2021-2022 MONAI Consortium - * Copyright 2019-2021 NVIDIA Corporation + * Copyright 2022 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,9 +14,12 @@ * limitations under the License. */ -namespace Monai.Deploy.InformaticsGateway.Repositories +using Microsoft.Extensions.Hosting; + +namespace Monai.Deploy.InformaticsGateway.Database.Api { - public class StorageObjectsinferenceRequest + public interface IDatabaseMigrationManager { + IHost Migrate(IHost host); } -} \ No newline at end of file +} diff --git a/src/InformaticsGateway/Repositories/IInformaticsGatewayRepository.cs b/src/Database/Api/IInformaticsGatewayRepository.cs similarity index 88% rename from src/InformaticsGateway/Repositories/IInformaticsGatewayRepository.cs rename to src/Database/Api/IInformaticsGatewayRepository.cs index 411cd0912..ec9072dc5 100644 --- a/src/InformaticsGateway/Repositories/IInformaticsGatewayRepository.cs +++ b/src/Database/Api/IInformaticsGatewayRepository.cs @@ -14,14 +14,9 @@ * limitations under the License. */ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; using Microsoft.EntityFrameworkCore.ChangeTracking; -namespace Monai.Deploy.InformaticsGateway.Repositories +namespace Monai.Deploy.InformaticsGateway.Database.Api { public interface IInformaticsGatewayRepository where T : class { diff --git a/src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj b/src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj new file mode 100644 index 000000000..dfe506948 --- /dev/null +++ b/src/Database/Api/Monai.Deploy.InformaticsGateway.Database.Api.csproj @@ -0,0 +1,40 @@ + + + + + + Monai.Deploy.InformaticsGateway.Database.Repositories + net6.0 + enable + enable + + + + + + + + + + + + + + + + + diff --git a/src/Database/StorageMetadataWrapper.cs b/src/Database/Api/StorageMetadataWrapper.cs similarity index 94% rename from src/Database/StorageMetadataWrapper.cs rename to src/Database/Api/StorageMetadataWrapper.cs index a3da85fff..f6a92aa39 100644 --- a/src/Database/StorageMetadataWrapper.cs +++ b/src/Database/Api/StorageMetadataWrapper.cs @@ -19,7 +19,7 @@ using Ardalis.GuardClauses; using Monai.Deploy.InformaticsGateway.Api.Storage; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Api { public class StorageMetadataWrapper { @@ -61,7 +61,7 @@ public void Update(FileStorageMetadata metadata) public FileStorageMetadata GetObject() { - var type = System.Type.GetType(TypeName, true); + var type = Type.GetType(TypeName, true); return JsonSerializer.Deserialize(Value, type) as FileStorageMetadata; } } diff --git a/src/Database/Test/Monai.Deploy.InformaticsGateway.Database.Test.csproj b/src/Database/Api/Test/Monai.Deploy.InformaticsGateway.Database.Api.Test.csproj similarity index 93% rename from src/Database/Test/Monai.Deploy.InformaticsGateway.Database.Test.csproj rename to src/Database/Api/Test/Monai.Deploy.InformaticsGateway.Database.Api.Test.csproj index e6b0f8fa8..9844bd14a 100644 --- a/src/Database/Test/Monai.Deploy.InformaticsGateway.Database.Test.csproj +++ b/src/Database/Api/Test/Monai.Deploy.InformaticsGateway.Database.Api.Test.csproj @@ -38,8 +38,8 @@ - - + + diff --git a/src/Database/Test/StorageMetadataWrapperTest.cs b/src/Database/Api/Test/StorageMetadataWrapperTest.cs similarity index 97% rename from src/Database/Test/StorageMetadataWrapperTest.cs rename to src/Database/Api/Test/StorageMetadataWrapperTest.cs index ea0b60536..e549bf809 100644 --- a/src/Database/Test/StorageMetadataWrapperTest.cs +++ b/src/Database/Api/Test/StorageMetadataWrapperTest.cs @@ -14,7 +14,9 @@ * limitations under the License. */ +using Monai.Deploy.InformaticsGateway.Api.Rest; using Monai.Deploy.InformaticsGateway.Api.Storage; +using Monai.Deploy.InformaticsGateway.Database.Api; namespace Monai.Deploy.InformaticsGateway.Database.Test { @@ -27,7 +29,7 @@ public void GivenAFhirFileStorageMetadataObject_WhenInitializedWithStorageMetada Guid.NewGuid().ToString(), Guid.NewGuid().ToString(), Guid.NewGuid().ToString(), - Api.Rest.FhirStorageFormat.Json); + FhirStorageFormat.Json); metadata.SetWorkflows("A", "B", "C"); var wrapper = new StorageMetadataWrapper(metadata); diff --git a/src/Database/Test/Usings.cs b/src/Database/Api/Test/Usings.cs similarity index 100% rename from src/Database/Test/Usings.cs rename to src/Database/Api/Test/Usings.cs diff --git a/src/Database/DatabaseManager.cs b/src/Database/DatabaseManager.cs new file mode 100644 index 000000000..3165fa1a6 --- /dev/null +++ b/src/Database/DatabaseManager.cs @@ -0,0 +1,51 @@ +/* + * Copyright 2022 MONAI Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Microsoft.EntityFrameworkCore; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Monai.Deploy.InformaticsGateway.Configuration; +using Monai.Deploy.InformaticsGateway.Database.Api; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; +using Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations; + +namespace Monai.Deploy.InformaticsGateway.Database +{ + public static class DatabaseManager + { + public static IServiceCollection ConfigureDatabase(this IServiceCollection services, IConfigurationSection? connectionStringConfigurationSection) + { + if (connectionStringConfigurationSection is null) + { + throw new ConfigurationException("No database connections found in configuration section 'ConnectionStrings'."); + } + + + var databaseType = connectionStringConfigurationSection["Type"]; + switch (databaseType) + { + case "Sqlite": + services.AddScoped(); + services.AddDbContext( + options => options.UseSqlite(connectionStringConfigurationSection[SR.DatabaseConnectionStringKey]), + ServiceLifetime.Transient); + return services; + default: + throw new ConfigurationException($"Unsupported database type defined: '{databaseType}'"); + } + } + } +} diff --git a/src/Database/DatabaseMigrationManager.cs b/src/Database/DatabaseMigrationManager.cs new file mode 100644 index 000000000..21a823d94 --- /dev/null +++ b/src/Database/DatabaseMigrationManager.cs @@ -0,0 +1,35 @@ +/* + * Copyright 2022 MONAI Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using Monai.Deploy.InformaticsGateway.Database.Api; + +namespace Monai.Deploy.InformaticsGateway.Database +{ + public static class DatabaseMigrationManager + { + public static IHost MigrateDatabase(this IHost host) + { + using (var scope = host.Services.CreateScope()) + { + scope.ServiceProvider.GetRequiredService()?.Migrate(host); + } + return host; + } + } +} + diff --git a/src/Database/Monai.Deploy.InformaticsGateway.Database.csproj b/src/Database/Monai.Deploy.InformaticsGateway.Database.csproj index 0026b843c..e8da4e0fe 100644 --- a/src/Database/Monai.Deploy.InformaticsGateway.Database.csproj +++ b/src/Database/Monai.Deploy.InformaticsGateway.Database.csproj @@ -26,6 +26,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -43,11 +63,6 @@ All - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - diff --git a/src/Database/DestinationApplicationEntityConfiguration.cs b/src/Database/Sqlite/Configurations/DestinationApplicationEntityConfiguration.cs similarity index 95% rename from src/Database/DestinationApplicationEntityConfiguration.cs rename to src/Database/Sqlite/Configurations/DestinationApplicationEntityConfiguration.cs index a1a131e70..44cec2c01 100644 --- a/src/Database/DestinationApplicationEntityConfiguration.cs +++ b/src/Database/Sqlite/Configurations/DestinationApplicationEntityConfiguration.cs @@ -19,7 +19,7 @@ using Microsoft.EntityFrameworkCore.Metadata.Builders; using Monai.Deploy.InformaticsGateway.Api; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class DestinationApplicationEntityConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/InferenceRequestConfiguration.cs b/src/Database/Sqlite/Configurations/InferenceRequestConfiguration.cs similarity index 97% rename from src/Database/InferenceRequestConfiguration.cs rename to src/Database/Sqlite/Configurations/InferenceRequestConfiguration.cs index fd740b7d3..abdcd1cc7 100644 --- a/src/Database/InferenceRequestConfiguration.cs +++ b/src/Database/Sqlite/Configurations/InferenceRequestConfiguration.cs @@ -25,7 +25,7 @@ using Microsoft.EntityFrameworkCore.Metadata.Builders; using Monai.Deploy.InformaticsGateway.Api.Rest; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class InferenceRequestConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/MonaiApplicationEntityConfiguration.cs b/src/Database/Sqlite/Configurations/MonaiApplicationEntityConfiguration.cs similarity index 97% rename from src/Database/MonaiApplicationEntityConfiguration.cs rename to src/Database/Sqlite/Configurations/MonaiApplicationEntityConfiguration.cs index d04189f6e..28843f48e 100644 --- a/src/Database/MonaiApplicationEntityConfiguration.cs +++ b/src/Database/Sqlite/Configurations/MonaiApplicationEntityConfiguration.cs @@ -25,7 +25,7 @@ using Microsoft.EntityFrameworkCore.Metadata.Builders; using Monai.Deploy.InformaticsGateway.Api; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class MonaiApplicationEntityConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/PayloadConfiguration.cs b/src/Database/Sqlite/Configurations/PayloadConfiguration.cs similarity index 97% rename from src/Database/PayloadConfiguration.cs rename to src/Database/Sqlite/Configurations/PayloadConfiguration.cs index f319d43ae..1aa31b640 100644 --- a/src/Database/PayloadConfiguration.cs +++ b/src/Database/Sqlite/Configurations/PayloadConfiguration.cs @@ -24,7 +24,7 @@ using Microsoft.EntityFrameworkCore.Metadata.Builders; using Monai.Deploy.InformaticsGateway.Api.Storage; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class PayloadConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/Sqlite/Configurations/SR.cs b/src/Database/Sqlite/Configurations/SR.cs new file mode 100644 index 000000000..2b67ae6d1 --- /dev/null +++ b/src/Database/Sqlite/Configurations/SR.cs @@ -0,0 +1,28 @@ +/* + * Copyright 2021-2022 MONAI Consortium + * Copyright 2019-2021 NVIDIA Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations +{ + public static class SR + { + /// + /// Name of the key for retrieve database connection string. + /// + public const string DatabaseConnectionStringKey = "InformaticsGatewayDatabase"; + + } +} diff --git a/src/Database/SourceApplicationEntityConfiguration.cs b/src/Database/Sqlite/Configurations/SourceApplicationEntityConfiguration.cs similarity index 94% rename from src/Database/SourceApplicationEntityConfiguration.cs rename to src/Database/Sqlite/Configurations/SourceApplicationEntityConfiguration.cs index ff7b5d160..2cfc3d70e 100644 --- a/src/Database/SourceApplicationEntityConfiguration.cs +++ b/src/Database/Sqlite/Configurations/SourceApplicationEntityConfiguration.cs @@ -18,7 +18,7 @@ using Microsoft.EntityFrameworkCore; using Monai.Deploy.InformaticsGateway.Api; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class SourceApplicationEntityConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/StorageMetadataWrapperEntityConfiguration.cs b/src/Database/Sqlite/Configurations/StorageMetadataWrapperEntityConfiguration.cs similarity index 92% rename from src/Database/StorageMetadataWrapperEntityConfiguration.cs rename to src/Database/Sqlite/Configurations/StorageMetadataWrapperEntityConfiguration.cs index f0620e17a..beea8af5d 100644 --- a/src/Database/StorageMetadataWrapperEntityConfiguration.cs +++ b/src/Database/Sqlite/Configurations/StorageMetadataWrapperEntityConfiguration.cs @@ -17,8 +17,9 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; +using Monai.Deploy.InformaticsGateway.Database.Api; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations { internal class StorageMetadataWrapperEntityConfiguration : IEntityTypeConfiguration { diff --git a/src/Database/InformaticsGatewayContext.cs b/src/Database/Sqlite/InformaticsGatewayContext.cs similarity index 96% rename from src/Database/InformaticsGatewayContext.cs rename to src/Database/Sqlite/InformaticsGatewayContext.cs index 562684a76..3bd3c0db4 100644 --- a/src/Database/InformaticsGatewayContext.cs +++ b/src/Database/Sqlite/InformaticsGatewayContext.cs @@ -18,8 +18,9 @@ using Microsoft.EntityFrameworkCore.Diagnostics; using Microsoft.Extensions.Logging; using Monai.Deploy.InformaticsGateway.Api; +using Monai.Deploy.InformaticsGateway.Database.Sqlite.Configurations; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite { public class InformaticsGatewayContext : DbContext { diff --git a/src/Database/InformaticsGatewayContextFactory.cs b/src/Database/Sqlite/InformaticsGatewayContextFactory.cs similarity index 85% rename from src/Database/InformaticsGatewayContextFactory.cs rename to src/Database/Sqlite/InformaticsGatewayContextFactory.cs index 80725518d..0ab60bd44 100644 --- a/src/Database/InformaticsGatewayContextFactory.cs +++ b/src/Database/Sqlite/InformaticsGatewayContextFactory.cs @@ -18,9 +18,8 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Design; using Microsoft.Extensions.Configuration; -using Monai.Deploy.InformaticsGateway.Configuration; -namespace Monai.Deploy.InformaticsGateway.Database +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite { /// /// Used to EF migration. @@ -30,13 +29,13 @@ public class InformaticsGatewayContextFactory : IDesignTimeDbContextFactory(); - var connectionString = configuration.GetConnectionString(InformaticsGatewayConfiguration.DatabaseConnectionStringKey); + var connectionString = configuration.GetConnectionString(Configurations.SR.DatabaseConnectionStringKey); builder.UseSqlite(connectionString); return new InformaticsGatewayContext(builder.Options); diff --git a/src/InformaticsGateway/Repositories/InformaticsGatewayRepository.cs b/src/Database/Sqlite/InformaticsGatewayRepository.cs similarity index 90% rename from src/InformaticsGateway/Repositories/InformaticsGatewayRepository.cs rename to src/Database/Sqlite/InformaticsGatewayRepository.cs index e6d0f43c4..871d2d174 100644 --- a/src/InformaticsGateway/Repositories/InformaticsGatewayRepository.cs +++ b/src/Database/Sqlite/InformaticsGatewayRepository.cs @@ -14,20 +14,15 @@ * limitations under the License. */ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; using Ardalis.GuardClauses; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.ChangeTracking; using Microsoft.Extensions.DependencyInjection; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Api; -namespace Monai.Deploy.InformaticsGateway.Repositories +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite { - internal class InformaticsGatewayRepository : IDisposable, IInformaticsGatewayRepository where T : class + public class InformaticsGatewayRepository : IDisposable, IInformaticsGatewayRepository where T : class { private readonly IServiceScope _scope; private readonly InformaticsGatewayContext _informaticsGatewayContext; @@ -65,13 +60,13 @@ public EntityEntry Update(T entity) { Guard.Against.Null(entity, nameof(entity)); - return _informaticsGatewayContext.Update(entity); + return _informaticsGatewayContext.Update(entity); } public EntityEntry Remove(T entity) { Guard.Against.Null(entity, nameof(entity)); - return _informaticsGatewayContext.Remove(entity); + return _informaticsGatewayContext.Remove(entity); } public void RemoveRange(params T[] entities) diff --git a/src/Database/Migrations/20220203222116_R1_Initialize.Designer.cs b/src/Database/Sqlite/Migrations/20220203222116_R1_Initialize.Designer.cs similarity index 99% rename from src/Database/Migrations/20220203222116_R1_Initialize.Designer.cs rename to src/Database/Sqlite/Migrations/20220203222116_R1_Initialize.Designer.cs index 11e07508b..449979a95 100644 --- a/src/Database/Migrations/20220203222116_R1_Initialize.Designer.cs +++ b/src/Database/Sqlite/Migrations/20220203222116_R1_Initialize.Designer.cs @@ -20,7 +20,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Migrations/20220203222116_R1_Initialize.cs b/src/Database/Sqlite/Migrations/20220203222116_R1_Initialize.cs similarity index 100% rename from src/Database/Migrations/20220203222116_R1_Initialize.cs rename to src/Database/Sqlite/Migrations/20220203222116_R1_Initialize.cs diff --git a/src/Database/Migrations/20220211175051_R1_Patch.Designer.cs b/src/Database/Sqlite/Migrations/20220211175051_R1_Patch.Designer.cs similarity index 99% rename from src/Database/Migrations/20220211175051_R1_Patch.Designer.cs rename to src/Database/Sqlite/Migrations/20220211175051_R1_Patch.Designer.cs index 9c9183a4c..0a5da19d4 100644 --- a/src/Database/Migrations/20220211175051_R1_Patch.Designer.cs +++ b/src/Database/Sqlite/Migrations/20220211175051_R1_Patch.Designer.cs @@ -20,7 +20,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Migrations/20220211175051_R1_Patch.cs b/src/Database/Sqlite/Migrations/20220211175051_R1_Patch.cs similarity index 100% rename from src/Database/Migrations/20220211175051_R1_Patch.cs rename to src/Database/Sqlite/Migrations/20220211175051_R1_Patch.cs diff --git a/src/Database/Migrations/20220613235333_R2_0.2.0.Designer.cs b/src/Database/Sqlite/Migrations/20220613235333_R2_0.2.0.Designer.cs similarity index 99% rename from src/Database/Migrations/20220613235333_R2_0.2.0.Designer.cs rename to src/Database/Sqlite/Migrations/20220613235333_R2_0.2.0.Designer.cs index e93ef1cac..590d69cc1 100644 --- a/src/Database/Migrations/20220613235333_R2_0.2.0.Designer.cs +++ b/src/Database/Sqlite/Migrations/20220613235333_R2_0.2.0.Designer.cs @@ -20,7 +20,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Migrations/20220613235333_R2_0.2.0.cs b/src/Database/Sqlite/Migrations/20220613235333_R2_0.2.0.cs similarity index 100% rename from src/Database/Migrations/20220613235333_R2_0.2.0.cs rename to src/Database/Sqlite/Migrations/20220613235333_R2_0.2.0.cs diff --git a/src/Database/Migrations/20220802200605_R3_0.3.0.Designer.cs b/src/Database/Sqlite/Migrations/20220802200605_R3_0.3.0.Designer.cs similarity index 99% rename from src/Database/Migrations/20220802200605_R3_0.3.0.Designer.cs rename to src/Database/Sqlite/Migrations/20220802200605_R3_0.3.0.Designer.cs index 824553cd6..066fe4c47 100644 --- a/src/Database/Migrations/20220802200605_R3_0.3.0.Designer.cs +++ b/src/Database/Sqlite/Migrations/20220802200605_R3_0.3.0.Designer.cs @@ -20,7 +20,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Migrations/20220802200605_R3_0.3.0.cs b/src/Database/Sqlite/Migrations/20220802200605_R3_0.3.0.cs similarity index 100% rename from src/Database/Migrations/20220802200605_R3_0.3.0.cs rename to src/Database/Sqlite/Migrations/20220802200605_R3_0.3.0.cs diff --git a/src/Database/Migrations/20221010184458_R3_0.3.2.Designer.cs b/src/Database/Sqlite/Migrations/20221010184458_R3_0.3.2.Designer.cs similarity index 99% rename from src/Database/Migrations/20221010184458_R3_0.3.2.Designer.cs rename to src/Database/Sqlite/Migrations/20221010184458_R3_0.3.2.Designer.cs index e3ff92b16..857c15251 100644 --- a/src/Database/Migrations/20221010184458_R3_0.3.2.Designer.cs +++ b/src/Database/Sqlite/Migrations/20221010184458_R3_0.3.2.Designer.cs @@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Migrations/20221010184458_R3_0.3.2.cs b/src/Database/Sqlite/Migrations/20221010184458_R3_0.3.2.cs similarity index 100% rename from src/Database/Migrations/20221010184458_R3_0.3.2.cs rename to src/Database/Sqlite/Migrations/20221010184458_R3_0.3.2.cs diff --git a/src/Database/Migrations/InformaticsGatewayContextModelSnapshot.cs b/src/Database/Sqlite/Migrations/InformaticsGatewayContextModelSnapshot.cs similarity index 99% rename from src/Database/Migrations/InformaticsGatewayContextModelSnapshot.cs rename to src/Database/Sqlite/Migrations/InformaticsGatewayContextModelSnapshot.cs index 18a940cef..e42271e4b 100644 --- a/src/Database/Migrations/InformaticsGatewayContextModelSnapshot.cs +++ b/src/Database/Sqlite/Migrations/InformaticsGatewayContextModelSnapshot.cs @@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Monai.Deploy.InformaticsGateway.Database; +using Monai.Deploy.InformaticsGateway.Database.Sqlite; #nullable disable diff --git a/src/Database/Sqlite/Monai.Deploy.InformaticsGateway.Database.Sqlite.csproj b/src/Database/Sqlite/Monai.Deploy.InformaticsGateway.Database.Sqlite.csproj new file mode 100644 index 000000000..054c18f14 --- /dev/null +++ b/src/Database/Sqlite/Monai.Deploy.InformaticsGateway.Database.Sqlite.csproj @@ -0,0 +1,56 @@ + + + + + + Monai.Deploy.InformaticsGateway.Database.Sqlite + net6.0 + Apache-2.0 + enable + ..\..\.sonarlint\project-monai_monai-deploy-informatics-gatewaycsharp.ruleset + enable + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + diff --git a/src/Database/Sqlite/SqliteDatabaseMigrationManager.cs b/src/Database/Sqlite/SqliteDatabaseMigrationManager.cs new file mode 100644 index 000000000..ffbd1e432 --- /dev/null +++ b/src/Database/Sqlite/SqliteDatabaseMigrationManager.cs @@ -0,0 +1,48 @@ +/* + * Copyright 2022 MONAI Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Microsoft.EntityFrameworkCore; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using Microsoft.Extensions.Logging; +using Monai.Deploy.InformaticsGateway.Database.Api; + +namespace Monai.Deploy.InformaticsGateway.Database.Sqlite +{ + public class SqliteDatabaseMigrationManager : IDatabaseMigrationManager + { + public IHost Migrate(IHost host) + { + using (var scope = host.Services.CreateScope()) + { + using (var dbContext = scope.ServiceProvider.GetRequiredService()) + { + try + { + dbContext.Database.Migrate(); + } + catch (Exception ex) + { + var logger = scope.ServiceProvider.GetService(); + logger?.Log(LogLevel.Critical, "Failed to migrate database", ex); + throw; + } + } + } + return host; + } + } +} diff --git a/src/InformaticsGateway/Common/PayloadExtensions.cs b/src/InformaticsGateway/Common/PayloadExtensions.cs index 3733f7e94..190a65347 100644 --- a/src/InformaticsGateway/Common/PayloadExtensions.cs +++ b/src/InformaticsGateway/Common/PayloadExtensions.cs @@ -20,8 +20,8 @@ using Ardalis.GuardClauses; using Microsoft.Extensions.Logging; using Monai.Deploy.InformaticsGateway.Api.Storage; +using Monai.Deploy.InformaticsGateway.Database.Api; using Monai.Deploy.InformaticsGateway.Logging; -using Monai.Deploy.InformaticsGateway.Repositories; using Polly; namespace Monai.Deploy.InformaticsGateway.Common @@ -97,6 +97,5 @@ await Policy }) .ConfigureAwait(false); } - } } diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index 24890801b..b8835e213 100644 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -1,4 +1,4 @@ - -

Generated Narrative with Details

id: example

status: final

category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', +

Generated Narrative with Details

id: example

status: final

category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})

code: Weight Measured (Details : {LOINC code '3141-9' = 'Body weight Measured', given as 'Weight Measured'}; {SNOMED CT code '27113001' = '27113001', given as 'Body weight'}; {http://acme.org/devices/clinical- - codes code 'body-weight' = '??', given as 'Body Weight'})

subject: Patient/example

encounter: Encounter/example

value: 185 lbs (Details: http://unitsofmeasure.org code [lb_av] = '??')

+ codes code 'body-weight' = '??', given as 'Body Weight'})

subject: Patient/example

encounter: Encounter/example

value: 185 lbs (Details: http://unitsofmeasure.org code [lb_av] = '??')

- - - + + + - - - - + + + - - - + + + - - - + + + - + - + - - - - + + + + - \ No newline at end of file + diff --git a/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.json b/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.json index 77cf8c7ca..bb27e0ee1 100644 --- a/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.json +++ b/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.json @@ -1,60 +1,60 @@ { - "resourceType": "Patient", - "id": "Patient", - "text": { - "status": "generated", - "div": "
Patient MINT_TEST, ID = MINT1234. Age = 56y, Size =\n 1.83m, Weight = 72.58kg
" - }, - "extension": [ - { - "url": "http://nema.org/fhir/extensions#0010:1010", - "valueQuantity": { - "value": 56, - "unit": "Y" - } - }, - { - "url": "http://nema.org/fhir/extensions#0010:1020", - "valueQuantity": { - "value": 1.83, - "unit": "m" - } - }, - { - "url": "http://nema.org/fhir/extensions#0010:1030", - "valueQuantity": { - "value": 72.58, - "unit": "kg" - } + "resourceType": "Patient", + "id": "Patient", + "text": { + "status": "generated", + "div": "
Patient MINT_TEST, ID = MINT1234. Age = 56y, Size =\n 1.83m, Weight = 72.58kg
" + }, + "extension": [ + { + "url": "http://nema.org/fhir/extensions#0010:1010", + "valueQuantity": { + "value": 56, + "unit": "Y" } - ], - "identifier": [ - { - "system": "http://nema.org/examples/patients", - "value": "MINT1234" + }, + { + "url": "http://nema.org/fhir/extensions#0010:1020", + "valueQuantity": { + "value": 1.83, + "unit": "m" } - ], - "active": true, - "name": [ - { - "family": [ - "MINT_TEST" - ] + }, + { + "url": "http://nema.org/fhir/extensions#0010:1030", + "valueQuantity": { + "value": 72.58, + "unit": "kg" } - ], - "gender": "male", - "_gender": { - "extension": [ - { - "url": "http://nema.org/examples/extensions#gender", - "valueCoding": { - "system": "http://nema.org/examples/gender", - "code": "M" - } - } + } + ], + "identifier": [ + { + "system": "http://nema.org/examples/patients", + "value": "MINT1234" + } + ], + "active": true, + "name": [ + { + "family": [ + "MINT_TEST" ] - }, - "managingOrganization": { - "reference": "Organization/1" } - } \ No newline at end of file + ], + "gender": "male", + "_gender": { + "extension": [ + { + "url": "http://nema.org/examples/extensions#gender", + "valueCoding": { + "system": "http://nema.org/examples/gender", + "code": "M" + } + } + ] + }, + "managingOrganization": { + "reference": "Organization/1" + } +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.xml b/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.xml index a6a14cb0f..53152a360 100644 --- a/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.xml +++ b/tests/Integration.Test/data/fhir/1.0.2 DSTU2/Patient.xml @@ -1,33 +1,32 @@ - + - +
- +

Henry Levin the 7th

-
- + - - + + - - + + - + - - + + - - + + - - + + -
\ No newline at end of file + diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.json b/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.json index 70287fc6c..5b3eedd01 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.json +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.json @@ -1,37 +1,37 @@ { - "resourceType": "Bundle", - "id": "Bundle", - "type": "batch", - "entry": [ - { - "request": { - "method": "GET", - "url": "/Patient/example" - } - }, - { - "request": { - "method": "GET", - "url": "/MedicationStatement?patient=example&_list=$current-medications" - } - }, - { - "request": { - "method": "GET", - "url": "/AllergyIntolernce?patient=example&_list=$current-allergies" - } - }, - { - "request": { - "method": "GET", - "url": "/Condition?patient=example&_list=$current-problems" - } - }, - { - "request": { - "method": "GET", - "url": "/MedicationStatement?patient=example¬given:not=true" - } + "resourceType": "Bundle", + "id": "Bundle", + "type": "batch", + "entry": [ + { + "request": { + "method": "GET", + "url": "/Patient/example" } - ] - } \ No newline at end of file + }, + { + "request": { + "method": "GET", + "url": "/MedicationStatement?patient=example&_list=$current-medications" + } + }, + { + "request": { + "method": "GET", + "url": "/AllergyIntolernce?patient=example&_list=$current-allergies" + } + }, + { + "request": { + "method": "GET", + "url": "/Condition?patient=example&_list=$current-problems" + } + }, + { + "request": { + "method": "GET", + "url": "/MedicationStatement?patient=example¬given:not=true" + } + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.xml b/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.xml index 4df8c5dd7..231b5a51a 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.xml +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/Bundle.xml @@ -1,242 +1,242 @@ - + - - + + - - + + - - - + + + - + - - -
Some narrative
-
- - - - - - - - - -
-
+ + +
Some narrative
+
+ + + + + + + + + + +
- + - - - - -
- - - + + + + + + - + - - -
Some narrative
-
- - - - - - - - - -
-
+ + +
Some narrative
+
+ + + + + + + + + + + - + - - - - - - -
- - - + + + + + + - + - + - - -
Some narrative
-
- - - - - - - - - -
-
+ + +
Some narrative
+
+ + + + + + + + + + + - + - - - - -
- - - + + + + + + - + - - -
Some narrative
-
- - - - - - - - - -
-
+ + +
Some narrative
+
+ + + + + + + + + + + - + - - - - -
+ + + - - - - - - - -
Some narrative
-
- - - - - - - - - -
-
- - - + + + + + + + +
Some narrative
+
+ + + + + + + + + +
+
+ + + - - -
- + +
+
+ - + - - - - - - - + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + - - - - - + + + + + - - - + + + - - - - -
\ No newline at end of file + + + + + diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/DiagnosticReport.xml b/tests/Integration.Test/data/fhir/3.0.2 STU3/DiagnosticReport.xml index 89d473e9d..bc63abf0f 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/DiagnosticReport.xml +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/DiagnosticReport.xml @@ -1,17 +1,17 @@ - - - - - - - - - - + + + + + + + + + +
-

CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45

-
 
+      

CBC Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2011 11:45

+
 Test                  Units       Value       Reference Range
 Haemoglobin           g/L         176         135 - 180
 Red Cell Count        x10*12/L    5.9         4.2 - 6.0
@@ -30,13 +30,13 @@ Eosinophils           %           20
 Eosinophils           x10*9/L     0.92++      0.04 - 0.40
 Basophils             %           20
 Basophils             x10*9/L     0.92+++     <0.21
-      
-

Acme Laboratory, Inc signed: Dr Pete Pathologist

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - </presentedForm> -</DiagnosticReport> \ No newline at end of file + BQjhDNj48OEQ3Rjc3OUEwMEM3MDk3OTU4NzA0MkYwOTJCQUI4QzY+XQo+PgpzdGFydHhyZWYKNjk0ODUKJSVFT0YK" /> + <title value="HTML Report" /> + </presentedForm> +</DiagnosticReport> diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/NutritionOrder.json b/tests/Integration.Test/data/fhir/3.0.2 STU3/NutritionOrder.json index 5bd2f19c9..4fda02f8a 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/NutritionOrder.json +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/NutritionOrder.json @@ -1,113 +1,113 @@ { - "resourceType": "NutritionOrder", - "id": "NutritionOrder", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet</p><p><b>identifier</b>: 123</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = 'Cashew nuts', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = 'Pureed diet', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '1010', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = 'Liquidized food', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = 'Dietary liquid consistency - nectar thick liquid (regime/therapy)', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote></div>" - }, - "identifier": [ - { - "system": "http://goodhealthhospital.org/nutrition-requests", - "value": "123" - } - ], - "status": "active", - "patient": { - "reference": "Patient/example", - "display": "Peter Chalmers" - }, - "encounter": { - "reference": "Encounter/example", - "display": "Inpatient" - }, - "dateTime": "2014-09-17", - "orderer": { - "reference": "Practitioner/example", - "display": "Dr Adam Careful" - }, - "allergyIntolerance": [ - { - "reference": "AllergyIntolerance/example", - "display": "Cashew Nuts" - } - ], - "foodPreferenceModifier": [ + "resourceType": "NutritionOrder", + "id": "NutritionOrder", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pureeddiet</p><p><b>identifier</b>: 123</p><p><b>status</b>: active</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><p><b>allergyIntolerance</b>: <a>Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span>(Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)</span></p><p><b>excludeFoodModifier</b>: Cashew Nut <span>(Details : {SNOMED CT code '227493005' = 'Cashew nuts', given as 'Cashew Nut'})</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Pureed diet <span>(Details : {SNOMED CT code '226211001' = 'Pureed diet', given as 'Pureed diet'}; {http://goodhealthhospital.org/diet-type-codes code '1010' = '1010', given as 'Pureed diet'})</span></p><p><b>schedule</b>: Starting 10/02/2015, Do 3 per 1 days</p><h3>Textures</h3><table><tr><td>-</td><td><b>Modifier</b></td></tr><tr><td>*</td><td>Pureed <span>(Details : {SNOMED CT code '228055009' = 'Liquidized food', given as 'Liquidized food'})</span></td></tr></table><p><b>fluidConsistencyType</b>: Nectar thick liquids <span>(Details : {SNOMED CT code '439021000124105' = 'Dietary liquid consistency - nectar thick liquid (regime/therapy)', given as 'Dietary liquid consistency - nectar thick liquid'})</span></p></blockquote></div>" + }, + "identifier": [ + { + "system": "http://goodhealthhospital.org/nutrition-requests", + "value": "123" + } + ], + "status": "active", + "patient": { + "reference": "Patient/example", + "display": "Peter Chalmers" + }, + "encounter": { + "reference": "Encounter/example", + "display": "Inpatient" + }, + "dateTime": "2014-09-17", + "orderer": { + "reference": "Practitioner/example", + "display": "Dr Adam Careful" + }, + "allergyIntolerance": [ + { + "reference": "AllergyIntolerance/example", + "display": "Cashew Nuts" + } + ], + "foodPreferenceModifier": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/diet", + "code": "dairy-free" + } + ] + } + ], + "excludeFoodModifier": [ + { + "coding": [ + { + "system": "http://snomed.info/sct", + "version": "20140730", + "code": "227493005", + "display": "Cashew Nut" + } + ] + } + ], + "oralDiet": { + "type": [ { "coding": [ { - "system": "http://hl7.org/fhir/diet", - "code": "dairy-free" + "system": "http://snomed.info/sct", + "code": "226211001", + "display": "Pureed diet" + }, + { + "system": "http://goodhealthhospital.org/diet-type-codes", + "code": "1010", + "display": "Pureed diet" } - ] + ], + "text": "Pureed diet" } ], - "excludeFoodModifier": [ + "schedule": [ { - "coding": [ - { - "system": "http://snomed.info/sct", - "version": "20140730", - "code": "227493005", - "display": "Cashew Nut" - } - ] + "repeat": { + "boundsPeriod": { + "start": "2015-02-10" + }, + "frequency": 3, + "period": 1, + "periodUnit": "d" + } } ], - "oralDiet": { - "type": [ - { + "texture": [ + { + "modifier": { "coding": [ { "system": "http://snomed.info/sct", - "code": "226211001", - "display": "Pureed diet" - }, - { - "system": "http://goodhealthhospital.org/diet-type-codes", - "code": "1010", - "display": "Pureed diet" + "code": "228055009", + "display": "Liquidized food" } ], - "text": "Pureed diet" - } - ], - "schedule": [ - { - "repeat": { - "boundsPeriod": { - "start": "2015-02-10" - }, - "frequency": 3, - "period": 1, - "periodUnit": "d" - } + "text": "Pureed" } - ], - "texture": [ - { - "modifier": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "228055009", - "display": "Liquidized food" - } - ], - "text": "Pureed" + } + ], + "fluidConsistencyType": [ + { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "439021000124105", + "display": "Dietary liquid consistency - nectar thick liquid" } - } - ], - "fluidConsistencyType": [ - { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "439021000124105", - "display": "Dietary liquid consistency - nectar thick liquid" - } - ], - "text": "Nectar thick liquids" - } - ] - } - } \ No newline at end of file + ], + "text": "Nectar thick liquids" + } + ] + } +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.json b/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.json index 547b86232..b05fa95f1 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.json +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.json @@ -1,166 +1,166 @@ { - "resourceType": "Questionnaire", - "id": "Questionnaire", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n 1.Comorbidity?\n 1.1 Cardial Comorbidity\n 1.1.1 Angina?\n 1.1.2 MI?\n 1.2 Vascular Comorbidity?\n ...\n Histopathology\n Abdominal\n pT category?\n ...\n </pre>\n </div>" - }, - "url": "http://hl7.org/fhir/Questionnaire/3141", - "title": "Cancer Quality Forum Questionnaire 2012", - "status": "draft", - "date": "2012-01", - "subjectType": [ - "Patient" - ], - "item": [ - { - "linkId": "1", - "code": [ - { - "system": "http://example.org/system/code/sections", - "code": "COMORBIDITY" - } - ], - "type": "group", - "item": [ - { - "linkId": "1.1", - "code": [ - { - "system": "http://example.org/system/code/questions", - "code": "COMORB" - } - ], - "prefix": "1", - "type": "choice", - "options": { - "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" - }, - "item": [ - { - "linkId": "1.1.1", - "code": [ - { - "system": "http://example.org/system/code/sections", - "code": "CARDIAL" + "resourceType": "Questionnaire", + "id": "Questionnaire", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n 1.Comorbidity?\n 1.1 Cardial Comorbidity\n 1.1.1 Angina?\n 1.1.2 MI?\n 1.2 Vascular Comorbidity?\n ...\n Histopathology\n Abdominal\n pT category?\n ...\n </pre>\n </div>" + }, + "url": "http://hl7.org/fhir/Questionnaire/3141", + "title": "Cancer Quality Forum Questionnaire 2012", + "status": "draft", + "date": "2012-01", + "subjectType": [ + "Patient" + ], + "item": [ + { + "linkId": "1", + "code": [ + { + "system": "http://example.org/system/code/sections", + "code": "COMORBIDITY" + } + ], + "type": "group", + "item": [ + { + "linkId": "1.1", + "code": [ + { + "system": "http://example.org/system/code/questions", + "code": "COMORB" + } + ], + "prefix": "1", + "type": "choice", + "options": { + "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" + }, + "item": [ + { + "linkId": "1.1.1", + "code": [ + { + "system": "http://example.org/system/code/sections", + "code": "CARDIAL" + } + ], + "type": "group", + "enableWhen": [ + { + "question": "1.1", + "answerCoding": { + "system": "http://hl7.org/fhir/v2/0136", + "code": "Y" } - ], - "type": "group", - "enableWhen": [ - { - "question": "1.1", - "answerCoding": { - "system": "http://hl7.org/fhir/v2/0136", - "code": "Y" + } + ], + "item": [ + { + "linkId": "1.1.1.1", + "code": [ + { + "system": "http://example.org/system/code/questions", + "code": "COMORBCAR" } - } - ], - "item": [ - { - "linkId": "1.1.1.1", - "code": [ - { - "system": "http://example.org/system/code/questions", - "code": "COMORBCAR" + ], + "prefix": "1.1", + "type": "choice", + "options": { + "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" + }, + "item": [ + { + "linkId": "1.1.1.1.1", + "code": [ + { + "system": "http://example.org/system/code/questions", + "code": "COMCAR00", + "display": "Angina Pectoris" + }, + { + "system": "http://snomed.info/sct", + "code": "194828000", + "display": "Angina (disorder)" + } + ], + "prefix": "1.1.1", + "type": "choice", + "options": { + "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } - ], - "prefix": "1.1", - "type": "choice", - "options": { - "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" }, - "item": [ - { - "linkId": "1.1.1.1.1", - "code": [ - { - "system": "http://example.org/system/code/questions", - "code": "COMCAR00", - "display": "Angina Pectoris" - }, - { - "system": "http://snomed.info/sct", - "code": "194828000", - "display": "Angina (disorder)" - } - ], - "prefix": "1.1.1", - "type": "choice", - "options": { - "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" - } - }, - { - "linkId": "1.1.1.1.2", - "code": [ - { - "system": "http://snomed.info/sct", - "code": "22298006", - "display": "Myocardial infarction (disorder)" - } - ], - "prefix": "1.1.2", - "type": "choice", - "options": { - "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" + { + "linkId": "1.1.1.1.2", + "code": [ + { + "system": "http://snomed.info/sct", + "code": "22298006", + "display": "Myocardial infarction (disorder)" } + ], + "prefix": "1.1.2", + "type": "choice", + "options": { + "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } - ] - }, - { - "linkId": "1.1.1.2", - "code": [ - { - "system": "http://example.org/system/code/questions", - "code": "COMORBVAS" - } - ], - "prefix": "1.2", - "type": "choice", - "options": { - "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } + ] + }, + { + "linkId": "1.1.1.2", + "code": [ + { + "system": "http://example.org/system/code/questions", + "code": "COMORBVAS" + } + ], + "prefix": "1.2", + "type": "choice", + "options": { + "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } - ] - } - ] - } - ] - }, - { - "linkId": "2", - "code": [ - { - "system": "http://example.org/system/code/sections", - "code": "HISTOPATHOLOGY" - } - ], - "type": "group", - "item": [ - { - "linkId": "2.1", - "code": [ - { - "system": "http://example.org/system/code/sections", - "code": "ABDOMINAL" - } - ], - "type": "group", - "item": [ - { - "linkId": "2.1.2", - "code": [ - { - "system": "http://example.org/system/code/questions", - "code": "STADPT", - "display": "pT category" - } - ], - "type": "choice" - } - ] - } - ] - } - ] - } \ No newline at end of file + } + ] + } + ] + } + ] + }, + { + "linkId": "2", + "code": [ + { + "system": "http://example.org/system/code/sections", + "code": "HISTOPATHOLOGY" + } + ], + "type": "group", + "item": [ + { + "linkId": "2.1", + "code": [ + { + "system": "http://example.org/system/code/sections", + "code": "ABDOMINAL" + } + ], + "type": "group", + "item": [ + { + "linkId": "2.1.2", + "code": [ + { + "system": "http://example.org/system/code/questions", + "code": "STADPT", + "display": "pT category" + } + ], + "type": "choice" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.xml b/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.xml index 5da84c398..2ad95055d 100644 --- a/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.xml +++ b/tests/Integration.Test/data/fhir/3.0.2 STU3/Questionnaire.xml @@ -1,13 +1,13 @@ <Questionnaire xmlns="http://hl7.org/fhir"> - <id value="Questionnaire"/> - <text> - <status value="generated"/> + <id value="Questionnaire" /> + <text> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> - <pre> - <b> Birth details - To be completed by health professional</b> + <pre> + <b> Birth details - To be completed by health professional</b> Name of child: ____________________________________ Sex: __ - + Neonatal Information Birth Weight (kg): ___________ Birth Length (cm): ___________ @@ -18,116 +18,116 @@ Date given : ___________ Abnormalities noted at birth: _______________________________________________ - </pre> - </div> - </text> - <url value="http://hl7.org/fhir/Questionnaire/bb"/> - <title value="NSW Government My Personal Health Record"/> - <status value="draft"/> - <date value="2013-02-19"/> - <publisher value="New South Wales Department of Health"/> - <jurisdiction> - <coding> - <system value="urn:iso:std:iso:3166"/> - <code value="AU"/> - </coding> - </jurisdiction> - <subjectType value="Patient"/> - <item> - <linkId value="birthDetails"/> - <text value="Birth details - To be completed by health professional"/> - <type value="group"/> - <item> - <linkId value="group"/> - <type value="group"/> - <item> - <linkId value="nameOfChild"/> - <text value="Name of child"/> - <type value="string"/> - </item> - <item> - <linkId value="sex"/> - <text value="Sex"/> - <type value="choice"/> - <option> - <valueCoding> - <code value="F"/> - </valueCoding> - </option> - <option> - <valueCoding> - <code value="M"/> - </valueCoding> - </option> - </item> - </item> - <item> - <linkId value="neonatalInformation"/> - <text value="Neonatal Information"/> - <type value="group"/> - <item> - <linkId value="birthWeight"/> - <text value="Birth weight (kg)"/> - <type value="decimal"/> - </item> - <item> - <linkId value="birthLength"/> - <text value="Birth length (cm)"/> - <type value="decimal"/> - </item> - <item> - <linkId value="vitaminKgiven"/> - <text value="Vitamin K given"/> - <type value="choice"/> - <option> - <valueCoding> - <code value="INJECTION"/> - </valueCoding> - </option> - <option> - <valueCoding> - <code value="INTRAVENOUS"/> - </valueCoding> - </option> - <option> - <valueCoding> - <code value="ORAL"/> - </valueCoding> - </option> - <item> - <linkId value="vitaminKgivenDoses"/> - <type value="group"/> - <enableWhen> - <question value="vitaminKgiven"/> - <hasAnswer value="true"/> - </enableWhen> - <item> - <linkId value="vitaminiKDose1"/> - <text value="1st dose"/> - <type value="dateTime"/> - </item> - <item> - <linkId value="vitaminiKDose2"/> - <text value="2nd dose"/> - <type value="dateTime"/> - </item> - </item> - </item> - <item> - <linkId value="hepBgiven"/> - <text value="Hep B given y / n"/> - <type value="boolean"/> - <item> - <linkId value="hepBgivenDate"/> - <text value="Date given"/> - <type value="date"/> - </item> - </item> - <item> - <linkId value="abnormalitiesAtBirth"/> - <text value="Abnormalities noted at birth"/> - <type value="string"/> - </item> - </item> - </item> - </Questionnaire> \ No newline at end of file + </pre> + </div> + </text> + <url value="http://hl7.org/fhir/Questionnaire/bb" /> + <title value="NSW Government My Personal Health Record" /> + <status value="draft" /> + <date value="2013-02-19" /> + <publisher value="New South Wales Department of Health" /> + <jurisdiction> + <coding> + <system value="urn:iso:std:iso:3166" /> + <code value="AU" /> + </coding> + </jurisdiction> + <subjectType value="Patient" /> + <item> + <linkId value="birthDetails" /> + <text value="Birth details - To be completed by health professional" /> + <type value="group" /> + <item> + <linkId value="group" /> + <type value="group" /> + <item> + <linkId value="nameOfChild" /> + <text value="Name of child" /> + <type value="string" /> + </item> + <item> + <linkId value="sex" /> + <text value="Sex" /> + <type value="choice" /> + <option> + <valueCoding> + <code value="F" /> + </valueCoding> + </option> + <option> + <valueCoding> + <code value="M" /> + </valueCoding> + </option> + </item> + </item> + <item> + <linkId value="neonatalInformation" /> + <text value="Neonatal Information" /> + <type value="group" /> + <item> + <linkId value="birthWeight" /> + <text value="Birth weight (kg)" /> + <type value="decimal" /> + </item> + <item> + <linkId value="birthLength" /> + <text value="Birth length (cm)" /> + <type value="decimal" /> + </item> + <item> + <linkId value="vitaminKgiven" /> + <text value="Vitamin K given" /> + <type value="choice" /> + <option> + <valueCoding> + <code value="INJECTION" /> + </valueCoding> + </option> + <option> + <valueCoding> + <code value="INTRAVENOUS" /> + </valueCoding> + </option> + <option> + <valueCoding> + <code value="ORAL" /> + </valueCoding> + </option> + <item> + <linkId value="vitaminKgivenDoses" /> + <type value="group" /> + <enableWhen> + <question value="vitaminKgiven" /> + <hasAnswer value="true" /> + </enableWhen> + <item> + <linkId value="vitaminiKDose1" /> + <text value="1st dose" /> + <type value="dateTime" /> + </item> + <item> + <linkId value="vitaminiKDose2" /> + <text value="2nd dose" /> + <type value="dateTime" /> + </item> + </item> + </item> + <item> + <linkId value="hepBgiven" /> + <text value="Hep B given y / n" /> + <type value="boolean" /> + <item> + <linkId value="hepBgivenDate" /> + <text value="Date given" /> + <type value="date" /> + </item> + </item> + <item> + <linkId value="abnormalitiesAtBirth" /> + <text value="Abnormalities noted at birth" /> + <type value="string" /> + </item> + </item> + </item> + </Questionnaire> diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.json b/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.json index 96f45436d..b326e9a56 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.json +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.json @@ -1,166 +1,166 @@ { - "resourceType": "CodeSystem", - "id": "CodeSystem", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>NHIN PurposeOfUse</h2>\n <div>\n <p>This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.</p>\n\n </div>\n <p>This code system http://healthit.gov/nhin/purposeofuse defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">TREATMENT\n <a name=\"nhin-purposeofuse-TREATMENT\"> </a>\n </td>\n <td>Treatment</td>\n <td>Treatment</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PAYMENT\n <a name=\"nhin-purposeofuse-PAYMENT\"> </a>\n </td>\n <td>Payment</td>\n <td>Payment</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">OPERATIONS\n <a name=\"nhin-purposeofuse-OPERATIONS\"> </a>\n </td>\n <td>Operations</td>\n <td>Healthcare Operations</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">SYSADMIN\n <a name=\"nhin-purposeofuse-SYSADMIN\"> </a>\n </td>\n <td>Sysadmin</td>\n <td>System Administration</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">FRAUD\n <a name=\"nhin-purposeofuse-FRAUD\"> </a>\n </td>\n <td>Fraud</td>\n <td>Fraud detection</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PSYCHOTHERAPY\n <a name=\"nhin-purposeofuse-PSYCHOTHERAPY\"> </a>\n </td>\n <td>Psychotherapy</td>\n <td>Use or disclosure of Psychotherapy Notes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">TRAINING\n <a name=\"nhin-purposeofuse-TRAINING\"> </a>\n </td>\n <td>Training</td>\n <td>Use or disclosure by the covered entity for its own training programs</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">LEGAL\n <a name=\"nhin-purposeofuse-LEGAL\"> </a>\n </td>\n <td>Legal</td>\n <td>Use or disclosure by the covered entity to defend itself in a legal action</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">MARKETING\n <a name=\"nhin-purposeofuse-MARKETING\"> </a>\n </td>\n <td>Marketing</td>\n <td>Marketing</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DIRECTORY\n <a name=\"nhin-purposeofuse-DIRECTORY\"> </a>\n </td>\n <td>Directory</td>\n <td>Use and disclosure for facility directories</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">FAMILY\n <a name=\"nhin-purposeofuse-FAMILY\"> </a>\n </td>\n <td>Family</td>\n <td>Disclose to a family member, other relative, or a close personal friend of the individual</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PRESENT\n <a name=\"nhin-purposeofuse-PRESENT\"> </a>\n </td>\n <td>Present</td>\n <td>Uses and disclosures with the individual present.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">EMERGENCY\n <a name=\"nhin-purposeofuse-EMERGENCY\"> </a>\n </td>\n <td>Emergency</td>\n <td>Permission cannot practicably be provided because of the individual's incapacity or an emergency.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DISASTER\n <a name=\"nhin-purposeofuse-DISASTER\"> </a>\n </td>\n <td>Disaster</td>\n <td>Use and disclosures for disaster relief purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PUBLICHEALTH\n <a name=\"nhin-purposeofuse-PUBLICHEALTH\"> </a>\n </td>\n <td>Public Health</td>\n <td>Uses and disclosures for public health activities.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ABUSE\n <a name=\"nhin-purposeofuse-ABUSE\"> </a>\n </td>\n <td>Abuse</td>\n <td>Disclosures about victims of abuse, neglect or domestic violence.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">OVERSIGHT\n <a name=\"nhin-purposeofuse-OVERSIGHT\"> </a>\n </td>\n <td>Oversight</td>\n <td>Uses and disclosures for health oversight activities.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">JUDICIAL\n <a name=\"nhin-purposeofuse-JUDICIAL\"> </a>\n </td>\n <td>Judicial</td>\n <td>Disclosures for judicial and administrative proceedings.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">LAW\n <a name=\"nhin-purposeofuse-LAW\"> </a>\n </td>\n <td>Law Enforcement</td>\n <td>Disclosures for law enforcement purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DECEASED\n <a name=\"nhin-purposeofuse-DECEASED\"> </a>\n </td>\n <td>Deceased</td>\n <td>Uses and disclosures about decedents.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DONATION\n <a name=\"nhin-purposeofuse-DONATION\"> </a>\n </td>\n <td>Donation</td>\n <td>Uses and disclosures for cadaveric organ, eye or tissue donation purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">RESEARCH\n <a name=\"nhin-purposeofuse-RESEARCH\"> </a>\n </td>\n <td>Research</td>\n <td>Uses and disclosures for research purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">THREAT\n <a name=\"nhin-purposeofuse-THREAT\"> </a>\n </td>\n <td>Threat</td>\n <td>Uses and disclosures to avert a serious threat to health or safety.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">GOVERNMENT\n <a name=\"nhin-purposeofuse-GOVERNMENT\"> </a>\n </td>\n <td>Government</td>\n <td>Uses and disclosures for specialized government functions.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">WORKERSCOMP\n <a name=\"nhin-purposeofuse-WORKERSCOMP\"> </a>\n </td>\n <td>Worker's Comp</td>\n <td>Disclosures for workers' compensation.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">COVERAGE\n <a name=\"nhin-purposeofuse-COVERAGE\"> </a>\n </td>\n <td>Coverage</td>\n <td>Disclosures for insurance or disability coverage determination</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">REQUEST\n <a name=\"nhin-purposeofuse-REQUEST\"> </a>\n </td>\n <td>Request</td>\n <td>Request of the Individual</td>\n </tr>\n </table>\n </div>" - }, - "url": "http://healthit.gov/nhin/purposeofuse", - "version": "2.0", - "name": "NHIN PurposeOfUse", - "status": "active", - "experimental": false, - "date": "2010-01-29", - "publisher": "Nationwide Health Information Network (NHIN)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf" - } - ] - } - ], - "description": "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.", - "caseSensitive": true, - "valueSet": "http://hl7.org/fhir/ValueSet/nhin-purposeofuse", - "content": "complete", - "concept": [ - { - "code": "TREATMENT", - "display": "Treatment", - "definition": "Treatment" - }, - { - "code": "PAYMENT", - "display": "Payment", - "definition": "Payment" - }, - { - "code": "OPERATIONS", - "display": "Operations", - "definition": "Healthcare Operations" - }, - { - "code": "SYSADMIN", - "display": "Sysadmin", - "definition": "System Administration" - }, - { - "code": "FRAUD", - "display": "Fraud", - "definition": "Fraud detection" - }, - { - "code": "PSYCHOTHERAPY", - "display": "Psychotherapy", - "definition": "Use or disclosure of Psychotherapy Notes" - }, - { - "code": "TRAINING", - "display": "Training", - "definition": "Use or disclosure by the covered entity for its own training programs" - }, - { - "code": "LEGAL", - "display": "Legal", - "definition": "Use or disclosure by the covered entity to defend itself in a legal action" - }, - { - "code": "MARKETING", - "display": "Marketing", - "definition": "Marketing" - }, - { - "code": "DIRECTORY", - "display": "Directory", - "definition": "Use and disclosure for facility directories" - }, - { - "code": "FAMILY", - "display": "Family", - "definition": "Disclose to a family member, other relative, or a close personal friend of the individual" - }, - { - "code": "PRESENT", - "display": "Present", - "definition": "Uses and disclosures with the individual present." - }, - { - "code": "EMERGENCY", - "display": "Emergency", - "definition": "Permission cannot practicably be provided because of the individual's incapacity or an emergency." - }, - { - "code": "DISASTER", - "display": "Disaster", - "definition": "Use and disclosures for disaster relief purposes." - }, - { - "code": "PUBLICHEALTH", - "display": "Public Health", - "definition": "Uses and disclosures for public health activities." - }, - { - "code": "ABUSE", - "display": "Abuse", - "definition": "Disclosures about victims of abuse, neglect or domestic violence." - }, - { - "code": "OVERSIGHT", - "display": "Oversight", - "definition": "Uses and disclosures for health oversight activities." - }, - { - "code": "JUDICIAL", - "display": "Judicial", - "definition": "Disclosures for judicial and administrative proceedings." - }, - { - "code": "LAW", - "display": "Law Enforcement", - "definition": "Disclosures for law enforcement purposes." - }, - { - "code": "DECEASED", - "display": "Deceased", - "definition": "Uses and disclosures about decedents." - }, - { - "code": "DONATION", - "display": "Donation", - "definition": "Uses and disclosures for cadaveric organ, eye or tissue donation purposes" - }, - { - "code": "RESEARCH", - "display": "Research", - "definition": "Uses and disclosures for research purposes." - }, - { - "code": "THREAT", - "display": "Threat", - "definition": "Uses and disclosures to avert a serious threat to health or safety." - }, - { - "code": "GOVERNMENT", - "display": "Government", - "definition": "Uses and disclosures for specialized government functions." - }, - { - "code": "WORKERSCOMP", - "display": "Worker's Comp", - "definition": "Disclosures for workers' compensation." - }, - { - "code": "COVERAGE", - "display": "Coverage", - "definition": "Disclosures for insurance or disability coverage determination" - }, - { - "code": "REQUEST", - "display": "Request", - "definition": "Request of the Individual" - } - ] - } \ No newline at end of file + "resourceType": "CodeSystem", + "id": "CodeSystem", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>NHIN PurposeOfUse</h2>\n <div>\n <p>This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.</p>\n\n </div>\n <p>This code system http://healthit.gov/nhin/purposeofuse defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">TREATMENT\n <a name=\"nhin-purposeofuse-TREATMENT\"> </a>\n </td>\n <td>Treatment</td>\n <td>Treatment</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PAYMENT\n <a name=\"nhin-purposeofuse-PAYMENT\"> </a>\n </td>\n <td>Payment</td>\n <td>Payment</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">OPERATIONS\n <a name=\"nhin-purposeofuse-OPERATIONS\"> </a>\n </td>\n <td>Operations</td>\n <td>Healthcare Operations</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">SYSADMIN\n <a name=\"nhin-purposeofuse-SYSADMIN\"> </a>\n </td>\n <td>Sysadmin</td>\n <td>System Administration</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">FRAUD\n <a name=\"nhin-purposeofuse-FRAUD\"> </a>\n </td>\n <td>Fraud</td>\n <td>Fraud detection</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PSYCHOTHERAPY\n <a name=\"nhin-purposeofuse-PSYCHOTHERAPY\"> </a>\n </td>\n <td>Psychotherapy</td>\n <td>Use or disclosure of Psychotherapy Notes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">TRAINING\n <a name=\"nhin-purposeofuse-TRAINING\"> </a>\n </td>\n <td>Training</td>\n <td>Use or disclosure by the covered entity for its own training programs</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">LEGAL\n <a name=\"nhin-purposeofuse-LEGAL\"> </a>\n </td>\n <td>Legal</td>\n <td>Use or disclosure by the covered entity to defend itself in a legal action</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">MARKETING\n <a name=\"nhin-purposeofuse-MARKETING\"> </a>\n </td>\n <td>Marketing</td>\n <td>Marketing</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DIRECTORY\n <a name=\"nhin-purposeofuse-DIRECTORY\"> </a>\n </td>\n <td>Directory</td>\n <td>Use and disclosure for facility directories</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">FAMILY\n <a name=\"nhin-purposeofuse-FAMILY\"> </a>\n </td>\n <td>Family</td>\n <td>Disclose to a family member, other relative, or a close personal friend of the individual</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PRESENT\n <a name=\"nhin-purposeofuse-PRESENT\"> </a>\n </td>\n <td>Present</td>\n <td>Uses and disclosures with the individual present.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">EMERGENCY\n <a name=\"nhin-purposeofuse-EMERGENCY\"> </a>\n </td>\n <td>Emergency</td>\n <td>Permission cannot practicably be provided because of the individual's incapacity or an emergency.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DISASTER\n <a name=\"nhin-purposeofuse-DISASTER\"> </a>\n </td>\n <td>Disaster</td>\n <td>Use and disclosures for disaster relief purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PUBLICHEALTH\n <a name=\"nhin-purposeofuse-PUBLICHEALTH\"> </a>\n </td>\n <td>Public Health</td>\n <td>Uses and disclosures for public health activities.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ABUSE\n <a name=\"nhin-purposeofuse-ABUSE\"> </a>\n </td>\n <td>Abuse</td>\n <td>Disclosures about victims of abuse, neglect or domestic violence.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">OVERSIGHT\n <a name=\"nhin-purposeofuse-OVERSIGHT\"> </a>\n </td>\n <td>Oversight</td>\n <td>Uses and disclosures for health oversight activities.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">JUDICIAL\n <a name=\"nhin-purposeofuse-JUDICIAL\"> </a>\n </td>\n <td>Judicial</td>\n <td>Disclosures for judicial and administrative proceedings.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">LAW\n <a name=\"nhin-purposeofuse-LAW\"> </a>\n </td>\n <td>Law Enforcement</td>\n <td>Disclosures for law enforcement purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DECEASED\n <a name=\"nhin-purposeofuse-DECEASED\"> </a>\n </td>\n <td>Deceased</td>\n <td>Uses and disclosures about decedents.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">DONATION\n <a name=\"nhin-purposeofuse-DONATION\"> </a>\n </td>\n <td>Donation</td>\n <td>Uses and disclosures for cadaveric organ, eye or tissue donation purposes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">RESEARCH\n <a name=\"nhin-purposeofuse-RESEARCH\"> </a>\n </td>\n <td>Research</td>\n <td>Uses and disclosures for research purposes.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">THREAT\n <a name=\"nhin-purposeofuse-THREAT\"> </a>\n </td>\n <td>Threat</td>\n <td>Uses and disclosures to avert a serious threat to health or safety.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">GOVERNMENT\n <a name=\"nhin-purposeofuse-GOVERNMENT\"> </a>\n </td>\n <td>Government</td>\n <td>Uses and disclosures for specialized government functions.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">WORKERSCOMP\n <a name=\"nhin-purposeofuse-WORKERSCOMP\"> </a>\n </td>\n <td>Worker's Comp</td>\n <td>Disclosures for workers' compensation.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">COVERAGE\n <a name=\"nhin-purposeofuse-COVERAGE\"> </a>\n </td>\n <td>Coverage</td>\n <td>Disclosures for insurance or disability coverage determination</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">REQUEST\n <a name=\"nhin-purposeofuse-REQUEST\"> </a>\n </td>\n <td>Request</td>\n <td>Request of the Individual</td>\n </tr>\n </table>\n </div>" + }, + "url": "http://healthit.gov/nhin/purposeofuse", + "version": "2.0", + "name": "NHIN PurposeOfUse", + "status": "active", + "experimental": false, + "date": "2010-01-29", + "publisher": "Nationwide Health Information Network (NHIN)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf" + } + ] + } + ], + "description": "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.", + "caseSensitive": true, + "valueSet": "http://hl7.org/fhir/ValueSet/nhin-purposeofuse", + "content": "complete", + "concept": [ + { + "code": "TREATMENT", + "display": "Treatment", + "definition": "Treatment" + }, + { + "code": "PAYMENT", + "display": "Payment", + "definition": "Payment" + }, + { + "code": "OPERATIONS", + "display": "Operations", + "definition": "Healthcare Operations" + }, + { + "code": "SYSADMIN", + "display": "Sysadmin", + "definition": "System Administration" + }, + { + "code": "FRAUD", + "display": "Fraud", + "definition": "Fraud detection" + }, + { + "code": "PSYCHOTHERAPY", + "display": "Psychotherapy", + "definition": "Use or disclosure of Psychotherapy Notes" + }, + { + "code": "TRAINING", + "display": "Training", + "definition": "Use or disclosure by the covered entity for its own training programs" + }, + { + "code": "LEGAL", + "display": "Legal", + "definition": "Use or disclosure by the covered entity to defend itself in a legal action" + }, + { + "code": "MARKETING", + "display": "Marketing", + "definition": "Marketing" + }, + { + "code": "DIRECTORY", + "display": "Directory", + "definition": "Use and disclosure for facility directories" + }, + { + "code": "FAMILY", + "display": "Family", + "definition": "Disclose to a family member, other relative, or a close personal friend of the individual" + }, + { + "code": "PRESENT", + "display": "Present", + "definition": "Uses and disclosures with the individual present." + }, + { + "code": "EMERGENCY", + "display": "Emergency", + "definition": "Permission cannot practicably be provided because of the individual's incapacity or an emergency." + }, + { + "code": "DISASTER", + "display": "Disaster", + "definition": "Use and disclosures for disaster relief purposes." + }, + { + "code": "PUBLICHEALTH", + "display": "Public Health", + "definition": "Uses and disclosures for public health activities." + }, + { + "code": "ABUSE", + "display": "Abuse", + "definition": "Disclosures about victims of abuse, neglect or domestic violence." + }, + { + "code": "OVERSIGHT", + "display": "Oversight", + "definition": "Uses and disclosures for health oversight activities." + }, + { + "code": "JUDICIAL", + "display": "Judicial", + "definition": "Disclosures for judicial and administrative proceedings." + }, + { + "code": "LAW", + "display": "Law Enforcement", + "definition": "Disclosures for law enforcement purposes." + }, + { + "code": "DECEASED", + "display": "Deceased", + "definition": "Uses and disclosures about decedents." + }, + { + "code": "DONATION", + "display": "Donation", + "definition": "Uses and disclosures for cadaveric organ, eye or tissue donation purposes" + }, + { + "code": "RESEARCH", + "display": "Research", + "definition": "Uses and disclosures for research purposes." + }, + { + "code": "THREAT", + "display": "Threat", + "definition": "Uses and disclosures to avert a serious threat to health or safety." + }, + { + "code": "GOVERNMENT", + "display": "Government", + "definition": "Uses and disclosures for specialized government functions." + }, + { + "code": "WORKERSCOMP", + "display": "Worker's Comp", + "definition": "Disclosures for workers' compensation." + }, + { + "code": "COVERAGE", + "display": "Coverage", + "definition": "Disclosures for insurance or disability coverage determination" + }, + { + "code": "REQUEST", + "display": "Request", + "definition": "Request of the Individual" + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.xml b/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.xml index adc543450..8445f01e9 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.xml +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/CodeSystem.xml @@ -1,53 +1,52 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="CodeSystem"/> - <text> - <status value="generated"/> + <id value="CodeSystem" /> + <text> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> - <h2> Code system summary example for ACME body sites</h2> - <div> - <p> This is an example code system summary for the ACME codes for body site.</p> - - </div> + <h2> Code system summary example for ACME body sites</h2> + <div> + <p> This is an example code system summary for the ACME codes for body site.</p> + </div> <p> This code system http://hl7.org/fhir/CodeSystem/summary defines many codes, but they are - not represented here</p> - </div> - </text> - <url value="http://hl7.org/fhir/CodeSystem/summary"/> - <version value="4.0.1"/> - <name value="Code system summary example for ACME body sites"/> - <status value="draft"/> - <experimental value="true"/> - <publisher value="HL7 International"/> - <contact> - <name value="FHIR project team"/> - <telecom> - <system value="url"/> - <value value="http://hl7.org/fhir"/> - </telecom> - </contact> - <description value="This is an example code system summary for the ACME codes for body site."/> - <useContext> - <code> - <system value="http://example.org/CodeSystem/contexttype"/> - <code value="species"/> - </code> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="337915000"/> - <display value="Homo sapiens (organism)"/> - </coding> - </valueCodeableConcept> - </useContext> - <jurisdiction> - <coding> - <system value="urn:iso:std:iso:3166"/> - <code value="CA"/> - </coding> - </jurisdiction> - <caseSensitive value="true"/> - <content value="not-present"/> - <count value="92"/> -</CodeSystem> \ No newline at end of file + not represented here</p> + </div> + </text> + <url value="http://hl7.org/fhir/CodeSystem/summary" /> + <version value="4.0.1" /> + <name value="Code system summary example for ACME body sites" /> + <status value="draft" /> + <experimental value="true" /> + <publisher value="HL7 International" /> + <contact> + <name value="FHIR project team" /> + <telecom> + <system value="url" /> + <value value="http://hl7.org/fhir" /> + </telecom> + </contact> + <description value="This is an example code system summary for the ACME codes for body site." /> + <useContext> + <code> + <system value="http://example.org/CodeSystem/contexttype" /> + <code value="species" /> + </code> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="337915000" /> + <display value="Homo sapiens (organism)" /> + </coding> + </valueCodeableConcept> + </useContext> + <jurisdiction> + <coding> + <system value="urn:iso:std:iso:3166" /> + <code value="CA" /> + </coding> + </jurisdiction> + <caseSensitive value="true" /> + <content value="not-present" /> + <count value="92" /> +</CodeSystem> diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.json b/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.json index ea36425a2..a7452e1c5 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.json +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.json @@ -1,120 +1,120 @@ { - "resourceType": "Observation", - "id": "Observation", - "meta": { - "profile": [ - "http://hl7.org/fhir/StructureDefinition/vitalsigns" + "resourceType": "Observation", + "id": "Observation", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + }, + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure-dar</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span>(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '85354-9' = 'Blood pressure panel with all children optional', given as 'Blood pressure panel with all children optional'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation code 'L' = 'Low', given as 'low'})</span></p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = 'Right upper arm', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = 'bp-s', given as 'Systolic Blood pressure'})</span></p><p><b>value</b>: 107 mmHg<span> (Details: UCUM code mm[Hg] = 'mmHg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Performed <span>(Details : {http://terminology.hl7.org/CodeSystem/data-absent-reason code 'not-performed' = 'Not Performed', given as 'Not Performed'})</span></p></blockquote></div>" + }, + "identifier": [ + { + "system": "urn:ietf:rfc:3986", + "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" + } + ], + "status": "final", + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category", + "code": "vital-signs", + "display": "Vital Signs" + } ] - }, - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blood-pressure-dar</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span>(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})</span></p><p><b>code</b>: Blood pressure systolic & diastolic <span>(Details : {LOINC code '85354-9' = 'Blood pressure panel with all children optional', given as 'Blood pressure panel with all children optional'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>effective</b>: 17/09/2012</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>interpretation</b>: Below low normal <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation code 'L' = 'Low', given as 'low'})</span></p><p><b>bodySite</b>: Right arm <span>(Details : {SNOMED CT code '368209003' = 'Right upper arm', given as 'Right arm'})</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span>(Details : {LOINC code '8480-6' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {SNOMED CT code '271649006' = 'Systolic blood pressure', given as 'Systolic blood pressure'}; {http://acme.org/devices/clinical-codes code 'bp-s' = 'bp-s', given as 'Systolic Blood pressure'})</span></p><p><b>value</b>: 107 mmHg<span> (Details: UCUM code mm[Hg] = 'mmHg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span>(Details : {LOINC code '8462-4' = 'Diastolic blood pressure', given as 'Diastolic blood pressure'})</span></p><p><b>dataAbsentReason</b>: Not Performed <span>(Details : {http://terminology.hl7.org/CodeSystem/data-absent-reason code 'not-performed' = 'Not Performed', given as 'Not Performed'})</span></p></blockquote></div>" - }, - "identifier": [ + } + ], + "code": { + "coding": [ { - "system": "urn:ietf:rfc:3986", - "value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" - } - ], - "status": "final", - "category": [ - { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "code": "vital-signs", - "display": "Vital Signs" - } - ] + "system": "http://loinc.org", + "code": "85354-9", + "display": "Blood pressure panel with all children optional" } ], - "code": { + "text": "Blood pressure systolic & diastolic" + }, + "subject": { + "reference": "Patient/example" + }, + "effectiveDateTime": "2012-09-17", + "performer": [ + { + "reference": "Practitioner/example" + } + ], + "interpretation": [ + { "coding": [ { - "system": "http://loinc.org", - "code": "85354-9", - "display": "Blood pressure panel with all children optional" + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", + "code": "L", + "display": "low" } ], - "text": "Blood pressure systolic & diastolic" - }, - "subject": { - "reference": "Patient/example" - }, - "effectiveDateTime": "2012-09-17", - "performer": [ + "text": "Below low normal" + } + ], + "bodySite": { + "coding": [ { - "reference": "Practitioner/example" + "system": "http://snomed.info/sct", + "code": "368209003", + "display": "Right arm" } - ], - "interpretation": [ - { + ] + }, + "component": [ + { + "code": { "coding": [ { - "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", - "code": "L", - "display": "low" + "system": "http://loinc.org", + "code": "8480-6", + "display": "Systolic blood pressure" + }, + { + "system": "http://snomed.info/sct", + "code": "271649006", + "display": "Systolic blood pressure" + }, + { + "system": "http://acme.org/devices/clinical-codes", + "code": "bp-s", + "display": "Systolic Blood pressure" } - ], - "text": "Below low normal" + ] + }, + "valueQuantity": { + "value": 107, + "unit": "mmHg", + "system": "http://unitsofmeasure.org", + "code": "mm[Hg]" } - ], - "bodySite": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "368209003", - "display": "Right arm" - } - ] }, - "component": [ - { - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "8480-6", - "display": "Systolic blood pressure" - }, - { - "system": "http://snomed.info/sct", - "code": "271649006", - "display": "Systolic blood pressure" - }, - { - "system": "http://acme.org/devices/clinical-codes", - "code": "bp-s", - "display": "Systolic Blood pressure" - } - ] - }, - "valueQuantity": { - "value": 107, - "unit": "mmHg", - "system": "http://unitsofmeasure.org", - "code": "mm[Hg]" - } + { + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "8462-4", + "display": "Diastolic blood pressure" + } + ] }, - { - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "8462-4", - "display": "Diastolic blood pressure" - } - ] - }, - "dataAbsentReason": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code": "not-performed", - "display": "Not Performed" - } - ] - } + "dataAbsentReason": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "not-performed", + "display": "Not Performed" + } + ] } - ] - } \ No newline at end of file + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.xml b/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.xml index 0622aaf14..a210cf9ae 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.xml +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/Observation.xml @@ -1,42 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation xmlns="http://hl7.org/fhir"> - <id value="Observation"/> - <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : 656</p> <p> <b> identifier</b> : patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820</p> <p> <b> status</b> : final</p> <p> <b> code</b> : MDC_FLOW_AWAY_EXP_FORCED_PEAK <span> (Details : {urn:iso:std:iso:11073:10101 code '152584' = '152584', given as 'MDC_FLOW_AWAY_EXP_FORCED - _PEAK'})</span> </p> <p> <b> subject</b> : <a> Patient/PatientId-patientId</a> </p> <p> <b> effective</b> : 03/05/2017 3:54:26 PM</p> <p> <b> performer</b> : <a> Patient/PatientId-patientId</a> </p> <p> <b> value</b> : 820 cL/s<span> (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')</span> </p> </div> </text> <identifier> - <value value="patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820"/> - </identifier> - <status value="final"/> - <code> - <coding> - <system value="urn:iso:std:iso:11073:10101"/> - <code value="152584"/> - <display value="MDC_FLOW_AWAY_EXP_FORCED_PEAK"/> - </coding> - </code> - <subject> - <reference value="Patient/PatientId-patientId"/> - </subject> - <effectiveDateTime value="2017-05-03T15:54:26-04:00"/> - <performer> - <reference value="Patient/PatientId-patientId"/> - </performer> - <valueQuantity> - <value value="820"/> - <unit value="cL/s"/> - <system value="urn:iso:std:iso:11073:10101"/> - <code value="265201"/> - </valueQuantity> + <id value="Observation" /> + <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : 656</p> <p> <b> identifier</b> : patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820</p> <p> <b> status</b> : final</p> <p> <b> code</b> : MDC_FLOW_AWAY_EXP_FORCED_PEAK <span> (Details : {urn:iso:std:iso:11073:10101 code '152584' = '152584', given as 'MDC_FLOW_AWAY_EXP_FORCED + _PEAK'})</span> </p> <p> <b> subject</b> : <a> Patient/PatientId-patientId</a> </p> <p> <b> effective</b> : 03/05/2017 3:54:26 PM</p> <p> <b> performer</b> : <a> Patient/PatientId-patientId</a> </p> <p> <b> value</b> : 820 cL/s<span> (Details: urn:iso:std:iso:11073:10101 code 265201 = '265201')</span> </p> </div> </text> <identifier> + <value value="patientId-urn:oid:1.2.4~0000000000000000~152584~20170503155426~820" /> + </identifier> + <status value="final" /> + <code> + <coding> + <system value="urn:iso:std:iso:11073:10101" /> + <code value="152584" /> + <display value="MDC_FLOW_AWAY_EXP_FORCED_PEAK" /> + </coding> + </code> + <subject> + <reference value="Patient/PatientId-patientId" /> + </subject> + <effectiveDateTime value="2017-05-03T15:54:26-04:00" /> + <performer> + <reference value="Patient/PatientId-patientId" /> + </performer> + <valueQuantity> + <value value="820" /> + <unit value="cL/s" /> + <system value="urn:iso:std:iso:11073:10101" /> + <code value="265201" /> + </valueQuantity> <!-- - -Removed the .related type qualified-by - if needed would be an extension +Removed the .related type qualified-by - if needed would be an extension <related> - <type value="qualified-by"/> + <type value="qualified-by" /> <target> <identifier> - <value value="3.14159.20170619185932"/> + <value value="3.14159.20170619185932" /> </identifier> </target> </related> --> -</Observation> \ No newline at end of file +</Observation> diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.json b/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.json index c194bcf0d..fe239d89c 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.json +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.json @@ -1,24 +1,24 @@ { - "resourceType": "OperationOutcome", - "id": "OperationOutcome", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>The code "W" is not known and not legal Patient.gender.</p>\n </div>" - }, - "issue": [ - { - "severity": "error", - "code": "code-invalid", - "details": { - "text": "The code \"W\" is not known and not legal in this context" - }, - "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", - "location": [ - "/f:Patient/f:gender" - ], - "expression": [ - "Patient.gender" - ] - } - ] - } \ No newline at end of file + "resourceType": "OperationOutcome", + "id": "OperationOutcome", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>The code "W" is not known and not legal Patient.gender.</p>\n </div>" + }, + "issue": [ + { + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The code \"W\" is not known and not legal in this context" + }, + "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453", + "location": [ + "/f:Patient/f:gender" + ], + "expression": [ + "Patient.gender" + ] + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.xml b/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.xml index 8cce5dad6..a9958ca38 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.xml +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/OperationOutcome.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <OperationOutcome xmlns="http://hl7.org/fhir"> - <id value="OperationOutcome"/> - <text> - <status value="generated"/> + <id value="OperationOutcome" /> + <text> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> - <p> All OK</p> - </div> - </text> - <issue> - <severity value="information"/> - <code value="informational"/> - <details> - <text value="All OK"/> - </details> - </issue> -</OperationOutcome> \ No newline at end of file + <p> All OK</p> + </div> + </text> + <issue> + <severity value="information" /> + <code value="informational" /> + <details> + <text value="All OK" /> + </details> + </issue> +</OperationOutcome> diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.json b/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.json index de4fc039e..2fe51d110 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.json +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.json @@ -1,116 +1,116 @@ { - "resourceType": "Patient", - "id": "Patient", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 738472983 (USUAL), ?? (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pieter van de Heuvel </p><p><b>telecom</b>: ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 17/11/1944</p><p><b>deceased</b>: false</p><p><b>address</b>: Van Egmondkade 23 Amsterdam 1024 RJ NLD (HOME)</p><p><b>maritalStatus</b>: Getrouwd <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married', given as 'Married'})</span></p><p><b>multipleBirth</b>: true</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Emergency Contact <span>(Details : {http://terminology.hl7.org/CodeSystem/v2-0131 code 'C' = 'Emergency Contact)</span></td><td>Sarah Abels </td><td>ph: 0690383372(MOBILE)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Nederlands <span>(Details : {urn:ietf:bcp:47 code 'nl' = 'Dutch', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>Burgers University Medical Centre</a></p></div>" + "resourceType": "Patient", + "id": "Patient", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>identifier</b>: 738472983 (USUAL), ?? (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pieter van de Heuvel </p><p><b>telecom</b>: ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 17/11/1944</p><p><b>deceased</b>: false</p><p><b>address</b>: Van Egmondkade 23 Amsterdam 1024 RJ NLD (HOME)</p><p><b>maritalStatus</b>: Getrouwd <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married', given as 'Married'})</span></p><p><b>multipleBirth</b>: true</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Emergency Contact <span>(Details : {http://terminology.hl7.org/CodeSystem/v2-0131 code 'C' = 'Emergency Contact)</span></td><td>Sarah Abels </td><td>ph: 0690383372(MOBILE)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Nederlands <span>(Details : {urn:ietf:bcp:47 code 'nl' = 'Dutch', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>Burgers University Medical Centre</a></p></div>" + }, + "identifier": [ + { + "use": "usual", + "system": "urn:oid:2.16.840.1.113883.2.4.6.3", + "value": "738472983" }, - "identifier": [ - { - "use": "usual", - "system": "urn:oid:2.16.840.1.113883.2.4.6.3", - "value": "738472983" - }, + { + "use": "usual", + "system": "urn:oid:2.16.840.1.113883.2.4.6.3" + } + ], + "active": true, + "name": [ + { + "use": "usual", + "family": "van de Heuvel", + "given": [ + "Pieter" + ], + "suffix": [ + "MSc" + ] + } + ], + "telecom": [ + { + "system": "phone", + "value": "0648352638", + "use": "mobile" + }, + { + "system": "email", + "value": "p.heuvel@gmail.com", + "use": "home" + } + ], + "gender": "male", + "birthDate": "1944-11-17", + "deceasedBoolean": false, + "address": [ + { + "use": "home", + "line": [ + "Van Egmondkade 23" + ], + "city": "Amsterdam", + "postalCode": "1024 RJ", + "country": "NLD" + } + ], + "maritalStatus": { + "coding": [ { - "use": "usual", - "system": "urn:oid:2.16.840.1.113883.2.4.6.3" + "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus", + "code": "M", + "display": "Married" } ], - "active": true, - "name": [ - { + "text": "Getrouwd" + }, + "multipleBirthBoolean": true, + "contact": [ + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C" + } + ] + } + ], + "name": { "use": "usual", - "family": "van de Heuvel", + "family": "Abels", "given": [ - "Pieter" - ], - "suffix": [ - "MSc" + "Sarah" ] - } - ], - "telecom": [ - { - "system": "phone", - "value": "0648352638", - "use": "mobile" }, - { - "system": "email", - "value": "p.heuvel@gmail.com", - "use": "home" - } - ], - "gender": "male", - "birthDate": "1944-11-17", - "deceasedBoolean": false, - "address": [ - { - "use": "home", - "line": [ - "Van Egmondkade 23" - ], - "city": "Amsterdam", - "postalCode": "1024 RJ", - "country": "NLD" - } - ], - "maritalStatus": { - "coding": [ + "telecom": [ { - "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus", - "code": "M", - "display": "Married" + "system": "phone", + "value": "0690383372", + "use": "mobile" } - ], - "text": "Getrouwd" - }, - "multipleBirthBoolean": true, - "contact": [ - { - "relationship": [ + ] + } + ], + "communication": [ + { + "language": { + "coding": [ { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0131", - "code": "C" - } - ] + "system": "urn:ietf:bcp:47", + "code": "nl", + "display": "Dutch" } ], - "name": { - "use": "usual", - "family": "Abels", - "given": [ - "Sarah" - ] - }, - "telecom": [ - { - "system": "phone", - "value": "0690383372", - "use": "mobile" - } - ] - } - ], - "communication": [ - { - "language": { - "coding": [ - { - "system": "urn:ietf:bcp:47", - "code": "nl", - "display": "Dutch" - } - ], - "text": "Nederlands" - }, - "preferred": true - } - ], - "managingOrganization": { - "reference": "Organization/f001", - "display": "Burgers University Medical Centre" + "text": "Nederlands" + }, + "preferred": true } - } \ No newline at end of file + ], + "managingOrganization": { + "reference": "Organization/f001", + "display": "Burgers University Medical Centre" + } +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.xml b/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.xml index 93f5c6c4a..01cdd02d9 100644 --- a/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.xml +++ b/tests/Integration.Test/data/fhir/4.0.1 R4/Patient.xml @@ -1,35 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> - <id value="Patient"/> - <text> - <status value="generated"/> + <id value="Patient" /> + <text> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> - - <p> Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</p> - - </div> - </text> - <identifier> - <use value="usual"/> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> - <code value="MR"/> - </coding> - </type> - <system value="urn:oid:0.1.2.3.4.5.6.7"/> - <value value="654321"/> - </identifier> - <active value="true"/> - <name> - <use value="official"/> - <family value="Donald"/> - <given value="Duck"/> - </name> - <gender value="male"/> - <photo> - <contentType value="image/gif"/> + + <p> Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</p> + </div> + </text> + <identifier> + <use value="usual" /> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> + <code value="MR" /> + </coding> + </type> + <system value="urn:oid:0.1.2.3.4.5.6.7" /> + <value value="654321" /> + </identifier> + <active value="true" /> + <name> + <use value="official" /> + <family value="Donald" /> + <given value="Duck" /> + </name> + <gender value="male" /> + <photo> + <contentType value="image/gif" /> <data value="R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/v If/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf/////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////// @@ -43,28 +42,28 @@ ////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGEC DxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQa RDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUj - NEiaNMKAAAA7"/> - </photo> - <contact> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <code value="E"/> - </coding> - </relationship> - <organization> - <reference value="Organization/1"/> - <display value="Walt Disney Corporation"/> - </organization> - </contact> - <managingOrganization> - <reference value="Organization/1"/> - <display value="ACME Healthcare, Inc"/> - </managingOrganization> - <link> - <other> - <reference value="Patient/pat2"/> - </other> - <type value="seealso"/> - </link> -</Patient> \ No newline at end of file + NEiaNMKAAAA7" /> + </photo> + <contact> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <code value="E" /> + </coding> + </relationship> + <organization> + <reference value="Organization/1" /> + <display value="Walt Disney Corporation" /> + </organization> + </contact> + <managingOrganization> + <reference value="Organization/1" /> + <display value="ACME Healthcare, Inc" /> + </managingOrganization> + <link> + <other> + <reference value="Patient/pat2" /> + </other> + <type value="seealso" /> + </link> +</Patient> diff --git a/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.json b/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.json index 31cb970ec..2f1739770 100644 --- a/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.json +++ b/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.json @@ -1,243 +1,243 @@ { - "resourceType": "Bundle", - "id": "Bundle", - "type": "collection", - "entry": [ - { - "fullUrl": "http://example.org/fhir/Patient/23", - "resource": { - "resourceType": "Patient", - "id": "23", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( id: 1234567)</p></div>" - }, - "identifier": [ + "resourceType": "Bundle", + "id": "Bundle", + "type": "collection", + "entry": [ + { + "fullUrl": "http://example.org/fhir/Patient/23", + "resource": { + "resourceType": "Patient", + "id": "23", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( id: 1234567)</p></div>" + }, + "identifier": [ + { + "system": "http://example.org/ids", + "value": "1234567" + } + ] + } + }, + { + "fullUrl": "urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d", + "resource": { + "resourceType": "Patient", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Anonymous Patient</b> (no stated gender), DoB Unknown</p></div>" + } + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/123", + "resource": { + "resourceType": "Observation", + "id": "123", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "123" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/23</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ { - "system": "http://example.org/ids", - "value": "1234567" + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" } ] + }, + "subject": { + "reference": "Patient/23" } - }, - { - "fullUrl": "urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d", - "resource": { - "resourceType": "Patient", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Anonymous Patient</b> (no stated gender), DoB Unknown</p></div>" - } - } - }, - { - "fullUrl": "http://example.org/fhir/Observation/123", - "resource": { - "resourceType": "Observation", - "id": "123", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "123" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/23</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "Patient/23" - } - } - }, - { - "fullUrl": "http://example.org/fhir/Observation/124", - "resource": { - "resourceType": "Observation", - "id": "124", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "124" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">http://example.org/fhir/Patient/23</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "http://example.org/fhir/Patient/23" - } - } - }, - { - "fullUrl": "http://example.org/fhir/Observation/12", - "resource": { - "resourceType": "Observation", - "id": "12", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "12" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d" - } - } - }, - { - "fullUrl": "http://example.org/fhir/Observation/14", - "resource": { - "resourceType": "Observation", - "id": "14", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "14" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">http://example.org/fhir-2/Patient/1</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "http://example.org/fhir-2/Patient/1" - } + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/124", + "resource": { + "resourceType": "Observation", + "id": "124", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "124" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">http://example.org/fhir/Patient/23</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" + } + ] + }, + "subject": { + "reference": "http://example.org/fhir/Patient/23" } - }, - { - "fullUrl": "http://example.org/fhir-2/Observation/14", - "resource": { - "resourceType": "Observation", - "id": "14", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "14" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/23</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "Patient/23" - } + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/12", + "resource": { + "resourceType": "Observation", + "id": "12", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "12" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" + } + ] + }, + "subject": { + "reference": "urn:uuid:04121321-4af5-424c-a0e1-ed3aab1c349d" } - }, - { - "fullUrl": "http://example.org/fhir/Patient/45", - "resource": { - "resourceType": "Patient", - "id": "45", - "meta": { - "versionId": "1" - }, - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Name 1</b> (no stated gender), DoB Unknown</p></div>" - }, - "name": [ + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/14", + "resource": { + "resourceType": "Observation", + "id": "14", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "14" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">http://example.org/fhir-2/Patient/1</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ { - "text": "Name 1" + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" } ] + }, + "subject": { + "reference": "http://example.org/fhir-2/Patient/1" } - }, - { - "fullUrl": "http://example.org/fhir/Patient/45", - "resource": { - "resourceType": "Patient", - "id": "45", - "meta": { - "versionId": "2" - }, - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Name 2</b> (no stated gender), DoB Unknown</p></div>" - }, - "name": [ + } + }, + { + "fullUrl": "http://example.org/fhir-2/Observation/14", + "resource": { + "resourceType": "Observation", + "id": "14", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "14" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/23</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ { - "text": "Name 2" + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" } ] + }, + "subject": { + "reference": "Patient/23" } - }, - { - "fullUrl": "http://example.org/fhir/Observation/47", - "resource": { - "resourceType": "Observation", - "id": "47", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "47" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/45/_history/2</a></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "reference": "Patient/45/_history/2" + } + }, + { + "fullUrl": "http://example.org/fhir/Patient/45", + "resource": { + "resourceType": "Patient", + "id": "45", + "meta": { + "versionId": "1" + }, + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Name 1</b> (no stated gender), DoB Unknown</p></div>" + }, + "name": [ + { + "text": "Name 1" } + ] + } + }, + { + "fullUrl": "http://example.org/fhir/Patient/45", + "resource": { + "resourceType": "Patient", + "id": "45", + "meta": { + "versionId": "2" + }, + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Name 2</b> (no stated gender), DoB Unknown</p></div>" + }, + "name": [ + { + "text": "Name 2" + } + ] + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/47", + "resource": { + "resourceType": "Observation", + "id": "47", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "47" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <a href=\"todo.html\">Patient/45/_history/2</a></p></div>" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" + } + ] + }, + "subject": { + "reference": "Patient/45/_history/2" } - }, - { - "fullUrl": "http://example.org/fhir/Observation/48", - "resource": { - "resourceType": "Observation", - "id": "48", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "48" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <span/></p></div>" - }, - "status": "final", - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "15074-8", - "display": "Glucose [Moles/volume] in Blood" - } - ] - }, - "subject": { - "identifier": { - "system": "http://example.org/ids", - "value": "1234567" + } + }, + { + "fullUrl": "http://example.org/fhir/Observation/48", + "resource": { + "resourceType": "Observation", + "id": "48", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource "48" </p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose [Moles/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#15074-8)</span></p><p><b>subject</b>: <span/></p></div>" + }, + "status": "final", + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "15074-8", + "display": "Glucose [Moles/volume] in Blood" } + ] + }, + "subject": { + "identifier": { + "system": "http://example.org/ids", + "value": "1234567" } } } - ] - } \ No newline at end of file + } + ] +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.xml b/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.xml index 981f71a27..3bed33981 100644 --- a/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.xml +++ b/tests/Integration.Test/data/fhir/4.3.0 R4B/Bundle.xml @@ -1,152 +1,152 @@ <?xml version="1.0" encoding="UTF-8"?> <Bundle xmlns="http://hl7.org/fhir"> - <id value="Bundle"/> + <id value="Bundle" /> <!-- this example bundle is a transaction response --> - <meta> - <lastUpdated value="2014-08-18T01:43:33Z"/> + <meta> + <lastUpdated value="2014-08-18T01:43:33Z" /> <!-- when the transaction response was constructed --> - </meta> - <type value="transaction-response"/> -<!-- - one entry for each entry in the transaction, in order, with a + </meta> + <type value="transaction-response" /> +<!-- + one entry for each entry in the transaction, in order, with a response --> - <entry> - <fullUrl value="http://example.org/fhir/Patient/12423"/> - <resource> + <entry> + <fullUrl value="http://example.org/fhir/Patient/12423" /> + <resource> <!-- response for the simple create operation --> <!-- whether to return the result resource depends on client preference --> - <Patient> - <id value="12423"/> - <meta> - <versionId value="1"/> - <lastUpdated value="2014-08-18T01:43:31Z"/> - </meta> - <text> - <status value="generated"/> - <div xmlns="http://www.w3.org/1999/xhtml">Some narrative</div> - </text> - <active value="true"/> - <name> - <use value="official"/> - <family value="Chalmers"/> - <given value="Peter"/> - <given value="James"/> - </name> - <gender value="male"/> - <birthDate value="1974-12-25"/> - </Patient> - </resource> + <Patient> + <id value="12423" /> + <meta> + <versionId value="1" /> + <lastUpdated value="2014-08-18T01:43:31Z" /> + </meta> + <text> + <status value="generated" /> + <div xmlns="http://www.w3.org/1999/xhtml">Some narrative</div> + </text> + <active value="true" /> + <name> + <use value="official" /> + <family value="Chalmers" /> + <given value="Peter" /> + <given value="James" /> + </name> + <gender value="male" /> + <birthDate value="1974-12-25" /> + </Patient> + </resource> <!-- now, details about the action to take with the resource --> - <response> + <response> <!-- important responses from the server --> - <status value="201 Created"/> - <location value="Patient/12423/_history/1"/> - <etag value="W/"1""/> - <lastModified value="2014-08-18T01:43:33Z"/> - <outcome> - <OperationOutcome> - <issue> - <severity value="warning"/> - <code value="not-found"/> - <details> - <text value="The Managing organization was not known and was deleted"/> - </details> - <expression value="Patient.managingOrganization"/> - </issue> - </OperationOutcome> - </outcome> - </response> - </entry> - <entry> + <status value="201 Created" /> + <location value="Patient/12423/_history/1" /> + <etag value="W/"1"" /> + <lastModified value="2014-08-18T01:43:33Z" /> + <outcome> + <OperationOutcome> + <issue> + <severity value="warning" /> + <code value="not-found" /> + <details> + <text value="The Managing organization was not known and was deleted" /> + </details> + <expression value="Patient.managingOrganization" /> + </issue> + </OperationOutcome> + </outcome> + </response> + </entry> + <entry> <!-- response to the conditional create operation --> <!-- in this case, there was a match to the If-None-Exist header --> - <response> + <response> <!-- no action taken --> - <status value="200 OK"/> - </response> - </entry> - <entry> + <status value="200 OK" /> + </response> + </entry> + <entry> <!-- response to a simple update operation --> - <!-- no return resource for this example, though in a - real transaction, all entries would have a resource or all would not + <!-- no return resource for this example, though in a + real transaction, all entries would have a resource or all would not --> - <response> - <status value="200 OK"/> - <location value="Patient/123/_history/4"/> - <etag value="W/"4""/> - </response> - </entry> - <entry> + <response> + <status value="200 OK" /> + <location value="Patient/123/_history/4" /> + <etag value="W/"4"" /> + </response> + </entry> + <entry> <!-- response to the conditional update operation --> - <response> + <response> <!-- created a new resource for this one --> - <status value="201 Created"/> - <location value="Patient/12424/_history/1"/> - <etag value="W/"1""/> - </response> - </entry> - <entry> + <status value="201 Created" /> + <location value="Patient/12424/_history/1" /> + <etag value="W/"1"" /> + </response> + </entry> + <entry> <!-- response to the 2nd conditional update operation --> - <response> + <response> <!-- created a new resource for this one --> - <status value="200 ok"/> - <location value="Patient/123a/_history/3"/> - <etag value="W/"3""/> - </response> - </entry> - <entry> + <status value="200 ok" /> + <location value="Patient/123a/_history/3" /> + <etag value="W/"3"" /> + </response> + </entry> + <entry> <!-- response to the simple delete operation --> - <response> + <response> <!-- successful deletion --> - <status value="202 Accepted"/> - </response> - </entry> - <entry> + <status value="202 Accepted" /> + </response> + </entry> + <entry> <!-- response to the conditional delete operation --> - <response> + <response> <!-- delete matching resource - but you can't find out what was deleted - an inherent limitation in a condition delete --> - <status value="DELETE"/> - </response> - </entry> - <entry> - <fullUrl value="urn:uuid:7f9724ed-ef8d-4434-aacb-41869db83233"/> - <resource> + <status value="DELETE" /> + </response> + </entry> + <entry> + <fullUrl value="urn:uuid:7f9724ed-ef8d-4434-aacb-41869db83233" /> + <resource> <!-- operation response --> - <Parameters> - <parameter> - <name value="name"/> - <valueString value="LOINC"/> - </parameter> + <Parameters> + <parameter> + <name value="name" /> + <valueString value="LOINC" /> + </parameter> <!-- etc. --> - </Parameters> - </resource> - <response> + </Parameters> + </resource> + <response> <!-- POST to [base]/ValueSet/$lookup - invoking a lookup operation (see Terminology Service) --> - <status value="200 ok"/> - </response> - </entry> - <entry> - <fullUrl value="urn:uuid:e7bcef8e-5ef9-4d2b-87d5-b42b1eec9125"/> - <resource> + <status value="200 ok" /> + </response> + </entry> + <entry> + <fullUrl value="urn:uuid:e7bcef8e-5ef9-4d2b-87d5-b42b1eec9125" /> + <resource> <!-- response to search --> - <Bundle> - <id value="fb6ed6cb-324e-4588-87cd-0c92c68986ca"/> - <type value="searchset"/> + <Bundle> + <id value="fb6ed6cb-324e-4588-87cd-0c92c68986ca" /> + <type value="searchset" /> <!-- etc. --> - </Bundle> - </resource> - <response> - <status value="200 OK"/> - </response> - </entry> - <entry> + </Bundle> + </resource> + <response> + <status value="200 OK" /> + </response> + </entry> + <entry> <!-- response to conditional read - no changes --> - <response> - <status value="304 Not Modified"/> - </response> - </entry> -</Bundle> \ No newline at end of file + <response> + <status value="304 Not Modified" /> + </response> + </entry> +</Bundle> diff --git a/tests/Integration.Test/data/fhir/4.3.0 R4B/Observation.xml b/tests/Integration.Test/data/fhir/4.3.0 R4B/Observation.xml index f2d91cb6b..30ed17a48 100644 --- a/tests/Integration.Test/data/fhir/4.3.0 R4B/Observation.xml +++ b/tests/Integration.Test/data/fhir/4.3.0 R4B/Observation.xml @@ -1,57 +1,57 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation xmlns="http://hl7.org/fhir"> - <id value="Observation"/> <!-- urn:oid:2.16.840.1.113883.4.642.1.7 --><!-- 2.16.840.1.113883.4.642.1.118 --><text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px - solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "f001" </p> </div> <p> <b> identifier</b> : id: 6323 (OFFICIAL)</p> <p> <b> status</b> : final</p> <p> <b> code</b> : Glucose [Moles/volume] in Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a> #15074-8)</span> </p> <p> <b> subject</b> : <a href="patient-f001.html">Patient/f001: P. van de Heuvel</a> "Pieter VAN DE HEUVEL"</p> <p> <b> effective</b> : 2013-04-02T09:30:10+01:00 --> (ongoing)</p> <p> <b> issued</b> : 04/04/2013 1:30:10 AM</p> <p> <b> performer</b> : <a href="practitioner-f005.html">Practitioner/f005: A. Langeveld</a> "Langeveld ANNE"</p> <p> <b> value</b> : 6.3 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </p> <p> <b> interpretation</b> : High <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a> #H)</span> </p> <h3> ReferenceRanges</h3> <table class="grid"><tr> <td> -</td> <td> <b> Low</b> </td> <td> <b> High</b> </td> </tr> <tr> <td> *</td> <td> 3.1 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </td> <td> 6.2 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </td> </tr> </table> </div> </text> <identifier> - <use value="official"/> - <system value="http://www.bmc.nl/zorgportal/identifiers/observations"/> - <value value="6323"/> - </identifier> - <status value="final"/> - <code> - <coding> - <system value="http://loinc.org"/> - <code value="15074-8"/> - <display value="Glucose [Moles/volume] in Blood"/> - </coding> - </code> - <subject> - <reference value="Patient/f001"/> - <display value="P. van de Heuvel"/> - </subject> - <effectivePeriod> - <start value="2013-04-02T09:30:10+01:00"/> - </effectivePeriod> - <issued value="2013-04-03T15:30:10+01:00"/> - <performer> - <reference value="Practitioner/f005"/> - <display value="A. Langeveld"/> - </performer> - <valueQuantity> - <value value="6.3"/> - <unit value="mmol/l"/> - <system value="http://unitsofmeasure.org"/> - <code value="mmol/L"/> - </valueQuantity> - <interpretation> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <code value="H"/> - <display value="High"/> - </coding> - </interpretation> - <referenceRange> - <low> - <value value="3.1"/> - <unit value="mmol/l"/> - <system value="http://unitsofmeasure.org"/> - <code value="mmol/L"/> - </low> - <high> - <value value="6.2"/> - <unit value="mmol/l"/> - <system value="http://unitsofmeasure.org"/> - <code value="mmol/L"/> - </high> - </referenceRange> -</Observation> \ No newline at end of file + <id value="Observation" /> <!-- urn:oid:2.16.840.1.113883.4.642.1.7 --><!-- 2.16.840.1.113883.4.642.1.118 --><text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px + solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "f001" </p> </div> <p> <b> identifier</b> : id: 6323 (OFFICIAL)</p> <p> <b> status</b> : final</p> <p> <b> code</b> : Glucose [Moles/volume] in Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a> #15074-8)</span> </p> <p> <b> subject</b> : <a href="patient-f001.html">Patient/f001: P. van de Heuvel</a> "Pieter VAN DE HEUVEL"</p> <p> <b> effective</b> : 2013-04-02T09:30:10+01:00 --> (ongoing)</p> <p> <b> issued</b> : 04/04/2013 1:30:10 AM</p> <p> <b> performer</b> : <a href="practitioner-f005.html">Practitioner/f005: A. Langeveld</a> "Langeveld ANNE"</p> <p> <b> value</b> : 6.3 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </p> <p> <b> interpretation</b> : High <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a> #H)</span> </p> <h3> ReferenceRanges</h3> <table class="grid"><tr> <td> -</td> <td> <b> Low</b> </td> <td> <b> High</b> </td> </tr> <tr> <td> *</td> <td> 3.1 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </td> <td> 6.2 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/L = 'mmol/L')</span> </td> </tr> </table> </div> </text> <identifier> + <use value="official" /> + <system value="http://www.bmc.nl/zorgportal/identifiers/observations" /> + <value value="6323" /> + </identifier> + <status value="final" /> + <code> + <coding> + <system value="http://loinc.org" /> + <code value="15074-8" /> + <display value="Glucose [Moles/volume] in Blood" /> + </coding> + </code> + <subject> + <reference value="Patient/f001" /> + <display value="P. van de Heuvel" /> + </subject> + <effectivePeriod> + <start value="2013-04-02T09:30:10+01:00" /> + </effectivePeriod> + <issued value="2013-04-03T15:30:10+01:00" /> + <performer> + <reference value="Practitioner/f005" /> + <display value="A. Langeveld" /> + </performer> + <valueQuantity> + <value value="6.3" /> + <unit value="mmol/l" /> + <system value="http://unitsofmeasure.org" /> + <code value="mmol/L" /> + </valueQuantity> + <interpretation> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <code value="H" /> + <display value="High" /> + </coding> + </interpretation> + <referenceRange> + <low> + <value value="3.1" /> + <unit value="mmol/l" /> + <system value="http://unitsofmeasure.org" /> + <code value="mmol/L" /> + </low> + <high> + <value value="6.2" /> + <unit value="mmol/l" /> + <system value="http://unitsofmeasure.org" /> + <code value="mmol/L" /> + </high> + </referenceRange> +</Observation> diff --git a/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.json b/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.json index 8d3da9b6c..65573f2a7 100644 --- a/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.json +++ b/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.json @@ -1,112 +1,112 @@ { - "resourceType": "Patient", - "id": "Patient", - "text": { - "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Id</td>\n \n <td>Kenzi (Dog: Golden Retriever)</td>\n \n </tr>\n \n <tr>\n \n <td>Owner</td>\n \n <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>Dog Tag: 1234123 (Maroondah City Council)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" - }, - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension": [ - { - "url": "species", - "valueCodeableConcept": { - "coding": [ - { - "system": "http://hl7.org/fhir/animal-species", - "code": "canislf", - "display": "Dog" - } - ] - } - }, - { - "url": "breed", - "valueCodeableConcept": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "58108001", - "display": "Golden retriever" - }, - { - "system": "http://example.org/fhir/CodeSystem/animal-breed", - "code": "gret", - "display": "Golden Retriever" - } - ] - } - }, - { - "url": "genderStatus", - "valueCodeableConcept": { - "coding": [ - { - "system": "http://hl7.org/fhir/animal-genderstatus", - "code": "neutered" - } - ] - } + "resourceType": "Patient", + "id": "Patient", + "text": { + "status": "generated", + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <table>\n \n <tbody>\n \n <tr>\n \n <td>Id</td>\n \n <td>Kenzi (Dog: Golden Retriever)</td>\n \n </tr>\n \n <tr>\n \n <td>Owner</td>\n \n <td>Peter Chalmers, 534 Erewhon, Pleasantville, Vic, 3999</td>\n \n </tr>\n \n <tr>\n \n <td>Contacts</td>\n \n <td>Work: (03) 5555 6473</td>\n \n </tr>\n \n <tr>\n \n <td>Id</td>\n \n <td>Dog Tag: 1234123 (Maroondah City Council)</td>\n \n </tr>\n \n </tbody>\n \n </table>\n \n </div>" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension": [ + { + "url": "species", + "valueCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/animal-species", + "code": "canislf", + "display": "Dog" + } + ] } - ] - } - ], - "identifier": [ - { - "type": { - "text": "Dog Tag" - }, - "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx", - "value": "1234123", - "period": { - "start": "2010-05-31" }, - "assigner": { - "display": "Maroondah City Council" - } - } - ], - "active": true, - "name": [ - { - "use": "usual", - "given": [ - "Kenzi" - ] - } - ], - "gender": "female", - "birthDate": "2010-03-23", - "contact": [ - { - "relationship": [ - { + { + "url": "breed", + "valueCodeableConcept": { "coding": [ { - "system": "http://terminology.hl7.org/CodeSystem/v2-0131", - "code": "C" + "system": "http://snomed.info/sct", + "code": "58108001", + "display": "Golden retriever" + }, + { + "system": "http://example.org/fhir/CodeSystem/animal-breed", + "code": "gret", + "display": "Golden Retriever" } ] } - ], - "name": { - "family": "Chalmers", - "given": [ - "Peter", - "James" - ] }, - "telecom": [ - { - "system": "phone", - "value": "(03) 5555 6473", - "use": "work" + { + "url": "genderStatus", + "valueCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/animal-genderstatus", + "code": "neutered" + } + ] } - ] + } + ] + } + ], + "identifier": [ + { + "type": { + "text": "Dog Tag" + }, + "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx", + "value": "1234123", + "period": { + "start": "2010-05-31" + }, + "assigner": { + "display": "Maroondah City Council" } - ], - "managingOrganization": { - "display": "Pete's Vetinary Services" } - } \ No newline at end of file + ], + "active": true, + "name": [ + { + "use": "usual", + "given": [ + "Kenzi" + ] + } + ], + "gender": "female", + "birthDate": "2010-03-23", + "contact": [ + { + "relationship": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "code": "C" + } + ] + } + ], + "name": { + "family": "Chalmers", + "given": [ + "Peter", + "James" + ] + }, + "telecom": [ + { + "system": "phone", + "value": "(03) 5555 6473", + "use": "work" + } + ] + } + ], + "managingOrganization": { + "display": "Pete's Vetinary Services" + } +} \ No newline at end of file diff --git a/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.xml b/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.xml index 5345703fa..0c3e379fe 100644 --- a/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.xml +++ b/tests/Integration.Test/data/fhir/4.3.0 R4B/Patient.xml @@ -1,159 +1,159 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> - <id value="Patient"/> - <text> - <status value="generated"/> + <id value="Patient" /> + <text> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> - <table> - <tbody> - <tr> - <td> Name</td> - <td> Peter James + <table> + <tbody> + <tr> + <td> Name</td> + <td> Peter James <b> Chalmers</b> ("Jim") - </td> - </tr> - <tr> - <td> Address</td> - <td> 534 Erewhon, Pleasantville, Vic, 3999</td> - </tr> - <tr> - <td> Contacts</td> - <td> Home: unknown. Work: (03) 5555 6473</td> - </tr> - <tr> - <td> Id</td> - <td> MRN: 12345 (Acme Healthcare)</td> - </tr> - </tbody> - </table> - </div> - </text> + </td> + </tr> + <tr> + <td> Address</td> + <td> 534 Erewhon, Pleasantville, Vic, 3999</td> + </tr> + <tr> + <td> Contacts</td> + <td> Home: unknown. Work: (03) 5555 6473</td> + </tr> + <tr> + <td> Id</td> + <td> MRN: 12345 (Acme Healthcare)</td> + </tr> + </tbody> + </table> + </div> + </text> <!-- MRN assigned by ACME healthcare on 6-May 2001 --> - <identifier> - <use value="usual"/> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> - <code value="MR"/> - </coding> - </type> - <system value="urn:oid:1.2.36.146.595.217.0.1"/> - <value value="12345"/> - <period> - <start value="2001-05-06"/> - </period> - <assigner> - <display value="Acme Healthcare"/> - </assigner> - </identifier> - <active value="true"/> + <identifier> + <use value="usual" /> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> + <code value="MR" /> + </coding> + </type> + <system value="urn:oid:1.2.36.146.595.217.0.1" /> + <value value="12345" /> + <period> + <start value="2001-05-06" /> + </period> + <assigner> + <display value="Acme Healthcare" /> + </assigner> + </identifier> + <active value="true" /> <!-- Peter James Chalmers, but called "Jim" --> - <name> - <use value="official"/> - <family value="Chalmers"/> - <given value="Peter"/> - <given value="James"/> - </name> - <name> - <use value="usual"/> - <given value="Jim"/> - </name> - <name> + <name> + <use value="official" /> + <family value="Chalmers" /> + <given value="Peter" /> + <given value="James" /> + </name> + <name> + <use value="usual" /> + <given value="Jim" /> + </name> + <name> <!-- Maiden names apply for anyone whose name changes as a result of marriage - irrespective of gender --> - <use value="maiden"/> - <family value="Windsor"/> - <given value="Peter"/> - <given value="James"/> - <period> - <end value="2002"/> - </period> - </name> - <telecom> - <use value="home"/> + <use value="maiden" /> + <family value="Windsor" /> + <given value="Peter" /> + <given value="James" /> + <period> + <end value="2002" /> + </period> + </name> + <telecom> + <use value="home" /> <!-- home communication details aren't known --> - </telecom> - <telecom> - <system value="phone"/> - <value value="(03) 5555 6473"/> - <use value="work"/> - <rank value="1"/> - </telecom> - <telecom> - <system value="phone"/> - <value value="(03) 3410 5613"/> - <use value="mobile"/> - <rank value="2"/> - </telecom> - <telecom> - <system value="phone"/> - <value value="(03) 5555 8834"/> - <use value="old"/> - <period> - <end value="2014"/> - </period> - </telecom> + </telecom> + <telecom> + <system value="phone" /> + <value value="(03) 5555 6473" /> + <use value="work" /> + <rank value="1" /> + </telecom> + <telecom> + <system value="phone" /> + <value value="(03) 3410 5613" /> + <use value="mobile" /> + <rank value="2" /> + </telecom> + <telecom> + <system value="phone" /> + <value value="(03) 5555 8834" /> + <use value="old" /> + <period> + <end value="2014" /> + </period> + </telecom> <!-- use FHIR code system for male / female --> - <gender value="male"/> + <gender value="male" /> <birthDate value="1974-12-25"> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> - <valueDateTime value="1974-12-25T14:35:45-05:00"/> - </extension> - </birthDate> - <deceasedBoolean value="false"/> - <address> - <use value="home"/> - <type value="both"/> - <text value="534 Erewhon St PeasantVille, Rainbow, Vic 3999"/> - <line value="534 Erewhon St"/> - <city value="PleasantVille"/> - <district value="Rainbow"/> - <state value="Vic"/> - <postalCode value="3999"/> - <period> - <start value="1974-12-25"/> - </period> - </address> - <contact> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <code value="N"/> - </coding> - </relationship> - <name> + <valueDateTime value="1974-12-25T14:35:45-05:00" /> + </extension> + </birthDate> + <deceasedBoolean value="false" /> + <address> + <use value="home" /> + <type value="both" /> + <text value="534 Erewhon St PeasantVille, Rainbow, Vic 3999" /> + <line value="534 Erewhon St" /> + <city value="PleasantVille" /> + <district value="Rainbow" /> + <state value="Vic" /> + <postalCode value="3999" /> + <period> + <start value="1974-12-25" /> + </period> + </address> + <contact> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <code value="N" /> + </coding> + </relationship> + <name> <family value="du Marché"> <!-- the "du" part is a family name prefix (VV in iso 21090) --> <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"> - <valueString value="VV"/> - </extension> - </family> - <given value="Bénédicte"/> - </name> - <telecom> - <system value="phone"/> - <value value="+33 (237) 998327"/> - </telecom> - <address> - <use value="home"/> - <type value="both"/> - <line value="534 Erewhon St"/> - <city value="PleasantVille"/> - <district value="Rainbow"/> - <state value="Vic"/> - <postalCode value="3999"/> - <period> - <start value="1974-12-25"/> - </period> - </address> - <gender value="female"/> - <period> + <valueString value="VV" /> + </extension> + </family> + <given value="Bénédicte" /> + </name> + <telecom> + <system value="phone" /> + <value value="+33 (237) 998327" /> + </telecom> + <address> + <use value="home" /> + <type value="both" /> + <line value="534 Erewhon St" /> + <city value="PleasantVille" /> + <district value="Rainbow" /> + <state value="Vic" /> + <postalCode value="3999" /> + <period> + <start value="1974-12-25" /> + </period> + </address> + <gender value="female" /> + <period> <!-- The contact relationship started in 2012 --> - <start value="2012"/> - </period> - </contact> - <managingOrganization> - <reference value="Organization/1"/> - </managingOrganization> -</Patient> \ No newline at end of file + <start value="2012" /> + </period> + </contact> + <managingOrganization> + <reference value="Organization/1" /> + </managingOrganization> +</Patient> From af0e82399561459f7f337dfaec7f62b7511825e5 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 00:29:58 +0000 Subject: [PATCH 10/31] Update test run script Signed-off-by: Victor Chang <vicchang@nvidia.com> --- global.json | 4 +- .../Logging/Log.100.200.ScpService.cs | 4 +- .../Services/Scp/ScpService.cs | 2 +- tests/Integration.Test/.env.dev | 1 - tests/Integration.Test/docker-compose.yml | 123 ------------------ tests/Integration.Test/run.sh | 85 +++--------- 6 files changed, 26 insertions(+), 193 deletions(-) delete mode 100644 tests/Integration.Test/.env.dev delete mode 100644 tests/Integration.Test/docker-compose.yml diff --git a/global.json b/global.json index 447ef4324..8b45220dd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.400", + "version": "6.0.110", "rollForward": "latestFeature" } -} \ No newline at end of file +} diff --git a/src/InformaticsGateway/Logging/Log.100.200.ScpService.cs b/src/InformaticsGateway/Logging/Log.100.200.ScpService.cs index 1075403be..4e5aee79b 100644 --- a/src/InformaticsGateway/Logging/Log.100.200.ScpService.cs +++ b/src/InformaticsGateway/Logging/Log.100.200.ScpService.cs @@ -59,8 +59,8 @@ public static partial class Log public static partial void NotifyAeChanged(this ILogger logger, int count, ChangedEventType eventType); // SCP Service - [LoggerMessage(EventId = 200, Level = LogLevel.Information, Message = "MONAI Deploy Informatics Gateway (SCP Service) {version} loading...")] - public static partial void ScpServiceLoading(this ILogger logger, string version); + [LoggerMessage(EventId = 200, Level = LogLevel.Information, Message = "Initializing SCP Service at port {port}...")] + public static partial void ScpServiceLoading(this ILogger logger, int port); [LoggerMessage(EventId = 201, Level = LogLevel.Critical, Message = "Failed to initialize SCP listener.")] public static partial void ScpListenerInitializationFailure(this ILogger logger); diff --git a/src/InformaticsGateway/Services/Scp/ScpService.cs b/src/InformaticsGateway/Services/Scp/ScpService.cs index cdcbbf50d..bc3d07165 100644 --- a/src/InformaticsGateway/Services/Scp/ScpService.cs +++ b/src/InformaticsGateway/Services/Scp/ScpService.cs @@ -78,7 +78,7 @@ public void Dispose() public Task StartAsync(CancellationToken cancellationToken) { - _logger.ScpServiceLoading(Assembly.GetEntryAssembly().GetCustomAttribute<AssemblyFileVersionAttribute>().Version); + _logger.ScpServiceLoading(_configuration.Value.Dicom.Scp.Port); try { diff --git a/tests/Integration.Test/.env.dev b/tests/Integration.Test/.env.dev deleted file mode 100644 index d84fa52c6..000000000 --- a/tests/Integration.Test/.env.dev +++ /dev/null @@ -1 +0,0 @@ -TAG=0.3.2 diff --git a/tests/Integration.Test/docker-compose.yml b/tests/Integration.Test/docker-compose.yml deleted file mode 100644 index 71dc8962d..000000000 --- a/tests/Integration.Test/docker-compose.yml +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 2022 MONAI Consortium -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -version: "3.7" -services: - minio: - image: "minio/minio:latest" - command: server --console-address ":9001" /data - hostname: minio - volumes: - - ./.run/minio/data:/data - - ./.run/minio/config:/root/.minio - ports: - - "9000:9000" - - "9001:9001" - environment: - MINIO_ROOT_USER: minioadmin - MINIO_ROOT_PASSWORD: minioadmin - networks: - - testrunner - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] - interval: 15s - timeout: 30s - retries: 3 - - createbuckets: - image: minio/mc - environment: - MINIO_ROOT_USER: minioadmin - MINIO_ROOT_PASSWORD: minioadmin - BUCKET_NAME: monaideploy - ENDPOINT: http://minio:9000 - depends_on: - minio: - condition: service_healthy - networks: - - testrunner - entrypoint: > - /bin/sh -c " - until (/usr/bin/mc config host add myminio $$ENDPOINT $$MINIO_ROOT_USER $$MINIO_ROOT_PASSWORD) do echo '...waiting...' && sleep 1; done; - /usr/bin/mc mb myminio/$$BUCKET_NAME; - /usr/bin/mc policy set public myminio/$$BUCKET_NAME; - /usr/bin/mc ls myminio; - # exit 0 - " - - rabbitmq: - image: rabbitmq:3-management - hostname: rabbitmq - ports: - - 5672:5672 - - 15672:15672 - environment: - RABBITMQ_DEFAULT_USER: "rabbitmq" - RABBITMQ_DEFAULT_PASS: "rabbitmq" - RABBITMQ_DEFAULT_VHOST: "monaideploy" - RABBITMQ_ERLANG_COOKIE: "SWQOKODSQALRPCLNMEQG" - networks: - - testrunner - healthcheck: - test: rabbitmq-diagnostics -q ping - interval: 15s - timeout: 30s - retries: 3 - - orthanc: - image: "jodogne/orthanc-plugins" - hostname: orthanc - volumes: - - ${PWD}/configs/orthanc.json:/etc/orthanc/orthanc.json - - ${PWD}/.run/orthanc:/var/lib/orthanc/db/ - ports: - - "1114:1114" - - "8089:8089" - environment: - VERBOSE_ENABLED: "true" - networks: - - testrunner - healthcheck: - test: ["CMD", "/probes/test-aliveness.py"] - start_period: 10s - retries: 3 - interval: 15s - timeout: 30s - - informatics-gateway: - image: "ghcr.io/project-monai/monai-deploy-informatics-gateway:${TAG}" - volumes: - - ./configs/informatics-gateway.json:/opt/monai/ig/appsettings.json - - ./.run/ig/payloads:/payloads/ - - ./.run/ig/database:/database/ - - ./bin/Release/net6.0:/opt/monai/ig/plug-ins/ - ports: - - "104:104" - - "2575:2575" - - "5000:5000" - networks: - - testrunner - depends_on: - minio: - condition: service_healthy - rabbitmq: - condition: service_healthy - links: - - minio - - rabbitmq - -networks: - testrunner: - name: testrunner - driver: bridge diff --git a/tests/Integration.Test/run.sh b/tests/Integration.Test/run.sh index 65155256a..fcd957097 100755 --- a/tests/Integration.Test/run.sh +++ b/tests/Integration.Test/run.sh @@ -18,14 +18,14 @@ export VSTEST_HOST_DEBUG=0 export SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" +DOCKER_COMPOSE_DIR="$SCRIPT_DIR/../../docker-compose" +RUN_DIR="$DOCKER_COMPOSE_DIR/.run" TEST_DIR="$SCRIPT_DIR/" LOG_DIR="${GITHUB_WORKSPACE:-$SCRIPT_DIR}" -RUN_DIR="$SCRIPT_DIR/.run" BIN_DIR="$TEST_DIR/bin/Release/net6.0" CONFIG_DIR="$SCRIPT_DIR/configs" EXIT=false METRICSFILE="$LOG_DIR/metrics.log" -LOADDEV= FEATURE= STREAMID= export STUDYJSON="study.json" @@ -51,6 +51,7 @@ function check_status_code() { } function env_setup() { + [ -f $LOG_DIR/run.log ] && info "Deletig existing $LOG_DIR/run.log" && sudo rm $LOG_DIR/run.log [ -d $RUN_DIR ] && info "Removing $RUN_DIR..." && sudo rm -r $RUN_DIR mkdir -p $RUN_DIR @@ -70,13 +71,6 @@ function env_setup() { info "Filtering by feature=$FEATURE" shift 2 ;; - -d | --dev ) - info "Using .env.dev..." - LOADDEV="--env-file .env.dev" - info "Using study.json.dev..." - STUDYJSON="study.json.dev" - shift; - ;; --) shift; break @@ -87,10 +81,12 @@ function env_setup() { esac done + pushd $DOCKER_COMPOSE_DIR if [[ $(docker compose ps -q | wc -l) -ne 0 ]]; then info "Stopping existing services..." - docker compose $LOADDEV down + docker compose down fi + popd if (dotnet tool list --global | grep livingdoc &>/dev/null); then info "Upgrading SpecFlow.Plus.LivingDoc.CLI..." @@ -110,63 +106,26 @@ function build() { } function start_services() { - info "Starting dependencies docker compose $LOADDEV up -d --force-recreate..." - docker compose $LOADDEV up -d --force-recreate - - HOST_IP=$(docker network inspect testrunner | jq -r .[0].IPAM.Config[0].Gateway) - info "Host IP = $HOST_IP" - export HOST_IP + info "Starting dependencies docker compose up -d --force-recreate..." + pushd $DOCKER_COMPOSE_DIR + ./init.sh + docker compose -p igtest up -d --force-recreate + popd info "=============================================" - docker container ls --format 'table {{.Names}}\t{{.ID}}' | grep integrationtest + docker container ls --format 'table {{.Names}}\t{{.ID}}' | grep igtest- info "=============================================" - set +e - COUNTER=0 - EXPECTEDSERVICE=8 - while true; do - info "Waiting for Informatics Gateway ($COUNTER)..." - count=$(curl -s http://$HOST_IP:5000/health/status | jq | grep "running" | wc -l) - info "$count services running..." - if [ $count -eq $EXPECTEDSERVICE ]; then - break - fi - if [ $COUNTER -gt 100 ]; then - fatal "Timeout waiting for Informatics Gateway services to be ready ($COUNTER/$EXPECTEDSERVICE)." - fi - let COUNTER=COUNTER+1 - sleep 1s - done - set -e - sleep 1 sudo chown -R $USER:$USER $RUN_DIR } -function write_da_metrics() { - docker container list - CID="$(docker container list | grep informatics-gateway | awk '{{print $1}}')" - info "Streaming Informatics Gateway perf logs from container $CID to $METRICSFILE" - - until $EXIT; do - DATA=$(docker stats $CID --no-stream --format "$(date +%s),{{.CPUPerc}},{{.MemUsage}},{{.NetIO}},{{.BlockIO}}") - echo $DATA >>$METRICSFILE - sleep 1 - done -} - -function stream_da_metrics() { - [ -f $METRICSFILE ] && sudo rm $METRICSFILE - write_da_metrics & - STREAMID=$! -} - function run_test() { pushd $TEST_DIR set +e info "Starting test runner..." - if [[ "$VSTEST_HOST_DEBUG" == 0 ]]; then + if [[ "$VSTEST_HOST_DEBUG" == 0 ]]; then dotnet test -c Release $FEATURE 2>&1 | tee $LOG_DIR/run.log else dotnet test -c Debug $FEATURE 2>&1 | tee $LOG_DIR/run.log @@ -189,18 +148,17 @@ function generate_reports() { function save_logs() { [ -d $RUN_DIR ] && info "Clearning $RUN_DIR..." && sudo rm -r $RUN_DIR + pushd $DOCKER_COMPOSE_DIR info "Saving service log..." - docker compose $LOADDEV logs --no-color -t > "$LOG_DIR/services.log" + docker compose logs --no-color -t > "$LOG_DIR/services.log" + popd } function tear_down() { - set +e - info "Stop streaming metrics log..." - kill $STREAMID >/dev/null 2>&1 - set -e - + pushd $DOCKER_COMPOSE_DIR info "Stopping services..." - docker compose $LOADDEV down --remove-orphans + docker compose down --remove-orphans + popd } function main() { @@ -208,12 +166,11 @@ function main() { env_setup "$@" build start_services - stream_da_metrics run_test generate_reports df -h - save_logs - tear_down + # save_logs + # tear_down exit $EXITCODE } From 9b1973541141db66dfd50e4c860d398ce24ce9f8 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 01:16:10 +0000 Subject: [PATCH 11/31] Update CI dependency Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73883567f..3c73f97e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,6 @@ jobs: integration-test: runs-on: ubuntu-latest timeout-minutes: 30 - needs: [build] strategy: matrix: feature: [AcrApi, DicomDimseScp, DicomDimseScu, DicomWebExport, DicomWebStow, HealthLevel7, Fhir] From 1b07bf225934538b9ece01249f4e0380d449d90a Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 01:59:46 +0000 Subject: [PATCH 12/31] Update docker compose template Signed-off-by: Victor Chang <vicchang@nvidia.com> --- docker-compose/docker-compose.yml | 51 ++++++++++++++++--------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index d63d4988d..7eaf598e0 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -27,9 +27,10 @@ services: RABBITMQ_ERLANG_COOKIE: "SWQOKODSQALRPCLNMEQG" healthcheck: test: rabbitmq-diagnostics -q ping - interval: 15s + start_period: 10s + interval: 5s timeout: 30s - retries: 3 + retries: 5 networks: - monaideploy @@ -48,32 +49,30 @@ services: MINIO_ROOT_PASSWORD: minioadmin healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] - interval: 15s + start_period: 10s + interval: 5s timeout: 30s - retries: 3 + retries: 5 networks: - monaideploy - #createbuckets: - # image: minio/mc - # environment: - # MINIO_ROOT_USER: minioadmin - # MINIO_ROOT_PASSWORD: minioadmin - # BUCKET_NAME: monaideploy - # ENDPOINT: http://minio:9000 - # depends_on: - # minio: - # condition: service_healthy - # networks: - # - monaideploy - # entrypoint: > - # /bin/sh -c " - # until (/usr/bin/mc config host add myminio $$ENDPOINT $$MINIO_ROOT_USER $$MINIO_ROOT_PASSWORD) do echo '...waiting...' && sleep 1; done; - # /usr/bin/mc mb myminio/$$BUCKET_NAME; - # /usr/bin/mc policy set public myminio/$$BUCKET_NAME; - # /usr/bin/mc ls myminio; - # # exit 0 - # " + mongodb: + image: mongo:5.0.12 + environment: + MONGO_INITDB_ROOT_USERNAME: root + MONGO_INITDB_ROOT_PASSWORD: rootpassword + ports: + - 27017:27017 + volumes: + - ./.run/mongodb/:/data/db + networks: + - monaideploy + healthcheck: + test: echo 'db.runCommand("ping").ok' | mongo localhost:27017/productiondb --quiet + interval: 10s + timeout: 10s + retries: 5 + start_period: 40s orthanc: image: "jodogne/orthanc-plugins" @@ -96,6 +95,7 @@ services: timeout: 30s elasticsearch: + profiles: [ 'elk' ] image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION} hostname: elasticsearch volumes: @@ -118,6 +118,7 @@ services: retries: 50 logstash: + profiles: [ 'elk' ] image: docker.elastic.co/logstash/logstash:${ELASTIC_VERSION} volumes: - ./configs/logstash.yml:/usr/share/logstash/config/logstash.yml:ro,Z @@ -140,6 +141,7 @@ services: - monaideploy kibana: + profiles: [ 'elk' ] image: docker.elastic.co/kibana/kibana:${ELASTIC_VERSION} volumes: - ./configs/kibana.yml:/usr/share/kibana/config/kibana.yml:ro,Z @@ -159,6 +161,7 @@ services: retries: 120 kibana-setup: + profiles: [ 'elk' ] image: curlimages/curl:latest volumes: - ./configs/kibana.ndjson:/usr/share/kibana.ndjson From dd18a3e2e5dd966ca03c9ff0d95e7fa3225fb497 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 03:21:18 +0000 Subject: [PATCH 13/31] Remove nugetdefence scan Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c73f97e4..fc3415ef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,13 +149,6 @@ jobs: run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }} working-directory: ./src - - name: NuGetDefense Scanning - continue-on-error: true - run: | - sed -i "s/OSSINDEXAPI_TOKEN/$OSSINDEXAPI_TOKEN/g" NuGetDefense.json - sed -i "s/OSSINDEXAPI_USERNAME/$OSSINDEXAPI_USERNAME/g" NuGetDefense.json - nugetdefense -p src/${{ env.SOLUTION }} --settings-file NuGetDefense.json - - name: Secret detection uses: gitleaks/gitleaks-action@v1.6.0 From 2436aec681ebc6c402d09dbbb771d887d4dd4b15 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 03:40:23 +0000 Subject: [PATCH 14/31] Limit MR max instance to 100 to avoid failure on Github Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/study.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration.Test/study.json b/tests/Integration.Test/study.json index 4e08cc3e0..65b2b89ed 100644 --- a/tests/Integration.Test/study.json +++ b/tests/Integration.Test/study.json @@ -3,7 +3,7 @@ "SeriesMin": 1, "SeriesMax": 2, "InstanceMin": 64, - "InstanceMax": 128, + "InstanceMax": 100, "SizeMin": 0.36, "SizeMax": 2 }, @@ -55,4 +55,4 @@ "SizeMin": 1, "SizeMax": 2 } -} \ No newline at end of file +} From 9da286bbf437ecbf29d9232c438f1a7fa30dda73 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 04:15:36 +0000 Subject: [PATCH 15/31] Reduce MR instance size to avoid test failures on Github Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/study.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration.Test/study.json b/tests/Integration.Test/study.json index 65b2b89ed..7b3c853e7 100644 --- a/tests/Integration.Test/study.json +++ b/tests/Integration.Test/study.json @@ -2,8 +2,8 @@ "MR": { "SeriesMin": 1, "SeriesMax": 2, - "InstanceMin": 64, - "InstanceMax": 100, + "InstanceMin": 32, + "InstanceMax": 64, "SizeMin": 0.36, "SizeMax": 2 }, From be7563b601c64236840670608e5205152b91c0a4 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 09:41:19 -0800 Subject: [PATCH 16/31] Cleanup minio after scenario Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .../Integration.Test/Common/MinioDataSink.cs | 34 ++++++++++++++++--- .../Drivers/RabbitMqConsumer.cs | 32 +++++++++++++---- tests/Integration.Test/Hooks/TestHooks.cs | 5 +++ tests/Integration.Test/study.json | 4 +-- 4 files changed, 62 insertions(+), 13 deletions(-) diff --git a/tests/Integration.Test/Common/MinioDataSink.cs b/tests/Integration.Test/Common/MinioDataSink.cs index ce8c6245c..be1a9b608 100644 --- a/tests/Integration.Test/Common/MinioDataSink.cs +++ b/tests/Integration.Test/Common/MinioDataSink.cs @@ -37,10 +37,7 @@ public MinioDataClient(Configurations configurations, InformaticsGatewayConfigur public async Task SendAsync(DataProvider dataProvider, params object[] args) { - var minioClient = new MinioClient() - .WithEndpoint(_options.Storage.Settings["endpoint"]) - .WithCredentials(_options.Storage.Settings["accessKey"], _options.Storage.Settings["accessToken"]) - .Build(); + var minioClient = CreateMinioClient(); var stopwatch = new Stopwatch(); stopwatch.Start(); @@ -64,5 +61,34 @@ public async Task SendAsync(DataProvider dataProvider, params object[] args) stopwatch.Stop(); _outputHelper.WriteLine($"Time to upload to Minio={0}s...", stopwatch.Elapsed.TotalSeconds); } + + private MinioClient CreateMinioClient() => new MinioClient() + .WithEndpoint(_options.Storage.Settings["endpoint"]) + .WithCredentials(_options.Storage.Settings["accessKey"], _options.Storage.Settings["accessToken"]) + .Build(); + + internal void CleanBucketAsync() + { + var stopwatch = new Stopwatch(); + stopwatch.Start(); + var count = 0; + var minioClient = CreateMinioClient(); + var listObjectArgs = new ListObjectsArgs() + .WithBucket(_options.Storage.StorageServiceBucketName) + .WithRecursive(true); + + var objects = minioClient.ListObjectsAsync(listObjectArgs); + objects.Subscribe(async (item) => + { + var deletObjectsArgs = new RemoveObjectArgs() + .WithBucket(_options.Storage.StorageServiceBucketName) + .WithObject(item.Key); + await minioClient.RemoveObjectAsync(deletObjectsArgs).ConfigureAwait(false); + count++; + }); + + stopwatch.Stop(); + _outputHelper.WriteLine($"Cleaned up {0} objects from Minio in {1}s...", count, stopwatch.Elapsed.TotalSeconds); + } } } diff --git a/tests/Integration.Test/Drivers/RabbitMqConsumer.cs b/tests/Integration.Test/Drivers/RabbitMqConsumer.cs index c3a5f04ec..cff8b6a32 100644 --- a/tests/Integration.Test/Drivers/RabbitMqConsumer.cs +++ b/tests/Integration.Test/Drivers/RabbitMqConsumer.cs @@ -22,11 +22,13 @@ namespace Monai.Deploy.InformaticsGateway.Integration.Test.Drivers { - internal class RabbitMqConsumer + internal class RabbitMqConsumer : IDisposable { + private readonly RabbitMQMessageSubscriberService _subscriberService; private readonly string _queueName; private readonly ISpecFlowOutputHelper _outputHelper; private readonly ConcurrentBag<Message> _messages; + private bool _disposedValue; public IReadOnlyList<Message> Messages { get { return _messages.ToList(); } } @@ -34,16 +36,11 @@ public IReadOnlyList<Message> Messages public RabbitMqConsumer(RabbitMQMessageSubscriberService subscriberService, string queueName, ISpecFlowOutputHelper outputHelper) { - if (subscriberService is null) - { - throw new ArgumentNullException(nameof(subscriberService)); - } - if (string.IsNullOrWhiteSpace(queueName)) { throw new ArgumentException($"'{nameof(queueName)}' cannot be null or whitespace.", nameof(queueName)); } - + _subscriberService = subscriberService ?? throw new ArgumentNullException(nameof(subscriberService)); _queueName = queueName; _outputHelper = outputHelper ?? throw new ArgumentNullException(nameof(outputHelper)); _messages = new ConcurrentBag<Message>(); @@ -67,5 +64,26 @@ public void SetupMessageHandle(int count) _messages.Clear(); MessageWaitHandle = new CountdownEvent(count); } + + protected virtual void Dispose(bool disposing) + { + if (!_disposedValue) + { + if (disposing) + { + _subscriberService.Dispose(); + } + + _disposedValue = true; + } + } + + + public void Dispose() + { + // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method + Dispose(disposing: true); + GC.SuppressFinalize(this); + } } } diff --git a/tests/Integration.Test/Hooks/TestHooks.cs b/tests/Integration.Test/Hooks/TestHooks.cs index 1e72e7a26..1d4c2680b 100644 --- a/tests/Integration.Test/Hooks/TestHooks.cs +++ b/tests/Integration.Test/Hooks/TestHooks.cs @@ -173,12 +173,17 @@ public static void Shtudown() { s_informaticsGatewayHost.StopAsync().Wait(); s_dicomServer.Dispose(); + + s_rabbitMqConsumer_WorkflowRequest.Dispose(); + s_rabbitMqConsumer_ExportComplete.Dispose(); + s_rabbitMqConnectionFactory.Dispose(); } [AfterTestRun(Order = 0)] [AfterScenario] public static void ClearTestData() { + s_minioSink.CleanBucketAsync(); RabbitConnectionFactory.PurgeAllQueues(s_options.Value.Messaging); } diff --git a/tests/Integration.Test/study.json b/tests/Integration.Test/study.json index 7b3c853e7..c60b21406 100644 --- a/tests/Integration.Test/study.json +++ b/tests/Integration.Test/study.json @@ -2,8 +2,8 @@ "MR": { "SeriesMin": 1, "SeriesMax": 2, - "InstanceMin": 32, - "InstanceMax": 64, + "InstanceMin": 64, + "InstanceMax": 128, "SizeMin": 0.36, "SizeMax": 2 }, From e0ffa09b0c741a2471b2d71c17fad593ff060567 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 10:49:38 -0800 Subject: [PATCH 17/31] Remove metrics log collection Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .github/workflows/ci.yml | 1 - .../configs/informatics-gateway.json | 112 ---- tests/Integration.Test/configs/orthanc.json | 515 ------------------ tests/Integration.Test/configs/rabbitmq.json | 74 --- tests/Integration.Test/run.sh | 9 +- 5 files changed, 2 insertions(+), 709 deletions(-) delete mode 100644 tests/Integration.Test/configs/informatics-gateway.json delete mode 100644 tests/Integration.Test/configs/orthanc.json delete mode 100644 tests/Integration.Test/configs/rabbitmq.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3415ef1..bee4735be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,7 +277,6 @@ jobs: name: integration-${{ matrix.feature }} path: | ${{ github.workspace }}/LivingDoc.html - ${{ github.workspace }}/metrics.log ${{ github.workspace }}/services.log ${{ github.workspace }}/run.log retention-days: 30 diff --git a/tests/Integration.Test/configs/informatics-gateway.json b/tests/Integration.Test/configs/informatics-gateway.json deleted file mode 100644 index f7bca50b4..000000000 --- a/tests/Integration.Test/configs/informatics-gateway.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "ConnectionStrings": { - "Type": "Sqlite", - "InformaticsGatewayDatabase": "Data Source=/database/mig.db" - }, - "InformaticsGateway": { - "dicom": { - "scp": { - "port": 104, - "logDimseDatasets": false, - "rejectUnknownSources": true - }, - "scu": { - "aeTitle": "MONAISCU", - "logDimseDatasets": false, - "logDataPDUs": false - } - }, - "messaging": { - "publisherServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessagePublisherService, Monai.Deploy.Messaging.RabbitMQ", - "publisherSettings": { - "endpoint": "rabbitmq", - "username": "rabbitmq", - "password": "rabbitmq", - "virtualHost": "monaideploy", - "exchange": "monaideploy" - }, - "subscriberServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessageSubscriberService, Monai.Deploy.Messaging.RabbitMQ", - "subscriberSettings": { - "endpoint": "rabbitmq", - "username": "rabbitmq", - "password": "rabbitmq", - "virtualHost": "monaideploy", - "exchange": "monaideploy", - "exportRequestQueue": "export_tasks", - "deadLetterExchange": "monaideploy-dead-letter", - "deliveryLimit": 3, - "requeueDelay": 30 - } - }, - "storage": { - "localTemporaryStoragePath": "/payloads", - "remoteTemporaryStoragePath": "/incoming", - "bucketName": "monaideploy", - "storageRootPath": "/payloads", - "temporaryBucketName": "monaideploy", - "serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO", - "watermarkPercent": 90, - "reserveSpaceGB": 1, - "settings": { - "endpoint": "minio:9000", - "accessKey": "minioadmin", - "accessToken": "minioadmin", - "securedConnection": false, - "region": "" - } - } - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "FellowOakDicom": "Warning", - "System": "Warning", - "Microsoft": "Warning", - "Microsoft.EntityFrameworkCore": "Warning", - "Microsoft.Hosting.Lifetime": "Warning", - "Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker": "Error", - "Monai": "Trace" - }, - "Console": { - "FormatterName": "Simple", - "FormatterOptions": { - "ColorBehavior": "Disabled", - "IncludeScopes": true, - "SingleLine": false, - "TimestampFormat": " HH:mm:ss ", - "UseUtcTimestamp": true - } - }, - "File": { - "BasePath": "logs", - "FileEncodingName": "utf-8", - "DateFormat": "yyyyMMdd", - "CounterFormat": "000", - "MaxFileSize": 10485760, - "IncludeScopes": true, - "MaxQueueSize": 100, - "TextBuilderType": "Monai.Deploy.InformaticsGateway.Logging.FileLoggingTextFormatter, Monai.Deploy.InformaticsGateway", - "Files": [ - { - "Path": "MIG-<date>-<counter>.log" - } - ] - } - }, - "Kestrel": { - "EndPoints": { - "Http": { - "Url": "http://+:5000" - } - } - }, - "AllowedHosts": "*", - "Cli": { - "Runner": "Docker", - "HostDataStorageMount": "~/.mig/data", - "HostDatabaseStorageMount": "~/.mig/database", - "HostLogsStorageMount": "~/.mig/logs", - "InformaticsGatewayServerEndpoint": "http://localhost:5000", - "DockerImagePrefix": "ghcr.io/project-monai/monai-deploy-informatics-gateway" - } -} \ No newline at end of file diff --git a/tests/Integration.Test/configs/orthanc.json b/tests/Integration.Test/configs/orthanc.json deleted file mode 100644 index 7023954b0..000000000 --- a/tests/Integration.Test/configs/orthanc.json +++ /dev/null @@ -1,515 +0,0 @@ -{ - /** - * General configuration of Orthanc - **/ - - // The logical name of this instance of Orthanc. This one is - // displayed in Orthanc Explorer and at the URI "/system". - "Name": "Orthanc", - - // Path to the directory that holds the heavyweight files (i.e. the - // raw DICOM instances). Backslashes must be either escaped by - // doubling them, or replaced by forward slashes "/". - "StorageDirectory": "/var/lib/orthanc/db", - - // Path to the directory that holds the SQLite index (if unset, the - // value of StorageDirectory is used). This index could be stored on - // a RAM-drive or a SSD device for performance reasons. - "IndexDirectory": "/var/lib/orthanc/db", - - // Path to the directory where Orthanc stores its large temporary - // files. The content of this folder can be safely deleted if - // Orthanc once stopped. The folder must exist. The corresponding - // filesystem must be properly sized, given that for instance a ZIP - // archive of DICOM images created by a job can weight several GBs, - // and that there might be up to "min(JobsHistorySize, - // MediaArchiveSize)" archives to be stored simultaneously. If not - // set, Orthanc will use the default temporary folder of the - // operating system (such as "/tmp/" on UNIX-like systems, or - // "C:/Temp" on Microsoft Windows). - // "TemporaryDirectory" : "/tmp/Orthanc/", - - // Enable the transparent compression of the DICOM instances - "StorageCompression": false, - - // Maximum size of the storage in MB (a value of "0" indicates no - // limit on the storage size) - "MaximumStorageSize": 0, - - // Maximum number of patients that can be stored at a given time - // in the storage (a value of "0" indicates no limit on the number - // of patients) - "MaximumPatientCount": 0, - - // List of paths to the custom Lua scripts that are to be loaded - // into this instance of Orthanc - "LuaScripts": [ - ], - - // List of paths to the plugins that are to be loaded into this - // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or - // "./PluginTest.dll" for Windows). These paths can refer to - // folders, in which case they will be scanned non-recursively to - // find shared libraries. Backslashes must be either escaped by - // doubling them, or replaced by forward slashes "/". - "Plugins": [ - "/usr/share/orthanc/plugins", - "/usr/local/share/orthanc/plugins" - ], - - // Maximum number of processing jobs that are simultaneously running - // at any given time. A value of "0" indicates to use all the - // available CPU logical cores. To emulate Orthanc <= 1.3.2, set - // this value to "1". - "ConcurrentJobs": 2, - - /** - * Configuration of the HTTP server - **/ - - // Enable the HTTP server. If this parameter is set to "false", - // Orthanc acts as a pure DICOM server. The REST API and Orthanc - // Explorer will not be available. - "HttpServerEnabled": true, - - // HTTP port for the REST services and for the GUI - "HttpPort": 8089, - - // When the following option is "true", if an error is encountered - // while calling the REST API, a JSON message describing the error - // is put in the HTTP answer. This feature can be disabled if the - // HTTP client does not properly handles such answers. - "HttpDescribeErrors": true, - - // Enable HTTP compression to improve network bandwidth utilization, - // at the expense of more computations on the server. Orthanc - // supports the "gzip" and "deflate" HTTP encodings. - "HttpCompressionEnabled": true, - - /** - * Configuration of the DICOM server - **/ - - // Enable the DICOM server. If this parameter is set to "false", - // Orthanc acts as a pure REST server. It will not be possible to - // receive files or to do query/retrieve through the DICOM protocol. - "DicomServerEnabled": true, - - // The DICOM Application Entity Title - "DicomAet": "ORTHANC", - - // Check whether the called AET corresponds to the AET of Orthanc - // during an incoming DICOM SCU request - "DicomCheckCalledAet": false, - - // The DICOM port - "DicomPort": 1114, - - // The default encoding that is assumed for DICOM files without - // "SpecificCharacterSet" DICOM tag, and that is used when answering - // C-Find requests (including worklists). The allowed values are - // "Ascii", "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", - // "Latin5", "Cyrillic", "Windows1251", "Arabic", "Greek", "Hebrew", - // "Thai", "Japanese", "Chinese", "JapaneseKanji", "Korean", and - // "SimplifiedChinese". - "DefaultEncoding": "Latin1", - - // The transfer syntaxes that are accepted by Orthanc C-Store SCP - "DeflatedTransferSyntaxAccepted": true, - "JpegTransferSyntaxAccepted": true, - "Jpeg2000TransferSyntaxAccepted": true, - "JpegLosslessTransferSyntaxAccepted": true, - "JpipTransferSyntaxAccepted": true, - "Mpeg2TransferSyntaxAccepted": true, - "RleTransferSyntaxAccepted": true, - - // Whether Orthanc accepts to act as C-Store SCP for unknown storage - // SOP classes (aka. "promiscuous mode") - "UnknownSopClassAccepted": false, - - // Set the timeout (in seconds) after which the DICOM associations - // are closed by the Orthanc SCP (server) if no further DIMSE - // command is received from the SCU (client). - "DicomScpTimeout": 30, - - /** - * Security-related options for the HTTP server - **/ - - // Whether remote hosts can connect to the HTTP server - "RemoteAccessAllowed": true, - - // Whether or not SSL is enabled - "SslEnabled": false, - - // Path to the SSL certificate in the PEM format (meaningful only if - // SSL is enabled) - "SslCertificate": "certificate.pem", - - // Whether or not the password protection is enabled - "AuthenticationEnabled": true, - - // The list of the registered users. Because Orthanc uses HTTP - // Basic Authentication, the passwords are stored as plain text. - "RegisteredUsers": { - "monai": "monai!" - }, - - /** - * Network topology - **/ - - // The list of the known DICOM modalities - "DicomModalities": { - /** - * Uncommenting the following line would enable Orthanc to - * connect to an instance of the "storescp" open-source DICOM - * store (shipped in the DCMTK distribution) started by the - * command line "storescp 2000". - **/ - // "sample" : [ "STORESCP", "127.0.0.1", 2000 ] - - /** - * A fourth parameter is available to enable patches for - * specific PACS manufacturers. The allowed values are currently: - * - "Generic" (default value), - * - "GenericNoWildcardInDates" (to replace "*" by "" in date fields - * in outgoing C-Find requests originating from Orthanc), - * - "GenericNoUniversalWildcard" (to replace "*" by "" in all fields - * in outgoing C-Find SCU requests originating from Orthanc), - * - "StoreScp" (storescp tool from DCMTK), - * - "ClearCanvas", - * - "Dcm4Chee", - * - "Vitrea", - * - "GE" (Enterprise Archive, MRI consoles and Advantage Workstation - * from GE Healthcare). - * - * This parameter is case-sensitive. - **/ - - "localhost-STORESCP-104": [ - "STORESCP", - "127.0.0.1", - 104 - ] - /** - * By default, the Orthanc SCP accepts all DICOM commands (C-ECHO, - * C-STORE, C-FIND, C-MOVE) issued by the registered remote SCU - * modalities. Starting with Orthanc 1.5.0, it is possible to - * specify which DICOM commands are allowed, separately for each - * remote modality, using the syntax below. The "AllowEcho" (resp. - * "AllowStore") option only has an effect respectively if global - * option "DicomAlwaysAllowEcho" (resp. "DicomAlwaysAllowStore") - * is set to false. - **/ - //"untrusted" : { - // "AET" : "ORTHANC", - // "Port" : 104, - // "Host" : "127.0.0.1", - // "AllowEcho" : false, - // "AllowFind" : false, - // "AllowMove" : false, - // "AllowStore" : true - //} - }, - - // Whether to store the DICOM modalities in the Orthanc database - // instead of in this configuration file (new in Orthanc 1.5.0) - "DicomModalitiesInDatabase": false, - - // Whether the Orthanc SCP allows incoming C-Echo requests, even - // from SCU modalities it does not know about (i.e. that are not - // listed in the "DicomModalities" option above). Orthanc 1.3.0 - // is the only version to behave as if this argument was set to "false". - "DicomAlwaysAllowEcho": true, - - // Whether the Orthanc SCP allows incoming C-Store requests, even - // from SCU modalities it does not know about (i.e. that are not - // listed in the "DicomModalities" option above) - "DicomAlwaysAllowStore": true, - - // Whether Orthanc checks the IP/hostname address of the remote - // modality initiating a DICOM connection (as listed in the - // "DicomModalities" option above). If this option is set to - // "false", Orthanc only checks the AET of the remote modality. - "DicomCheckModalityHost": false, - - // The timeout (in seconds) after which the DICOM associations are - // considered as closed by the Orthanc SCU (client) if the remote - // DICOM SCP (server) does not answer. - "DicomScuTimeout": 10, - - // The list of the known Orthanc peers - "OrthancPeers": { - /** - * Each line gives the base URL of an Orthanc peer, possibly - * followed by the username/password pair (if the password - * protection is enabled on the peer). - **/ - // "peer" : [ "http://127.0.0.1:8043/", "alice", "alicePassword" ] - // "peer2" : [ "http://127.0.0.1:8044/" ] - - /** - * This is another, more advanced format to define Orthanc - * peers. It notably allows to specify HTTP headers, a HTTPS - * client certificate in the PEM format (as in the "--cert" option - * of curl), or to enable PKCS#11 authentication for smart cards. - **/ - // "peer" : { - // "Url" : "http://127.0.0.1:8043/", - // "Username" : "alice", - // "Password" : "alicePassword", - // "HttpHeaders" : { "Token" : "Hello world" }, - // "CertificateFile" : "client.crt", - // "CertificateKeyFile" : "client.key", - // "CertificateKeyPassword" : "certpass", - // "Pkcs11" : false - // } - }, - - // Whether to store the Orthanc peers in the Orthanc database - // instead of in this configuration file (new in Orthanc 1.5.0) - "OrthancPeersInDatabase": false, - - // Parameters of the HTTP proxy to be used by Orthanc. If set to the - // empty string, no HTTP proxy is used. For instance: - // "HttpProxy" : "192.168.0.1:3128" - // "HttpProxy" : "proxyUser:proxyPassword@192.168.0.1:3128" - "HttpProxy": "", - - // If set to "true", debug messages from libcurl will be issued - // whenever Orthanc makes an outgoing HTTP request. This is notably - // useful to debug HTTPS-related problems. - "HttpVerbose": true, - - // Set the timeout for HTTP requests issued by Orthanc (in seconds). - "HttpTimeout": 10, - - // Enable the verification of the peers during HTTPS requests. This - // option must be set to "false" if using self-signed certificates. - // Pay attention that setting this option to "false" results in - // security risks! - // Reference: http://curl.haxx.se/docs/sslcerts.html - "HttpsVerifyPeers": true, - - // Path to the CA (certification authority) certificates to validate - // peers in HTTPS requests. From curl documentation ("--cacert" - // option): "Tells curl to use the specified certificate file to - // verify the peers. The file may contain multiple CA - // certificates. The certificate(s) must be in PEM format." On - // Debian-based systems, this option can be set to - // "/etc/ssl/certs/ca-certificates.crt" - "HttpsCACertificates": "", - - /** - * Advanced options - **/ - - // Dictionary of symbolic names for the user-defined metadata. Each - // entry must map an unique string to an unique number between 1024 - // and 65535. Reserved values: - // - The Orthanc whole-slide imaging plugin uses metadata 4200 - "UserMetadata": { - // "Sample" : 1024 - }, - - // Dictionary of symbolic names for the user-defined types of - // attached files. Each entry must map an unique string to an unique - // number between 1024 and 65535. Optionally, a second argument can - // provided to specify a MIME content type for the attachment. - "UserContentType": { - // "sample" : 1024 - // "sample2" : [ 1025, "application/pdf" ] - }, - - // Number of seconds without receiving any instance before a - // patient, a study or a series is considered as stable. - "StableAge": 60, - - // By default, Orthanc compares AET (Application Entity Titles) in a - // case-insensitive way. Setting this option to "true" will enable - // case-sensitive matching. - "StrictAetComparison": false, - - // When the following option is "true", the MD5 of the DICOM files - // will be computed and stored in the Orthanc database. This - // information can be used to detect disk corruption, at the price - // of a small performance overhead. - "StoreMD5ForAttachments": true, - - // The maximum number of results for a single C-FIND request at the - // Patient, Study or Series level. Setting this option to "0" means - // no limit. - "LimitFindResults": 0, - - // The maximum number of results for a single C-FIND request at the - // Instance level. Setting this option to "0" means no limit. - "LimitFindInstances": 0, - - // The maximum number of active jobs in the Orthanc scheduler. When - // this limit is reached, the addition of new jobs is blocked until - // some job finishes. - "LimitJobs": 10, - - // If this option is set to "true" (default behavior until Orthanc - // 1.3.2), Orthanc will log the resources that are exported to other - // DICOM modalities or Orthanc peers, inside the URI - // "/exports". Setting this option to "false" is useful to prevent - // the index to grow indefinitely in auto-routing tasks (this is the - // default behavior since Orthanc 1.4.0). - "LogExportedResources": false, - - // Enable or disable HTTP Keep-Alive (persistent HTTP - // connections). Setting this option to "true" prevents Orthanc - // issue #32 ("HttpServer does not support multiple HTTP requests in - // the same TCP stream"), but can possibly slow down HTTP clients - // that do not support persistent connections. The default behavior - // used to be "false" in Orthanc <= 1.5.1. Setting this option to - // "false" is also recommended if Orthanc is compiled against - // Mongoose. - "KeepAlive": true, - - // Enable or disable Nagle's algorithm. Only taken into - // consideration if Orthanc is compiled to use CivetWeb. Experiments - // show that best performance can be obtained by setting both - // "KeepAlive" and "TcpNoDelay" to "true". Beware however of - // caveats: https://eklitzke.org/the-caveats-of-tcp-nodelay - "TcpNoDelay": true, - - // Number of threads that are used by the embedded HTTP server. - "HttpThreadsCount": 50, - - // If this option is set to "false", Orthanc will run in index-only - // mode. The DICOM files will not be stored on the drive. Note that - // this option might prevent the upgrade to newer versions of Orthanc. - "StoreDicom": true, - - // DICOM associations initiated by Lua scripts are kept open as long - // as new DICOM commands are issued. This option sets the number of - // seconds of inactivity to wait before automatically closing a - // DICOM association used by Lua. If set to 0, the connection is - // closed immediately. - "DicomAssociationCloseDelay": 5, - - // Maximum number of query/retrieve DICOM requests that are - // maintained by Orthanc. The least recently used requests get - // deleted as new requests are issued. - "QueryRetrieveSize": 10, - - // When handling a C-Find SCP request, setting this flag to "true" - // will enable case-sensitive match for PN value representation - // (such as PatientName). By default, the search is - // case-insensitive, which does not follow the DICOM standard. - "CaseSensitivePN": false, - - // Configure PKCS#11 to use hardware security modules (HSM) and - // smart cards when carrying on HTTPS client authentication. - /** - "Pkcs11" : { - "Module" : "/usr/local/lib/libbeidpkcs11.so", - "Module" : "C:/Windows/System32/beidpkcs11.dll", - "Pin" : "1234", - "Verbose" : true - } - **/ - - // If set to "false", Orthanc will not load its default dictionary - // of private tags. This might be necessary if you cannot import a - // DICOM file encoded using the Implicit VR Endian transfer syntax, - // and containing private tags: Such an import error might stem from - // a bad dictionary. You can still list your private tags of - // interest in the "Dictionary" configuration option below. - "LoadPrivateDictionary": true, - - // Locale to be used by Orthanc. Currently, only used if comparing - // strings in a case-insensitive way. It should be safe to keep this - // value undefined, which lets Orthanc autodetect the suitable locale. - // "Locale" : "en_US.UTF-8", - - // Register a new tag in the dictionary of DICOM tags that are known - // to Orthanc. Each line must contain the tag (formatted as 2 - // hexadecimal numbers), the value representation (2 upcase - // characters), a nickname for the tag, possibly the minimum - // multiplicity (> 0 with defaults to 1), possibly the maximum - // multiplicity (0 means arbitrary multiplicity, defaults to 1), and - // possibly the Private Creator (for private tags). - "Dictionary": { - // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ] - // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ] - // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ] - // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ] - }, - - // Whether to run DICOM C-Move operations synchronously. If set to - // "false" (asynchronous mode), each incoming C-Move request results - // in the creation of a new background job. Up to Orthanc 1.3.2, the - // implicit behavior was to use synchronous C-Move ("true"). Between - // Orthanc 1.4.0 and 1.4.2, the default behavior was set to - // asynchronous C-Move ("false"). Since Orthanc 1.5.0, the default - // behavior is back to synchronous C-Move ("true", which ensures - // backward compatibility with Orthanc <= 1.3.2). - "SynchronousCMove": true, - - // Maximum number of completed jobs that are kept in memory. A - // processing job is considered as complete once it is tagged as - // "Success" or "Failure". Since Orthanc 1.5.0, a value of "0" - // indicates to keep no job in memory (i.e. jobs are removed from - // the history as soon as they are completed), which prevents the - // use of some features of Orthanc (typically, synchronous mode in - // REST API) and should be avoided for non-developers. - "JobsHistorySize": 10, - - // Whether to save the jobs into the Orthanc database. If this - // option is set to "true", the pending/running/completed jobs are - // automatically reloaded from the database if Orthanc is stopped - // then restarted (except if the "--no-jobs" command-line argument - // is specified). This option should be set to "false" if multiple - // Orthanc servers are using the same database (e.g. if PostgreSQL - // or MariaDB/MySQL is used). - "SaveJobs": true, - - // Specifies how Orthanc reacts when it receives a DICOM instance - // whose SOPInstanceUID is already stored. If set to "true", the new - // instance replaces the old one. If set to "false", the new - // instance is discarded and the old one is kept. Up to Orthanc - // 1.4.1, the implicit behavior corresponded to "false". - "OverwriteInstances": false, - - // Maximum number of ZIP/media archives that are maintained by - // Orthanc, as a response to the asynchronous creation of archives. - // The least recently used archives get deleted as new archives are - // generated. This option was introduced in Orthanc 1.5.0, and has - // no effect on the synchronous generation of archives. - "MediaArchiveSize": 1, - - // Performance setting to specify how Orthanc accesses the storage - // area during C-FIND. Three modes are available: (1) "Always" - // allows Orthanc to read the storage area as soon as it needs an - // information that is not present in its database (slowest mode), - // (2) "Never" prevents Orthanc from accessing the storage area, and - // makes it uses exclusively its database (fastest mode), and (3) - // "Answers" allows Orthanc to read the storage area to generate its - // answers, but not to filter the DICOM resources (balance between - // the two modes). By default, the mode is "Always", which - // corresponds to the behavior of Orthanc <= 1.5.0. - "StorageAccessOnFind": "Always", - - // Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If - // set to "true", the metrics can be retrieved at - // "/tools/metrics-prometheus" formetted using the Prometheus - // text-based exposition format. - "MetricsEnabled": true, - - "RemoteAccessEnabled": true, - "DicomWeb": { - "Enable": true, // Whether DICOMweb support is enabled - "Root": "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS) - "EnableWado": true, // Whether WADO-URI (previously known as WADO) support is enabled - "WadoRoot": "/wado", // Root URI of the WADO-URI (aka. WADO) API - "Host": "localhost:8089", // Hard-codes the name of the host for subsequent WADO-RS requests - "Ssl": false, // Whether HTTPS should be used for subsequent WADO-RS requests - "StowMaxInstances": 10, // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit) - "StowMaxSize": 10, // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit) - "QidoCaseSensitive": true // For QIDO-RS server, whether search is case sensitive (since release 0.5) - } -} \ No newline at end of file diff --git a/tests/Integration.Test/configs/rabbitmq.json b/tests/Integration.Test/configs/rabbitmq.json deleted file mode 100644 index ba14e70bc..000000000 --- a/tests/Integration.Test/configs/rabbitmq.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "exchanges": [ - { - "name": "monaideploy", - "arguments": {}, - "auto_delete": false, - "durable": true, - "type": "topic", - "vhost": "monaideploy" - } - ], - "users": [ - { - "limits": {}, - "name": "rabbitmq", - "password": "qmtibbar", - "tags": [ - "administrator" - ] - } - ], - "vhosts": [ - { - "name": "/" - } - ], - "permissions": [ - { - "user": "rabbitmiq", - "vhost": "/", - "configure": ".*", - "read": ".*", - "write": ".*" - } - ], - "queues": [ - { - "name": "workflow-queue", - "vhost": "/", - "durable": true, - "auto_delete": false, - "arguments": { - "x-message-ttl": 3600000 - } - }, - { - "name": "export-queue", - "vhost": "/", - "durable": true, - "auto_delete": false, - "arguments": { - "x-message-ttl": 3600000 - } - } - ], - "bindings": [ - { - "source": "monaideploy", - "vhost": "/", - "destination": "workflow-queue", - "destination_type": "queue", - "routing_key": "md.workflow.request", - "arguments": {} - }, - { - "source": "monaideploy", - "vhost": "/", - "destination": "export-queue", - "destination_type": "queue", - "routing_key": "md.export.complete", - "arguments": {} - } - ] -} \ No newline at end of file diff --git a/tests/Integration.Test/run.sh b/tests/Integration.Test/run.sh index fcd957097..c6bea78c9 100755 --- a/tests/Integration.Test/run.sh +++ b/tests/Integration.Test/run.sh @@ -23,11 +23,7 @@ RUN_DIR="$DOCKER_COMPOSE_DIR/.run" TEST_DIR="$SCRIPT_DIR/" LOG_DIR="${GITHUB_WORKSPACE:-$SCRIPT_DIR}" BIN_DIR="$TEST_DIR/bin/Release/net6.0" -CONFIG_DIR="$SCRIPT_DIR/configs" -EXIT=false -METRICSFILE="$LOG_DIR/metrics.log" FEATURE= -STREAMID= export STUDYJSON="study.json" set -euo pipefail @@ -131,7 +127,6 @@ function run_test() { dotnet test -c Debug $FEATURE 2>&1 | tee $LOG_DIR/run.log fi EXITCODE=$? - EXIT=true set -e popd } @@ -169,8 +164,8 @@ function main() { run_test generate_reports df -h - # save_logs - # tear_down + save_logs + tear_down exit $EXITCODE } From 85e07a4099e1d776d38c2d585677bef1af6163f3 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 11:00:16 -0800 Subject: [PATCH 18/31] Update readme Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/README.md | 23 +++++++++++++++++++++-- tests/Integration.Test/run.sh | 1 + 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/tests/Integration.Test/README.md b/tests/Integration.Test/README.md index c3baea7de..0f1b7597f 100644 --- a/tests/Integration.Test/README.md +++ b/tests/Integration.Test/README.md @@ -27,6 +27,25 @@ The integration test suite is written using SpecFlow & Gherkin, a Behavior Drive ## Running Integration Test -To run the integration test, first, update the `TAG` value to one of the [available image versions](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/pkgs/container/monai-deploy-informatics-gateway) in the `.env.dev` file. Then, execute `./run.sh --dev` to start the test. +Before running the test suite, bring up all third-party dependencies using the docker compose file found in the `docker-compose` directory. -The script sets up the environment and starts docker-compose, pulling all required Docker images, including, RabbitMQ, MinIO, and Informatics Gateway. +The test suite may be executed within Visual Studio's Test Explorer or using `dotnet test`. + +```bash +dotnet test + +dotnet test --filter AcrApi # run only the specified test feature +``` + +### Linux + +On Linux, the `tests/Integration.Test/run.sh` script is available to bring up third-party dependencies & run the tests. + + +```bash +cd tests/Integration.Test +./run.sh + +./run.sh -f AcrApi # run only the specified test feature + +``` diff --git a/tests/Integration.Test/run.sh b/tests/Integration.Test/run.sh index c6bea78c9..d748ae738 100755 --- a/tests/Integration.Test/run.sh +++ b/tests/Integration.Test/run.sh @@ -127,6 +127,7 @@ function run_test() { dotnet test -c Debug $FEATURE 2>&1 | tee $LOG_DIR/run.log fi EXITCODE=$? + echo "dotnet test completed with exit code $EXITCODE" set -e popd } From 109542964f050e102a17d2227f2be105c6ba5e19 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 19:12:22 +0000 Subject: [PATCH 19/31] Fix merge conflicts Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .../Integration.Test/Drivers/IDatabaseDataProvider.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/Integration.Test/Drivers/IDatabaseDataProvider.cs b/tests/Integration.Test/Drivers/IDatabaseDataProvider.cs index 4baa8ae9b..514b0e200 100644 --- a/tests/Integration.Test/Drivers/IDatabaseDataProvider.cs +++ b/tests/Integration.Test/Drivers/IDatabaseDataProvider.cs @@ -14,20 +14,10 @@ * limitations under the License. */ -<<<<<<<< HEAD:tests/Integration.Test/Drivers/IDatabaseDataProvider.cs namespace Monai.Deploy.InformaticsGateway.Integration.Test.Hooks { public interface IDatabaseDataProvider { Task<string> InjectAcrRequest(); -======== -using Microsoft.Extensions.Hosting; - -namespace Monai.Deploy.InformaticsGateway.Database.Api -{ - public interface IDatabaseMigrationManager - { - IHost Migrate(IHost host); ->>>>>>>> develop:src/Database/Api/IDatabaseMigrationManager.cs } } From 4a33a28ddf32ca5a2f3088ee849d5008d21e2fda Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 19:14:08 +0000 Subject: [PATCH 20/31] Fix warnings Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/Drivers/EfDataProvider.cs | 1 - .../Monai.Deploy.InformaticsGateway.Integration.Test.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/Integration.Test/Drivers/EfDataProvider.cs b/tests/Integration.Test/Drivers/EfDataProvider.cs index e9c4c27e0..bea238fb1 100644 --- a/tests/Integration.Test/Drivers/EfDataProvider.cs +++ b/tests/Integration.Test/Drivers/EfDataProvider.cs @@ -26,7 +26,6 @@ public sealed class EfDataProvider : IDatabaseDataProvider { private readonly ISpecFlowOutputHelper _outputHelper; private readonly Configurations _configuration; - private readonly ObjectContainer _objectContainer; private readonly InformaticsGatewayContext _dbContext; public EfDataProvider(ISpecFlowOutputHelper outputHelper, Configurations configuration, InformaticsGatewayContext informaticsGatewayContext) diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index 8d91de991..c69f98d98 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -63,7 +63,6 @@ <ProjectReference Include="..\..\src\Configuration\Monai.Deploy.InformaticsGateway.Configuration.csproj" /> <ProjectReference Include="..\..\src\Database\EntityFramework\Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj" /> <ProjectReference Include="..\..\src\Database\Monai.Deploy.InformaticsGateway.Database.csproj" /> - <ProjectReference Include="..\..\src\Database\Sqlite\Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj" /> <ProjectReference Include="..\..\src\DicomWebClient\Monai.Deploy.InformaticsGateway.DicomWeb.Client.csproj" /> <ProjectReference Include="..\..\src\InformaticsGateway\Monai.Deploy.InformaticsGateway.csproj" /> </ItemGroup> From 8892ff3da8628e3b889a62d2e70b116433cda93a Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 12:19:49 -0800 Subject: [PATCH 21/31] Update run.sh Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/Common/MinioDataSink.cs | 5 +++-- tests/Integration.Test/run.sh | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/Integration.Test/Common/MinioDataSink.cs b/tests/Integration.Test/Common/MinioDataSink.cs index be1a9b608..d90da035f 100644 --- a/tests/Integration.Test/Common/MinioDataSink.cs +++ b/tests/Integration.Test/Common/MinioDataSink.cs @@ -85,8 +85,9 @@ internal void CleanBucketAsync() .WithObject(item.Key); await minioClient.RemoveObjectAsync(deletObjectsArgs).ConfigureAwait(false); count++; - }); - + }, + ex => Console.WriteLine($"Error listing objects: {ex}"), + () => Console.WriteLine($"Listed all objects in bucket {_options.Storage.StorageServiceBucketName}\n")); stopwatch.Stop(); _outputHelper.WriteLine($"Cleaned up {0} objects from Minio in {1}s...", count, stopwatch.Elapsed.TotalSeconds); } diff --git a/tests/Integration.Test/run.sh b/tests/Integration.Test/run.sh index d748ae738..6a8bd2879 100755 --- a/tests/Integration.Test/run.sh +++ b/tests/Integration.Test/run.sh @@ -151,10 +151,12 @@ function save_logs() { } function tear_down() { + set +e pushd $DOCKER_COMPOSE_DIR info "Stopping services..." docker compose down --remove-orphans popd + set -e } function main() { From 6a7d2746e181c8360a095e0118d99504f9dff695 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 13:19:29 -0800 Subject: [PATCH 22/31] Update storage watermark Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration.Test/appsettings.json b/tests/Integration.Test/appsettings.json index 76ce40579..365be1aa9 100644 --- a/tests/Integration.Test/appsettings.json +++ b/tests/Integration.Test/appsettings.json @@ -44,8 +44,8 @@ "storageRootPath": "/payloads", "temporaryBucketName": "monaideploy", "serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO", - "watermarkPercent": 75, - "reserveSpaceGB": 5, + "watermarkPercent": 99, + "reserveSpaceGB": 1, "settings": { "endpoint": "localhost:9000", "accessKey": "minioadmin", From ab29adff53469fc1ae2309b4171012b319998692 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 16:38:49 -0800 Subject: [PATCH 23/31] Update messaging lib Signed-off-by: Victor Chang <vicchang@nvidia.com> --- doc/dependency_decisions.yml | 4 ++-- docs/compliance/third-party-licenses.md | 12 ++++++------ src/Api/Monai.Deploy.InformaticsGateway.Api.csproj | 2 +- ...ai.Deploy.InformaticsGateway.Configuration.csproj | 4 ++-- .../Monai.Deploy.InformaticsGateway.csproj | 4 ++-- ...Deploy.InformaticsGateway.Integration.Test.csproj | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 0a30a4c56..2a2ed388d 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -791,14 +791,14 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.9 + - 0.1.10 :when: 2022-08-16 23:06:21.051573547 Z - - :approve - Monai.Deploy.Messaging.RabbitMQ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.9 + - 0.1.10 :when: 2022-08-16 23:06:21.511789690 Z - - :approve - Monai.Deploy.Storage diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index ff3b3127b..9e9de6242 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -6870,14 +6870,14 @@ Apache License <details> -<summary>Monai.Deploy.Messaging 0.1.9</summary> +<summary>Monai.Deploy.Messaging 0.1.10</summary> ## Monai.Deploy.Messaging -- Version: 0.1.9 +- Version: 0.1.10 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.9) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.10) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -7098,14 +7098,14 @@ By downloading this software, you agree to the license terms & all licenses list <details> -<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.9</summary> +<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.10</summary> ## Monai.Deploy.Messaging.RabbitMQ -- Version: 0.1.9 +- Version: 0.1.10 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.9) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.10) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index b24e6e930..0aaac7cfb 100644 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Macross.Json.Extensions" Version="3.0.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.10" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.10" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> </ItemGroup> diff --git a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj index 3e738daba..46f0ac436 100644 --- a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj +++ b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj @@ -1,4 +1,4 @@ -<!-- +<!-- ~ Copyright 2021-2022 MONAI Consortium ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.10" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="System.IO.Abstractions" Version="17.2.3" /> </ItemGroup> diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index 82ca2efec..cd2b627f7 100644 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -1,4 +1,4 @@ -<!-- +<!-- ~ Copyright 2022 MONAI Consortium ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -48,7 +48,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.10" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" /> diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index c69f98d98..705c0f078 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -33,7 +33,7 @@ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> <PackageReference Include="Minio" Version="4.0.6" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.10" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="Moq" Version="4.18.2" /> <PackageReference Include="Polly" Version="7.2.3" /> From f735aba7f696b5dde254e64dab1c97507e7fd4a7 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 17:14:58 -0800 Subject: [PATCH 24/31] Configure IG log for integration test Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/Hooks/TestHooks.cs | 3 +- ...InformaticsGateway.Integration.Test.csproj | 6 +- tests/Integration.Test/nlog.config | 88 +++++++++++++++++++ 3 files changed, 95 insertions(+), 2 deletions(-) create mode 100644 tests/Integration.Test/nlog.config diff --git a/tests/Integration.Test/Hooks/TestHooks.cs b/tests/Integration.Test/Hooks/TestHooks.cs index 1d4c2680b..4c5171b98 100644 --- a/tests/Integration.Test/Hooks/TestHooks.cs +++ b/tests/Integration.Test/Hooks/TestHooks.cs @@ -181,10 +181,11 @@ public static void Shtudown() [AfterTestRun(Order = 0)] [AfterScenario] - public static void ClearTestData() + public static void ClearTestData(ISpecFlowOutputHelper outputHelper) { s_minioSink.CleanBucketAsync(); RabbitConnectionFactory.PurgeAllQueues(s_options.Value.Messaging); + outputHelper.WriteLine($"=============================== END ==============================="); } private static void SetupInformaticsGateway() diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index 705c0f078..fc129fa05 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -1,4 +1,4 @@ -<!-- +<!-- ~ Copyright 2022 MONAI Consortium ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -67,6 +67,10 @@ <ProjectReference Include="..\..\src\InformaticsGateway\Monai.Deploy.InformaticsGateway.csproj" /> </ItemGroup> + <ItemGroup> + <None Include="./nlog.config" CopyToOutputDirectory="Always" /> + </ItemGroup> + <Target Name="CopyPluginsBuild" AfterTargets="Build"> <ItemGroup> <PluginDlls Include="$(OutDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(OutDir)Monai.Deploy.Storage.MinIO.dll;$(OutDir)Minio.dll" /> diff --git a/tests/Integration.Test/nlog.config b/tests/Integration.Test/nlog.config new file mode 100644 index 000000000..446bba029 --- /dev/null +++ b/tests/Integration.Test/nlog.config @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8" ?> + +<!-- +Copyright 2022 MONAI Consortium + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + autoReload="true" + internalLogLevel="Debug" + internalLogFile="${basedir}/logs/internal-nlog.txt"> + + <extensions> + <add assembly="NLog.Web.AspNetCore"/> + <add assembly="NLog.Extensions.Logging"/> + </extensions> + + <variable name="logDir" value="${basedir}/logs/" /> + + <time type="AccurateUTC" /> + + <targets async="true"> + <!-- File Target for all log messages with basic details --> + <target xsi:type="File" name="allfile" fileName="${logDir}/MIG-${shortdate}.log" > + <layout xsi:type="JsonLayout" includeEventProperties="true" includeScopeProperties="true"> + <attribute name="timestamp" layout="${date:format=o}" /> + <attribute name="level" layout="${level:upperCase=true}"/> + <attribute name="logger" layout="${logger}" /> + <attribute name="message" layout="${message:raw=true}" /> + <attribute name="properties" layout="${message:raw=true}" /> + </layout> + </target> + + + <!--Console Target for hosting lifetime messages to improve Docker / Visual Studio startup detection --> + <target xsi:type="ColoredConsole" name="lifetimeConsole" layout="${longdate}|${event-properties:item=EventId:whenEmpty=0}|${uppercase:${level}}|${logger}|${scopenested}|${message} ${exception:format=tostring}" /> + + <target name="logstash" xsi:type="Network" address="${environment:LOGSTASH_URL}" newLine="true"> + <layout xsi:type="JsonLayout" IncludeEventProperties="true" IncludeScopeProperties="true"> + <attribute name="Tag" layout="${environment:ENVIRONMENT_NAME}" /> + <attribute name="ServiceName" layout="${servicename}" /> + <attribute name="ServiceVersion" layout="${serviceversion}" /> + <attribute name="MachineName" layout="${machinename}" /> + <attribute name="CorrelationId" layout="${mdlc:item=correlationId}"/> + <attribute name="LoggerName" layout="${logger}"/> + <attribute name="Level" layout="${level:upperCase=true}"/> + <attribute name="Message" layout="${message}"/> + <attribute name="Exception" layout="${onexception:${literal:text=|}"/> + <attribute name="Exception2" layout="${exception:format=tostring}"/> + </layout> + </target> + + </targets> + + <!-- rules to map from logger name to target --> + <rules> + <!--All logs, including from Microsoft--> + <logger name="*" minlevel="Trace" writeTo="allfile" /> + + <!--Output hosting lifetime messages to console target for faster startup detection --> + <logger name="Microsoft.EntityFrameworkCore" minlevel="Warn" writeTo="lifetimeConsole" final="false" /> + <logger name="Microsoft.Hosting.Lifetime" minlevel="Info" writeTo="lifetimeConsole" final="false" /> + <logger name="Monai.*" minlevel="Debug" writeTo="lifetimeConsole" final="false" /> + + <!--Skip non-critical Microsoft logs and so log only own logs (BlackHole) --> + <logger name="Microsoft.*" maxlevel="Info" final="true" /> + <logger name="System.Net.Http.*" maxlevel="Info" final="true" /> + + <logger name="*" minlevel="Trace" writeTo="logstash" > + <filters FilterDefaultAction="Log"> + <when condition="length('${environment:LOGSTASH_URL}') < 10" action="Ignore" /> + </filters> + </logger> + + </rules> +</nlog> From 2f78cb5e8ba613299ce1ca568a59f39569bce441 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 17:42:44 -0800 Subject: [PATCH 25/31] Update docker compose images Signed-off-by: Victor Chang <vicchang@nvidia.com> --- docker-compose/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 7eaf598e0..93c2e3d99 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -15,7 +15,7 @@ version: "3.9" services: rabbitmq: - image: rabbitmq:3-management + image: rabbitmq:3.10-management hostname: rabbitmq ports: - 5672:5672 @@ -75,7 +75,7 @@ services: start_period: 40s orthanc: - image: "jodogne/orthanc-plugins" + image: osimis/orthanc:22.9.0 hostname: orthanc volumes: - ./configs/orthanc.json:/etc/orthanc/orthanc.json From 256bd38ae693956452a2133ca271e52bf3a5ded5 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Tue, 8 Nov 2022 18:23:12 -0800 Subject: [PATCH 26/31] Update docker compose images Signed-off-by: Victor Chang <vicchang@nvidia.com> --- docker-compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 93c2e3d99..eba0d0c9f 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -57,7 +57,7 @@ services: - monaideploy mongodb: - image: mongo:5.0.12 + image: mongo:latest environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: rootpassword From bd5caa8018e6817e66f1eeeff5890b761e3794ea Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Wed, 9 Nov 2022 04:25:04 +0000 Subject: [PATCH 27/31] Revert messaging lib to 0.1.9 Signed-off-by: Victor Chang <vicchang@nvidia.com> --- doc/dependency_decisions.yml | 4 +- docs/compliance/third-party-licenses.md | 8252 ++++++++--------- ...Monai.Deploy.InformaticsGateway.Api.csproj | 2 +- ...oy.InformaticsGateway.Configuration.csproj | 2 +- .../Monai.Deploy.InformaticsGateway.csproj | 2 +- ...InformaticsGateway.Integration.Test.csproj | 2 +- 6 files changed, 4132 insertions(+), 4132 deletions(-) diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 2a2ed388d..0a30a4c56 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -791,14 +791,14 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.10 + - 0.1.9 :when: 2022-08-16 23:06:21.051573547 Z - - :approve - Monai.Deploy.Messaging.RabbitMQ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.10 + - 0.1.9 :when: 2022-08-16 23:06:21.511789690 Z - - :approve - Monai.Deploy.Storage diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index 9e9de6242..9b6bd58d0 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -107,11 +107,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. @@ -180,11 +180,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. @@ -253,11 +253,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. @@ -1349,55 +1349,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 @@ -1410,13 +1410,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://learn.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 @@ -1424,36 +1424,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.    +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 @@ -1498,7 +1498,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 @@ -2446,55 +2446,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 @@ -2507,13 +2507,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://learn.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 @@ -2521,36 +2521,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.    +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 @@ -2595,7 +2595,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 @@ -2646,55 +2646,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 @@ -2707,13 +2707,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://learn.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 @@ -2721,36 +2721,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.    +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 @@ -2795,7 +2795,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 @@ -5214,55 +5214,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 @@ -5275,13 +5275,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://learn.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 @@ -5289,36 +5289,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.    +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 @@ -5363,7 +5363,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 @@ -5456,55 +5456,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 @@ -5517,13 +5517,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://learn.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 @@ -5531,36 +5531,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.    +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 @@ -5605,7 +5605,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 @@ -5656,55 +5656,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 @@ -5717,13 +5717,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://learn.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 @@ -5731,36 +5731,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.    +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 @@ -5805,7 +5805,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 @@ -6218,55 +6218,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 @@ -6279,13 +6279,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://learn.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 @@ -6293,36 +6293,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.    +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 @@ -6367,7 +6367,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 @@ -6870,14 +6870,14 @@ Apache License <details> -<summary>Monai.Deploy.Messaging 0.1.10</summary> +<summary>Monai.Deploy.Messaging 0.1.9</summary> ## Monai.Deploy.Messaging -- Version: 0.1.10 +- Version: 0.1.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.10) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -7098,14 +7098,14 @@ By downloading this software, you agree to the license terms & all licenses list <details> -<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.10</summary> +<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.9</summary> ## Monai.Deploy.Messaging.RabbitMQ -- Version: 0.1.10 +- Version: 0.1.9 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.10) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.9) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -8132,55 +8132,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 @@ -8193,13 +8193,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://learn.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 @@ -8207,36 +8207,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.    +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 @@ -8281,7 +8281,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 @@ -8360,31 +8360,31 @@ Copyright (c) 2004-2021 Jaroslaw Kowalski , Kim Christensen, Julian Verdurmen All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. + and/or other materials provided with the distribution. -* Neither the name of Jaroslaw Kowalski nor the names of its +* Neither the name of Jaroslaw Kowalski nor the names of its contributors may be used to endorse or promote products derived from this - software without specific prior written permission. + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ``` @@ -8946,7 +8946,7 @@ resources legal and licencing contributors -  + Please note: our license is an adaptation of the MIT X11 License and should be read as such. @@ -8957,11 +8957,11 @@ Copyright (c) 2000 - 2022 The Legion of the Bouncy Castle Inc. (http://www.bounc The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -  -  + + + Site hosted by Tau Ceti Co-operative Ltd. @@ -10515,55 +10515,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 @@ -10576,13 +10576,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://learn.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 @@ -10590,36 +10590,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.    +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 @@ -10664,7 +10664,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 @@ -10715,55 +10715,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 @@ -10776,13 +10776,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://learn.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 @@ -10790,36 +10790,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.    +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 @@ -10864,7 +10864,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 @@ -10957,55 +10957,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 @@ -11018,13 +11018,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://learn.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 @@ -11032,36 +11032,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.    +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 @@ -11106,7 +11106,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 @@ -11157,55 +11157,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 @@ -11218,13 +11218,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://learn.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 @@ -11232,36 +11232,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.    +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 @@ -11306,7 +11306,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 @@ -11398,55 +11398,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 @@ -11459,13 +11459,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://learn.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 @@ -11473,36 +11473,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.    +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 @@ -11547,7 +11547,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 @@ -11598,55 +11598,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 @@ -11659,13 +11659,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://learn.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 @@ -11673,36 +11673,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.    +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 @@ -11747,7 +11747,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 @@ -11962,55 +11962,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 @@ -12023,13 +12023,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://learn.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 @@ -12037,36 +12037,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.    +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 @@ -12111,7 +12111,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 @@ -12246,55 +12246,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 @@ -12307,13 +12307,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://learn.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 @@ -12321,36 +12321,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.    +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 @@ -12395,7 +12395,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 @@ -12446,55 +12446,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 @@ -12507,13 +12507,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://learn.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 @@ -12521,36 +12521,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.    +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 @@ -12595,7 +12595,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 @@ -12688,55 +12688,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 @@ -12749,13 +12749,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://learn.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 @@ -12763,36 +12763,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.    +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 @@ -12837,7 +12837,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 @@ -12888,55 +12888,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 @@ -12949,13 +12949,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://learn.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 @@ -12963,36 +12963,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.    +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 @@ -13037,7 +13037,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 @@ -13088,55 +13088,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 @@ -13149,13 +13149,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://learn.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 @@ -13163,36 +13163,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.    +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 @@ -13237,7 +13237,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 @@ -13370,55 +13370,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 @@ -13431,13 +13431,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://learn.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 @@ -13445,36 +13445,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.    +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 @@ -13519,7 +13519,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 @@ -13570,55 +13570,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 @@ -13631,13 +13631,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://learn.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 @@ -13645,36 +13645,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.    +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 @@ -13719,7 +13719,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 @@ -13812,55 +13812,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 @@ -13873,13 +13873,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://learn.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 @@ -13887,36 +13887,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.    +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 @@ -13961,7 +13961,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 @@ -14012,55 +14012,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 @@ -14073,13 +14073,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://learn.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 @@ -14087,36 +14087,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.    +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 @@ -14161,7 +14161,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 @@ -14212,55 +14212,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 @@ -14273,13 +14273,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://learn.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 @@ -14287,36 +14287,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.    +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 @@ -14361,7 +14361,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 @@ -14412,55 +14412,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 @@ -14473,13 +14473,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://learn.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 @@ -14487,36 +14487,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.    +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 @@ -14561,7 +14561,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 @@ -14612,55 +14612,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 @@ -14673,13 +14673,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://learn.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 @@ -14687,36 +14687,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.    +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 @@ -14761,7 +14761,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 @@ -14812,55 +14812,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 @@ -14873,13 +14873,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://learn.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 @@ -14887,36 +14887,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.    +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 @@ -14961,7 +14961,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 @@ -15176,55 +15176,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 @@ -15237,13 +15237,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://learn.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 @@ -15251,36 +15251,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.    +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 @@ -15325,7 +15325,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 @@ -15376,55 +15376,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 @@ -15437,13 +15437,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://learn.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 @@ -15451,36 +15451,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.    +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 @@ -15525,7 +15525,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 @@ -15576,55 +15576,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 @@ -15637,13 +15637,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://learn.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 @@ -15651,36 +15651,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.    +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 @@ -15725,7 +15725,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 @@ -15776,55 +15776,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 @@ -15837,13 +15837,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://learn.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 @@ -15851,36 +15851,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.    +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 @@ -15925,7 +15925,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 @@ -15976,55 +15976,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 @@ -16037,13 +16037,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://learn.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 @@ -16051,36 +16051,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.    +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 @@ -16125,7 +16125,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 @@ -16217,55 +16217,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 @@ -16278,13 +16278,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://learn.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 @@ -16292,36 +16292,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.    +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 @@ -16366,7 +16366,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 @@ -16501,55 +16501,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 @@ -16562,13 +16562,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://learn.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 @@ -16576,36 +16576,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.    +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 @@ -16650,7 +16650,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 @@ -16701,55 +16701,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 @@ -16762,13 +16762,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://learn.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 @@ -16776,36 +16776,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.    +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 @@ -16850,7 +16850,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 @@ -16901,55 +16901,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 @@ -16962,13 +16962,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://learn.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 @@ -16976,36 +16976,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.    +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 @@ -17050,7 +17050,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 @@ -17101,55 +17101,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 @@ -17162,13 +17162,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://learn.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 @@ -17176,36 +17176,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.    +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 @@ -17250,7 +17250,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 @@ -17301,55 +17301,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 @@ -17362,13 +17362,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://learn.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 @@ -17376,36 +17376,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.    +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 @@ -17450,7 +17450,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 @@ -17501,55 +17501,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 @@ -17562,13 +17562,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://learn.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 @@ -17576,36 +17576,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.    +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 @@ -17650,7 +17650,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 @@ -17701,55 +17701,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 @@ -17762,13 +17762,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://learn.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 @@ -17776,36 +17776,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.    +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 @@ -17850,7 +17850,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 @@ -17901,55 +17901,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 @@ -17962,13 +17962,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://learn.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 @@ -17976,36 +17976,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.    +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 @@ -18050,7 +18050,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 @@ -18183,55 +18183,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 @@ -18244,13 +18244,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://learn.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 @@ -18258,36 +18258,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.    +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 @@ -18332,7 +18332,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 @@ -18383,55 +18383,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 @@ -18444,13 +18444,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://learn.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 @@ -18458,36 +18458,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.    +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 @@ -18532,7 +18532,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 @@ -18583,55 +18583,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 @@ -18644,13 +18644,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://learn.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 @@ -18658,36 +18658,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.    +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 @@ -18732,7 +18732,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 @@ -18783,55 +18783,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 @@ -18844,13 +18844,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://learn.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 @@ -18858,36 +18858,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.    +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 @@ -18932,7 +18932,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 @@ -18983,55 +18983,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 @@ -19044,13 +19044,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://learn.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 @@ -19058,36 +19058,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.    +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 @@ -19132,7 +19132,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 @@ -19225,55 +19225,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 @@ -19286,13 +19286,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://learn.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 @@ -19300,36 +19300,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.    +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 @@ -19374,7 +19374,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 @@ -19425,55 +19425,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 @@ -19486,13 +19486,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://learn.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 @@ -19500,36 +19500,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.    +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 @@ -19574,7 +19574,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 @@ -19625,55 +19625,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 @@ -19686,13 +19686,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://learn.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 @@ -19700,36 +19700,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.    +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 @@ -19774,7 +19774,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 @@ -19825,55 +19825,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 @@ -19886,13 +19886,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://learn.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 @@ -19900,36 +19900,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.    +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 @@ -19974,7 +19974,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 @@ -20025,55 +20025,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 @@ -20086,13 +20086,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://learn.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 @@ -20100,36 +20100,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.    +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 @@ -20174,7 +20174,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 @@ -20308,55 +20308,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 @@ -20369,13 +20369,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://learn.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 @@ -20383,36 +20383,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.    +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 @@ -20457,7 +20457,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 @@ -20508,55 +20508,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 @@ -20569,13 +20569,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://learn.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 @@ -20583,36 +20583,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.    +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 @@ -20657,7 +20657,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 @@ -20708,55 +20708,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 @@ -20769,13 +20769,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://learn.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 @@ -20783,36 +20783,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.    +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 @@ -20857,7 +20857,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 @@ -20908,55 +20908,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 @@ -20969,13 +20969,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://learn.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 @@ -20983,36 +20983,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.    +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 @@ -21057,7 +21057,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 @@ -21108,55 +21108,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 @@ -21169,13 +21169,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://learn.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 @@ -21183,36 +21183,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.    +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 @@ -21257,7 +21257,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 @@ -21308,55 +21308,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 @@ -21369,13 +21369,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://learn.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 @@ -21383,36 +21383,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.    +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 @@ -21457,7 +21457,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 @@ -21508,55 +21508,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 @@ -21569,13 +21569,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://learn.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 @@ -21583,36 +21583,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.    +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 @@ -21657,7 +21657,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 @@ -21708,55 +21708,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 @@ -21769,13 +21769,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://learn.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 @@ -21783,36 +21783,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.    +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 @@ -21857,7 +21857,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 @@ -21908,55 +21908,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 @@ -21969,13 +21969,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://learn.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 @@ -21983,36 +21983,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.    +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 @@ -22057,7 +22057,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 @@ -22150,55 +22150,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 @@ -22211,13 +22211,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://learn.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 @@ -22225,36 +22225,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.    +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 @@ -22299,7 +22299,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 @@ -22350,55 +22350,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 @@ -22411,13 +22411,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://learn.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 @@ -22425,36 +22425,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.    +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 @@ -22499,7 +22499,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 @@ -22550,55 +22550,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 @@ -22611,13 +22611,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://learn.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 @@ -22625,36 +22625,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.    +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 @@ -22699,7 +22699,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 @@ -22750,55 +22750,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 @@ -22811,13 +22811,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://learn.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 @@ -22825,36 +22825,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.    +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 @@ -22899,7 +22899,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 @@ -22950,55 +22950,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 @@ -23011,13 +23011,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://learn.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 @@ -23025,36 +23025,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.    +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 @@ -23099,7 +23099,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 @@ -23150,55 +23150,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 @@ -23211,13 +23211,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://learn.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 @@ -23225,36 +23225,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.    +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 @@ -23299,7 +23299,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 @@ -23350,55 +23350,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 @@ -23411,13 +23411,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://learn.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 @@ -23425,36 +23425,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.    +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 @@ -23499,7 +23499,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 @@ -23592,55 +23592,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 @@ -23653,13 +23653,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://learn.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 @@ -23667,36 +23667,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.    +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 @@ -23741,7 +23741,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 @@ -23834,55 +23834,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 @@ -23895,13 +23895,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://learn.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 @@ -23909,36 +23909,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.    +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 @@ -23983,7 +23983,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 @@ -24034,55 +24034,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 @@ -24095,13 +24095,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://learn.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 @@ -24109,36 +24109,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.    +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 @@ -24183,7 +24183,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 @@ -24276,55 +24276,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 @@ -24337,13 +24337,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://learn.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 @@ -24351,36 +24351,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.    +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 @@ -24425,7 +24425,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 @@ -24518,55 +24518,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 @@ -24579,13 +24579,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://learn.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 @@ -24593,36 +24593,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.    +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 @@ -24667,7 +24667,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 @@ -24966,55 +24966,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 @@ -25027,13 +25027,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://learn.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 @@ -25041,36 +25041,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.    +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 @@ -25115,7 +25115,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 @@ -25166,55 +25166,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 @@ -25227,13 +25227,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://learn.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 @@ -25241,36 +25241,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.    +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 @@ -25315,7 +25315,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 @@ -25449,55 +25449,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 @@ -25510,13 +25510,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://learn.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 @@ -25524,36 +25524,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.    +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 @@ -25598,7 +25598,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 @@ -25649,55 +25649,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 @@ -25710,13 +25710,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://learn.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 @@ -25724,36 +25724,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.    +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 @@ -25798,7 +25798,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 @@ -25890,55 +25890,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 @@ -25951,13 +25951,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://learn.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 @@ -25965,36 +25965,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.    +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 @@ -26039,7 +26039,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 @@ -26132,55 +26132,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 @@ -26193,13 +26193,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://learn.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 @@ -26207,36 +26207,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.    +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 @@ -26281,7 +26281,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 @@ -26332,55 +26332,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 @@ -26393,13 +26393,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://learn.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 @@ -26407,36 +26407,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.    +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 @@ -26481,7 +26481,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 @@ -26574,55 +26574,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 @@ -26635,13 +26635,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://learn.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 @@ -26649,36 +26649,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.    +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 @@ -26723,7 +26723,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 @@ -26774,55 +26774,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 @@ -26835,13 +26835,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://learn.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 @@ -26849,36 +26849,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.    +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 @@ -26923,7 +26923,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 @@ -26974,55 +26974,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 @@ -27035,13 +27035,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://learn.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 @@ -27049,36 +27049,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.    +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 @@ -27123,7 +27123,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 @@ -27298,31 +27298,31 @@ A "contributor" is any person that distributes its contribution under this licen "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights -(A) Copyright Grant- Subject to the terms of this license, including the license conditions - and limitations in section 3, each contributor grants you a non-exclusive, worldwide, - royalty-free copyright license to reproduce its contribution, prepare derivative works +(A) Copyright Grant- Subject to the terms of this license, including the license conditions + and limitations in section 3, each contributor grants you a non-exclusive, worldwide, + royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. -(B) Patent Grant- Subject to the terms of this license, including the license conditions and - limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free - license under its licensed patents to make, have made, use, sell, offer for sale, import, - and/or otherwise dispose of its contribution in the software or derivative works of the +(B) Patent Grant- Subject to the terms of this license, including the license conditions and + limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free + license under its licensed patents to make, have made, use, sell, offer for sale, import, + and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations -(A) No Trademark License- This license does not grant you rights to use any contributors' name, +(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. -(B) If you bring a patent claim against any contributor over patents that you claim are infringed +(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. -(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, +(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. -(D) If you distribute any portion of the software in source code form, you may do so only under this - license by including a complete copy of this license with your distribution. If you distribute - any portion of the software in compiled or object code form, you may only do so under a license +(D) If you distribute any portion of the software in source code form, you may do so only under this + license by including a complete copy of this license with your distribution. If you distribute + any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. -(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express - warranties, guarantees or conditions. You may have additional consumer rights under your local - laws which this license cannot change. To the extent permitted under your local laws, the - contributors exclude the implied warranties of merchantability, fitness for a particular purpose +(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express + warranties, guarantees or conditions. You may have additional consumer rights under your local + laws which this license cannot change. To the extent permitted under your local laws, the + contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. @@ -27443,30 +27443,30 @@ Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt. Copyright (c) 2007-2009, Jan de Vaan All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of my employer, nor the names of its contributors may be - used to endorse or promote products derived from this software without +* Neither the name of my employer, nor the names of its contributors may be + used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -27476,70 +27476,70 @@ The MIT License (MIT) Copyright (c) Microsoft Corporation -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Microsoft Patent Promise for .NET Libraries and Runtime Components +Microsoft Patent Promise for .NET Libraries and Runtime Components -Microsoft Corporation and its affiliates ("Microsoft") promise not to assert -any .NET Patents against you for making, using, selling, offering for sale, -importing, or distributing Covered Code, as part of either a .NET Runtime or -as part of any application designed to run on a .NET Runtime. +Microsoft Corporation and its affiliates ("Microsoft") promise not to assert +any .NET Patents against you for making, using, selling, offering for sale, +importing, or distributing Covered Code, as part of either a .NET Runtime or +as part of any application designed to run on a .NET Runtime. -If you file, maintain, or voluntarily participate in any claim in a lawsuit -alleging direct or contributory patent infringement by any Covered Code, or -inducement of patent infringement by any Covered Code, then your rights under -this promise will automatically terminate. +If you file, maintain, or voluntarily participate in any claim in a lawsuit +alleging direct or contributory patent infringement by any Covered Code, or +inducement of patent infringement by any Covered Code, then your rights under +this promise will automatically terminate. -This promise is not an assurance that (i) any .NET Patents are valid or -enforceable, or (ii) Covered Code does not infringe patents or other -intellectual property rights of any third party. No rights except those -expressly stated in this promise are granted, waived, or received by -Microsoft, whether by implication, exhaustion, estoppel, or otherwise. -This is a personal promise directly from Microsoft to you, and you agree as a -condition of benefiting from it that no Microsoft rights are received from -suppliers, distributors, or otherwise from any other person in connection with -this promise. +This promise is not an assurance that (i) any .NET Patents are valid or +enforceable, or (ii) Covered Code does not infringe patents or other +intellectual property rights of any third party. No rights except those +expressly stated in this promise are granted, waived, or received by +Microsoft, whether by implication, exhaustion, estoppel, or otherwise. +This is a personal promise directly from Microsoft to you, and you agree as a +condition of benefiting from it that no Microsoft rights are received from +suppliers, distributors, or otherwise from any other person in connection with +this promise. -Definitions: +Definitions: -"Covered Code" means those Microsoft .NET libraries and runtime components as -made available by Microsoft at https://github.com/Microsoft/referencesource. +"Covered Code" means those Microsoft .NET libraries and runtime components as +made available by Microsoft at https://github.com/Microsoft/referencesource. -".NET Patents" are those patent claims, both currently owned by Microsoft and -acquired in the future, that are necessarily infringed by Covered Code. .NET -Patents do not include any patent claims that are infringed by any Enabling -Technology, that are infringed only as a consequence of modification of -Covered Code, or that are infringed only by the combination of Covered Code -with third party code. +".NET Patents" are those patent claims, both currently owned by Microsoft and +acquired in the future, that are necessarily infringed by Covered Code. .NET +Patents do not include any patent claims that are infringed by any Enabling +Technology, that are infringed only as a consequence of modification of +Covered Code, or that are infringed only by the combination of Covered Code +with third party code. -".NET Runtime" means any compliant implementation in software of (a) all of -the required parts of the mandatory provisions of Standard ECMA-335 – Common -Language Infrastructure (CLI); and (b) if implemented, any additional -functionality in Microsoft's .NET Framework, as described in Microsoft's API -documentation on its MSDN website. For example, .NET Runtimes include -Microsoft's .NET Framework and those portions of the Mono Project compliant -with (a) and (b). +".NET Runtime" means any compliant implementation in software of (a) all of +the required parts of the mandatory provisions of Standard ECMA-335 – Common +Language Infrastructure (CLI); and (b) if implemented, any additional +functionality in Microsoft's .NET Framework, as described in Microsoft's API +documentation on its MSDN website. For example, .NET Runtimes include +Microsoft's .NET Framework and those portions of the Mono Project compliant +with (a) and (b). -"Enabling Technology" means underlying or enabling technology that may be -used, combined, or distributed in connection with Microsoft's .NET Framework -or other .NET Runtimes, such as hardware, operating systems, and applications -that run on .NET Framework or other .NET Runtimes. +"Enabling Technology" means underlying or enabling technology that may be +used, combined, or distributed in connection with Microsoft's .NET Framework +or other .NET Runtimes, such as hardware, operating systems, and applications +that run on .NET Framework or other .NET Runtimes. @@ -27603,31 +27603,31 @@ A "contributor" is any person that distributes its contribution under this licen "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights -(A) Copyright Grant- Subject to the terms of this license, including the license conditions - and limitations in section 3, each contributor grants you a non-exclusive, worldwide, - royalty-free copyright license to reproduce its contribution, prepare derivative works +(A) Copyright Grant- Subject to the terms of this license, including the license conditions + and limitations in section 3, each contributor grants you a non-exclusive, worldwide, + royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. -(B) Patent Grant- Subject to the terms of this license, including the license conditions and - limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free - license under its licensed patents to make, have made, use, sell, offer for sale, import, - and/or otherwise dispose of its contribution in the software or derivative works of the +(B) Patent Grant- Subject to the terms of this license, including the license conditions and + limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free + license under its licensed patents to make, have made, use, sell, offer for sale, import, + and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations -(A) No Trademark License- This license does not grant you rights to use any contributors' name, +(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. -(B) If you bring a patent claim against any contributor over patents that you claim are infringed +(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. -(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, +(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. -(D) If you distribute any portion of the software in source code form, you may do so only under this - license by including a complete copy of this license with your distribution. If you distribute - any portion of the software in compiled or object code form, you may only do so under a license +(D) If you distribute any portion of the software in source code form, you may do so only under this + license by including a complete copy of this license with your distribution. If you distribute + any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. -(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express - warranties, guarantees or conditions. You may have additional consumer rights under your local - laws which this license cannot change. To the extent permitted under your local laws, the - contributors exclude the implied warranties of merchantability, fitness for a particular purpose +(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express + warranties, guarantees or conditions. You may have additional consumer rights under your local + laws which this license cannot change. To the extent permitted under your local laws, the + contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. @@ -27748,30 +27748,30 @@ Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt. Copyright (c) 2007-2009, Jan de Vaan All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of my employer, nor the names of its contributors may be - used to endorse or promote products derived from this software without +* Neither the name of my employer, nor the names of its contributors may be + used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -27781,70 +27781,70 @@ The MIT License (MIT) Copyright (c) Microsoft Corporation -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Microsoft Patent Promise for .NET Libraries and Runtime Components +Microsoft Patent Promise for .NET Libraries and Runtime Components -Microsoft Corporation and its affiliates ("Microsoft") promise not to assert -any .NET Patents against you for making, using, selling, offering for sale, -importing, or distributing Covered Code, as part of either a .NET Runtime or -as part of any application designed to run on a .NET Runtime. +Microsoft Corporation and its affiliates ("Microsoft") promise not to assert +any .NET Patents against you for making, using, selling, offering for sale, +importing, or distributing Covered Code, as part of either a .NET Runtime or +as part of any application designed to run on a .NET Runtime. -If you file, maintain, or voluntarily participate in any claim in a lawsuit -alleging direct or contributory patent infringement by any Covered Code, or -inducement of patent infringement by any Covered Code, then your rights under -this promise will automatically terminate. +If you file, maintain, or voluntarily participate in any claim in a lawsuit +alleging direct or contributory patent infringement by any Covered Code, or +inducement of patent infringement by any Covered Code, then your rights under +this promise will automatically terminate. -This promise is not an assurance that (i) any .NET Patents are valid or -enforceable, or (ii) Covered Code does not infringe patents or other -intellectual property rights of any third party. No rights except those -expressly stated in this promise are granted, waived, or received by -Microsoft, whether by implication, exhaustion, estoppel, or otherwise. -This is a personal promise directly from Microsoft to you, and you agree as a -condition of benefiting from it that no Microsoft rights are received from -suppliers, distributors, or otherwise from any other person in connection with -this promise. +This promise is not an assurance that (i) any .NET Patents are valid or +enforceable, or (ii) Covered Code does not infringe patents or other +intellectual property rights of any third party. No rights except those +expressly stated in this promise are granted, waived, or received by +Microsoft, whether by implication, exhaustion, estoppel, or otherwise. +This is a personal promise directly from Microsoft to you, and you agree as a +condition of benefiting from it that no Microsoft rights are received from +suppliers, distributors, or otherwise from any other person in connection with +this promise. -Definitions: +Definitions: -"Covered Code" means those Microsoft .NET libraries and runtime components as -made available by Microsoft at https://github.com/Microsoft/referencesource. +"Covered Code" means those Microsoft .NET libraries and runtime components as +made available by Microsoft at https://github.com/Microsoft/referencesource. -".NET Patents" are those patent claims, both currently owned by Microsoft and -acquired in the future, that are necessarily infringed by Covered Code. .NET -Patents do not include any patent claims that are infringed by any Enabling -Technology, that are infringed only as a consequence of modification of -Covered Code, or that are infringed only by the combination of Covered Code -with third party code. +".NET Patents" are those patent claims, both currently owned by Microsoft and +acquired in the future, that are necessarily infringed by Covered Code. .NET +Patents do not include any patent claims that are infringed by any Enabling +Technology, that are infringed only as a consequence of modification of +Covered Code, or that are infringed only by the combination of Covered Code +with third party code. -".NET Runtime" means any compliant implementation in software of (a) all of -the required parts of the mandatory provisions of Standard ECMA-335 – Common -Language Infrastructure (CLI); and (b) if implemented, any additional -functionality in Microsoft's .NET Framework, as described in Microsoft's API -documentation on its MSDN website. For example, .NET Runtimes include -Microsoft's .NET Framework and those portions of the Mono Project compliant -with (a) and (b). +".NET Runtime" means any compliant implementation in software of (a) all of +the required parts of the mandatory provisions of Standard ECMA-335 – Common +Language Infrastructure (CLI); and (b) if implemented, any additional +functionality in Microsoft's .NET Framework, as described in Microsoft's API +documentation on its MSDN website. For example, .NET Runtimes include +Microsoft's .NET Framework and those portions of the Mono Project compliant +with (a) and (b). -"Enabling Technology" means underlying or enabling technology that may be -used, combined, or distributed in connection with Microsoft's .NET Framework -or other .NET Runtimes, such as hardware, operating systems, and applications -that run on .NET Framework or other .NET Runtimes. +"Enabling Technology" means underlying or enabling technology that may be +used, combined, or distributed in connection with Microsoft's .NET Framework +or other .NET Runtimes, such as hardware, operating systems, and applications +that run on .NET Framework or other .NET Runtimes. @@ -27908,31 +27908,31 @@ A "contributor" is any person that distributes its contribution under this licen "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights -(A) Copyright Grant- Subject to the terms of this license, including the license conditions - and limitations in section 3, each contributor grants you a non-exclusive, worldwide, - royalty-free copyright license to reproduce its contribution, prepare derivative works +(A) Copyright Grant- Subject to the terms of this license, including the license conditions + and limitations in section 3, each contributor grants you a non-exclusive, worldwide, + royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. -(B) Patent Grant- Subject to the terms of this license, including the license conditions and - limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free - license under its licensed patents to make, have made, use, sell, offer for sale, import, - and/or otherwise dispose of its contribution in the software or derivative works of the +(B) Patent Grant- Subject to the terms of this license, including the license conditions and + limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free + license under its licensed patents to make, have made, use, sell, offer for sale, import, + and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations -(A) No Trademark License- This license does not grant you rights to use any contributors' name, +(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. -(B) If you bring a patent claim against any contributor over patents that you claim are infringed +(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. -(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, +(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. -(D) If you distribute any portion of the software in source code form, you may do so only under this - license by including a complete copy of this license with your distribution. If you distribute - any portion of the software in compiled or object code form, you may only do so under a license +(D) If you distribute any portion of the software in source code form, you may do so only under this + license by including a complete copy of this license with your distribution. If you distribute + any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. -(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express - warranties, guarantees or conditions. You may have additional consumer rights under your local - laws which this license cannot change. To the extent permitted under your local laws, the - contributors exclude the implied warranties of merchantability, fitness for a particular purpose +(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express + warranties, guarantees or conditions. You may have additional consumer rights under your local + laws which this license cannot change. To the extent permitted under your local laws, the + contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. @@ -28053,30 +28053,30 @@ Group Toolkit is located in dcmjpeg/docs/ijg_readme.txt. Copyright (c) 2007-2009, Jan de Vaan All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of my employer, nor the names of its contributors may be - used to endorse or promote products derived from this software without +* Neither the name of my employer, nor the names of its contributors may be + used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -28086,70 +28086,70 @@ The MIT License (MIT) Copyright (c) Microsoft Corporation -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Microsoft Patent Promise for .NET Libraries and Runtime Components +Microsoft Patent Promise for .NET Libraries and Runtime Components -Microsoft Corporation and its affiliates ("Microsoft") promise not to assert -any .NET Patents against you for making, using, selling, offering for sale, -importing, or distributing Covered Code, as part of either a .NET Runtime or -as part of any application designed to run on a .NET Runtime. +Microsoft Corporation and its affiliates ("Microsoft") promise not to assert +any .NET Patents against you for making, using, selling, offering for sale, +importing, or distributing Covered Code, as part of either a .NET Runtime or +as part of any application designed to run on a .NET Runtime. -If you file, maintain, or voluntarily participate in any claim in a lawsuit -alleging direct or contributory patent infringement by any Covered Code, or -inducement of patent infringement by any Covered Code, then your rights under -this promise will automatically terminate. +If you file, maintain, or voluntarily participate in any claim in a lawsuit +alleging direct or contributory patent infringement by any Covered Code, or +inducement of patent infringement by any Covered Code, then your rights under +this promise will automatically terminate. -This promise is not an assurance that (i) any .NET Patents are valid or -enforceable, or (ii) Covered Code does not infringe patents or other -intellectual property rights of any third party. No rights except those -expressly stated in this promise are granted, waived, or received by -Microsoft, whether by implication, exhaustion, estoppel, or otherwise. -This is a personal promise directly from Microsoft to you, and you agree as a -condition of benefiting from it that no Microsoft rights are received from -suppliers, distributors, or otherwise from any other person in connection with -this promise. +This promise is not an assurance that (i) any .NET Patents are valid or +enforceable, or (ii) Covered Code does not infringe patents or other +intellectual property rights of any third party. No rights except those +expressly stated in this promise are granted, waived, or received by +Microsoft, whether by implication, exhaustion, estoppel, or otherwise. +This is a personal promise directly from Microsoft to you, and you agree as a +condition of benefiting from it that no Microsoft rights are received from +suppliers, distributors, or otherwise from any other person in connection with +this promise. -Definitions: +Definitions: -"Covered Code" means those Microsoft .NET libraries and runtime components as -made available by Microsoft at https://github.com/Microsoft/referencesource. +"Covered Code" means those Microsoft .NET libraries and runtime components as +made available by Microsoft at https://github.com/Microsoft/referencesource. -".NET Patents" are those patent claims, both currently owned by Microsoft and -acquired in the future, that are necessarily infringed by Covered Code. .NET -Patents do not include any patent claims that are infringed by any Enabling -Technology, that are infringed only as a consequence of modification of -Covered Code, or that are infringed only by the combination of Covered Code -with third party code. +".NET Patents" are those patent claims, both currently owned by Microsoft and +acquired in the future, that are necessarily infringed by Covered Code. .NET +Patents do not include any patent claims that are infringed by any Enabling +Technology, that are infringed only as a consequence of modification of +Covered Code, or that are infringed only by the combination of Covered Code +with third party code. -".NET Runtime" means any compliant implementation in software of (a) all of -the required parts of the mandatory provisions of Standard ECMA-335 – Common -Language Infrastructure (CLI); and (b) if implemented, any additional -functionality in Microsoft's .NET Framework, as described in Microsoft's API -documentation on its MSDN website. For example, .NET Runtimes include -Microsoft's .NET Framework and those portions of the Mono Project compliant -with (a) and (b). +".NET Runtime" means any compliant implementation in software of (a) all of +the required parts of the mandatory provisions of Standard ECMA-335 – Common +Language Infrastructure (CLI); and (b) if implemented, any additional +functionality in Microsoft's .NET Framework, as described in Microsoft's API +documentation on its MSDN website. For example, .NET Runtimes include +Microsoft's .NET Framework and those portions of the Mono Project compliant +with (a) and (b). -"Enabling Technology" means underlying or enabling technology that may be -used, combined, or distributed in connection with Microsoft's .NET Framework -or other .NET Runtimes, such as hardware, operating systems, and applications -that run on .NET Framework or other .NET Runtimes. +"Enabling Technology" means underlying or enabling technology that may be +used, combined, or distributed in connection with Microsoft's .NET Framework +or other .NET Runtimes, such as hardware, operating systems, and applications +that run on .NET Framework or other .NET Runtimes. @@ -28210,55 +28210,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 @@ -28271,13 +28271,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://learn.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 @@ -28285,36 +28285,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.    +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 @@ -28359,7 +28359,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 @@ -28410,55 +28410,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 @@ -28471,13 +28471,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://learn.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 @@ -28485,36 +28485,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.    +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 @@ -28559,7 +28559,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 @@ -28610,55 +28610,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 @@ -28671,13 +28671,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://learn.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 @@ -28685,36 +28685,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.    +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 @@ -28759,7 +28759,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 @@ -28810,55 +28810,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 @@ -28871,13 +28871,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://learn.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 @@ -28885,36 +28885,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.    +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 @@ -28959,7 +28959,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 @@ -29010,55 +29010,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 @@ -29071,13 +29071,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://learn.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 @@ -29085,36 +29085,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.    +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 @@ -29159,7 +29159,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 @@ -29210,55 +29210,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 @@ -29271,13 +29271,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://learn.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 @@ -29285,36 +29285,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.    +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 @@ -29359,7 +29359,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 @@ -29410,55 +29410,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 @@ -29471,13 +29471,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://learn.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 @@ -29485,36 +29485,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.    +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 @@ -29559,7 +29559,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 @@ -29610,55 +29610,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 @@ -29671,13 +29671,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://learn.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 @@ -29685,36 +29685,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.    +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 @@ -29759,7 +29759,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 @@ -29810,55 +29810,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 @@ -29871,13 +29871,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://learn.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 @@ -29885,36 +29885,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.    +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 @@ -29959,7 +29959,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 @@ -30010,55 +30010,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 @@ -30071,13 +30071,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://learn.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 @@ -30085,36 +30085,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.    +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 @@ -30159,7 +30159,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 @@ -30210,55 +30210,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 @@ -30271,13 +30271,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://learn.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 @@ -30285,36 +30285,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.    +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 @@ -30359,7 +30359,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 @@ -30410,55 +30410,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 @@ -30471,13 +30471,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://learn.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 @@ -30485,36 +30485,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.    +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 @@ -30559,7 +30559,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 @@ -30610,55 +30610,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 @@ -30671,13 +30671,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://learn.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 @@ -30685,36 +30685,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.    +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 @@ -30759,7 +30759,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 @@ -30810,55 +30810,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 @@ -30871,13 +30871,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://learn.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 @@ -30885,36 +30885,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.    +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 @@ -30959,7 +30959,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 @@ -31010,55 +31010,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 @@ -31071,13 +31071,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://learn.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 @@ -31085,36 +31085,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.    +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 @@ -31159,7 +31159,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 @@ -31210,55 +31210,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 @@ -31271,13 +31271,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://learn.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 @@ -31285,36 +31285,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.    +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 @@ -31359,7 +31359,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 @@ -31410,55 +31410,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 @@ -31471,13 +31471,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://learn.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 @@ -31485,36 +31485,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.    +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 @@ -31559,7 +31559,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 @@ -31610,55 +31610,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 @@ -31671,13 +31671,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://learn.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 @@ -31685,36 +31685,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.    +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 @@ -31759,7 +31759,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 @@ -31810,55 +31810,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 @@ -31871,13 +31871,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://learn.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 @@ -31885,36 +31885,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.    +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 @@ -31959,7 +31959,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 @@ -32010,55 +32010,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 @@ -32071,13 +32071,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://learn.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 @@ -32085,36 +32085,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.    +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 @@ -32159,7 +32159,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 @@ -32210,55 +32210,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 @@ -32271,13 +32271,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://learn.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 @@ -32285,36 +32285,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.    +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 @@ -32359,7 +32359,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 @@ -32410,55 +32410,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 @@ -32471,13 +32471,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://learn.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 @@ -32485,36 +32485,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.    +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 @@ -32559,7 +32559,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 @@ -32610,55 +32610,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 @@ -32671,13 +32671,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://learn.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 @@ -32685,36 +32685,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.    +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 @@ -32759,7 +32759,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 @@ -32810,55 +32810,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 @@ -32871,13 +32871,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://learn.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 @@ -32885,36 +32885,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.    +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 @@ -32959,7 +32959,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 @@ -33010,55 +33010,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 @@ -33071,13 +33071,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://learn.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 @@ -33085,36 +33085,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.    +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 @@ -33159,7 +33159,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 @@ -33210,55 +33210,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 @@ -33271,13 +33271,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://learn.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 @@ -33285,36 +33285,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.    +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 @@ -33359,7 +33359,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 @@ -33410,55 +33410,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 @@ -33471,13 +33471,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://learn.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 @@ -33485,36 +33485,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.    +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 @@ -33559,7 +33559,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 @@ -33610,55 +33610,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 @@ -33671,13 +33671,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://learn.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 @@ -33685,36 +33685,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.    +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 @@ -33759,7 +33759,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 @@ -33810,55 +33810,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 @@ -33871,13 +33871,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://learn.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 @@ -33885,36 +33885,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.    +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 @@ -33959,7 +33959,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 @@ -34010,55 +34010,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 @@ -34071,13 +34071,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://learn.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 @@ -34085,36 +34085,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.    +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 @@ -34159,7 +34159,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 @@ -34210,55 +34210,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 @@ -34271,13 +34271,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://learn.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 @@ -34285,36 +34285,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.    +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 @@ -34359,7 +34359,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 @@ -34410,55 +34410,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 @@ -34471,13 +34471,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://learn.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 @@ -34485,36 +34485,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.    +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 @@ -34559,7 +34559,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 @@ -34610,55 +34610,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 @@ -34671,13 +34671,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://learn.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 @@ -34685,36 +34685,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.    +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 @@ -34759,7 +34759,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 @@ -34810,55 +34810,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 @@ -34871,13 +34871,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://learn.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 @@ -34885,36 +34885,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.    +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 @@ -34959,7 +34959,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 @@ -35010,55 +35010,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 @@ -35071,13 +35071,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://learn.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 @@ -35085,36 +35085,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.    +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 @@ -35159,7 +35159,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 @@ -35210,55 +35210,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 @@ -35271,13 +35271,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://learn.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 @@ -35285,36 +35285,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.    +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 @@ -35359,7 +35359,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 @@ -35410,55 +35410,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 @@ -35471,13 +35471,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://learn.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 @@ -35485,36 +35485,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.    +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 @@ -35559,7 +35559,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 @@ -35610,55 +35610,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 @@ -35671,13 +35671,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://learn.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 @@ -35685,36 +35685,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.    +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 @@ -35759,7 +35759,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 @@ -35810,55 +35810,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 @@ -35871,13 +35871,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://learn.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 @@ -35885,36 +35885,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.    +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 @@ -35959,7 +35959,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 @@ -36010,55 +36010,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 @@ -36071,13 +36071,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://learn.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 @@ -36085,36 +36085,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.    +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 @@ -36159,7 +36159,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 @@ -36210,55 +36210,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 @@ -36271,13 +36271,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://learn.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 @@ -36285,36 +36285,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.    +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 @@ -36359,7 +36359,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 @@ -36410,55 +36410,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 @@ -36471,13 +36471,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://learn.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 @@ -36485,36 +36485,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.    +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 @@ -36559,7 +36559,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 @@ -36610,55 +36610,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 @@ -36671,13 +36671,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://learn.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 @@ -36685,36 +36685,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.    +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 @@ -36759,7 +36759,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 @@ -36810,55 +36810,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 @@ -36871,13 +36871,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://learn.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 @@ -36885,36 +36885,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.    +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 @@ -36959,7 +36959,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 @@ -37010,55 +37010,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 @@ -37071,13 +37071,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://learn.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 @@ -37085,36 +37085,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.    +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 @@ -37159,7 +37159,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 @@ -37210,55 +37210,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 @@ -37271,13 +37271,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://learn.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 @@ -37285,36 +37285,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.    +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 @@ -37359,7 +37359,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 @@ -37410,55 +37410,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 @@ -37471,13 +37471,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://learn.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 @@ -37485,36 +37485,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.    +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 @@ -37559,7 +37559,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 @@ -37610,55 +37610,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 @@ -37671,13 +37671,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://learn.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 @@ -37685,36 +37685,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.    +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 @@ -37759,7 +37759,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 @@ -37810,55 +37810,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 @@ -37871,13 +37871,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://learn.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 @@ -37885,36 +37885,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.    +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 @@ -37959,7 +37959,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 @@ -38010,55 +38010,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 @@ -38071,13 +38071,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://learn.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 @@ -38085,36 +38085,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.    +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 @@ -38159,7 +38159,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 @@ -38210,55 +38210,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 @@ -38271,13 +38271,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://learn.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 @@ -38285,36 +38285,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.    +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 @@ -38359,7 +38359,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 @@ -38410,55 +38410,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 @@ -38471,13 +38471,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://learn.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 @@ -38485,36 +38485,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.    +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 @@ -38559,7 +38559,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 @@ -38610,55 +38610,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 @@ -38671,13 +38671,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://learn.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 @@ -38685,36 +38685,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.    +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 @@ -38759,7 +38759,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 @@ -38810,55 +38810,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 @@ -38871,13 +38871,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://learn.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 @@ -38885,36 +38885,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.    +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 @@ -38959,7 +38959,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 @@ -39010,55 +39010,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 @@ -39071,13 +39071,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://learn.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 @@ -39085,36 +39085,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.    +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 @@ -39159,7 +39159,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 @@ -39210,55 +39210,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 @@ -39271,13 +39271,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://learn.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 @@ -39285,36 +39285,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.    +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 @@ -39359,7 +39359,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 @@ -39410,55 +39410,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 @@ -39471,13 +39471,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://learn.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 @@ -39485,36 +39485,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.    +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 @@ -39559,7 +39559,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 @@ -39610,55 +39610,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 @@ -39671,13 +39671,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://learn.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 @@ -39685,36 +39685,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.    +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 @@ -39759,7 +39759,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 @@ -39810,55 +39810,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 @@ -39871,13 +39871,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://learn.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 @@ -39885,36 +39885,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.    +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 @@ -39959,7 +39959,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 diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index 0aaac7cfb..b24e6e930 100644 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Macross.Json.Extensions" Version="3.0.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.10" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.10" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> </ItemGroup> diff --git a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj index 46f0ac436..cde7316ed 100644 --- a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj +++ b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.10" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="System.IO.Abstractions" Version="17.2.3" /> </ItemGroup> diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index cd2b627f7..1a6ce92e9 100644 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -48,7 +48,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.10" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" /> diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index fc129fa05..7406c6486 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -33,7 +33,7 @@ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> <PackageReference Include="Minio" Version="4.0.6" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.10" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="Moq" Version="4.18.2" /> <PackageReference Include="Polly" Version="7.2.3" /> From 1e466cf7d429c2c76f09ac8d2a8fcbbf932c3106 Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Wed, 9 Nov 2022 21:56:11 +0000 Subject: [PATCH 28/31] Update messaging lib to 0.1.11 Signed-off-by: Victor Chang <vicchang@nvidia.com> --- doc/dependency_decisions.yml | 4 ++-- docs/compliance/third-party-licenses.md | 12 ++++++------ src/Api/Monai.Deploy.InformaticsGateway.Api.csproj | 2 +- ...ai.Deploy.InformaticsGateway.Configuration.csproj | 4 ++-- .../Logging/Log.3000.PayloadAssembler.cs | 2 +- .../Logging/Log.500.ExportService.cs | 3 +++ .../Monai.Deploy.InformaticsGateway.csproj | 2 +- .../Services/Export/ExportServiceBase.cs | 6 ++++++ src/InformaticsGateway/Test/DummyMessagingService.cs | 2 ++ ...Deploy.InformaticsGateway.Integration.Test.csproj | 2 +- tests/Integration.Test/run.sh | 8 ++++---- 11 files changed, 29 insertions(+), 18 deletions(-) diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 0a30a4c56..4cff5eed6 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -791,14 +791,14 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.9 + - 0.1.11 :when: 2022-08-16 23:06:21.051573547 Z - - :approve - Monai.Deploy.Messaging.RabbitMQ - :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) :versions: - - 0.1.9 + - 0.1.11 :when: 2022-08-16 23:06:21.511789690 Z - - :approve - Monai.Deploy.Storage diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index 9b6bd58d0..c85456584 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -6870,14 +6870,14 @@ Apache License <details> -<summary>Monai.Deploy.Messaging 0.1.9</summary> +<summary>Monai.Deploy.Messaging 0.1.11</summary> ## Monai.Deploy.Messaging -- Version: 0.1.9 +- Version: 0.1.11 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.9) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.11) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -7098,14 +7098,14 @@ By downloading this software, you agree to the license terms & all licenses list <details> -<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.9</summary> +<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.11</summary> ## Monai.Deploy.Messaging.RabbitMQ -- Version: 0.1.9 +- Version: 0.1.11 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.9) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.11) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index b24e6e930..cf9fe77ca 100644 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Macross.Json.Extensions" Version="3.0.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.10" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.11" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> </ItemGroup> diff --git a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj index cde7316ed..50c855f54 100644 --- a/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj +++ b/src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj @@ -1,4 +1,4 @@ -<!-- +<!-- ~ Copyright 2021-2022 MONAI Consortium ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,7 +30,7 @@ </PackageReference> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging" Version="0.1.11" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="System.IO.Abstractions" Version="17.2.3" /> </ItemGroup> diff --git a/src/InformaticsGateway/Logging/Log.3000.PayloadAssembler.cs b/src/InformaticsGateway/Logging/Log.3000.PayloadAssembler.cs index 9ad3443eb..c0891be6f 100644 --- a/src/InformaticsGateway/Logging/Log.3000.PayloadAssembler.cs +++ b/src/InformaticsGateway/Logging/Log.3000.PayloadAssembler.cs @@ -33,7 +33,7 @@ public static partial class Log [LoggerMessage(EventId = 3003, Level = LogLevel.Information, Message = "File added to bucket {key}. Queue size: {count}")] public static partial void FileAddedToBucket(this ILogger logger, string key, int count); - [LoggerMessage(EventId = 3004, Level = LogLevel.Trace, Message = "Number of buckets active: {count}.")] + [LoggerMessage(EventId = 3004, Level = LogLevel.Trace, Message = "Number of incomplete payloads waiting for processing: {count}.")] public static partial void BucketActive(this ILogger logger, int count); [LoggerMessage(EventId = 3005, Level = LogLevel.Trace, Message = "Checking elapsed time for bucket: {key}.")] diff --git a/src/InformaticsGateway/Logging/Log.500.ExportService.cs b/src/InformaticsGateway/Logging/Log.500.ExportService.cs index 605caea9c..94f3c6808 100644 --- a/src/InformaticsGateway/Logging/Log.500.ExportService.cs +++ b/src/InformaticsGateway/Logging/Log.500.ExportService.cs @@ -120,5 +120,8 @@ public static partial class Log [LoggerMessage(EventId = 532, Level = LogLevel.Information, Message = "CorrelationId={correlationId}. Export request {exportTaskId} received & queued for processing.")] public static partial void ExportRequestQueuedForProcessing(this ILogger logger, string correlationId, string exportTaskId); + + [LoggerMessage(EventId = 533, Level = LogLevel.Error, Message = "Recovering messaging service connection due to {reason}.")] + public static partial void MessagingServiceErrorRecover(this ILogger logger, string reason); } } diff --git a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj index 1a6ce92e9..d3ea51c0d 100644 --- a/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj +++ b/src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj @@ -48,7 +48,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.11" /> <PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" /> diff --git a/src/InformaticsGateway/Services/Export/ExportServiceBase.cs b/src/InformaticsGateway/Services/Export/ExportServiceBase.cs index 21df1feb1..c7d8a2395 100644 --- a/src/InformaticsGateway/Services/Export/ExportServiceBase.cs +++ b/src/InformaticsGateway/Services/Export/ExportServiceBase.cs @@ -96,6 +96,12 @@ protected ExportServiceBase( _storageInfoProvider = _scope.ServiceProvider.GetRequiredService<IStorageInfoProvider>(); _exportRequests = new Dictionary<string, ExportRequestEventDetails>(); + + _messageSubscriber.OnConnectionError += (sender, args) => + { + _logger.MessagingServiceErrorRecover(args.ShutdownEventArguments.ToString()); + SetupPolling(); + }; } public Task StartAsync(CancellationToken cancellationToken) diff --git a/src/InformaticsGateway/Test/DummyMessagingService.cs b/src/InformaticsGateway/Test/DummyMessagingService.cs index 0c5df01ee..5c5b123ac 100644 --- a/src/InformaticsGateway/Test/DummyMessagingService.cs +++ b/src/InformaticsGateway/Test/DummyMessagingService.cs @@ -49,6 +49,8 @@ internal class DummyMessagingService : IMessageBrokerPublisherService, IMessageB { public string Name => "Dummy Messaging Service"; + public event ConnectionErrorHandler OnConnectionError; + public void Acknowledge(MessageBase message) => throw new NotImplementedException(); public void Dispose() => throw new NotImplementedException(); diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index 7406c6486..da7403b9e 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -33,7 +33,7 @@ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> <PackageReference Include="Minio" Version="4.0.6" /> - <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" /> + <PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.11" /> <PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" /> <PackageReference Include="Moq" Version="4.18.2" /> <PackageReference Include="Polly" Version="7.2.3" /> diff --git a/tests/Integration.Test/run.sh b/tests/Integration.Test/run.sh index 6a8bd2879..0e05b5f93 100755 --- a/tests/Integration.Test/run.sh +++ b/tests/Integration.Test/run.sh @@ -78,9 +78,9 @@ function env_setup() { done pushd $DOCKER_COMPOSE_DIR - if [[ $(docker compose ps -q | wc -l) -ne 0 ]]; then + if [[ $(docker compose -p igtest ps -q | wc -l) -ne 0 ]]; then info "Stopping existing services..." - docker compose down + docker compose -p igtest down fi popd @@ -146,7 +146,7 @@ function save_logs() { [ -d $RUN_DIR ] && info "Clearning $RUN_DIR..." && sudo rm -r $RUN_DIR pushd $DOCKER_COMPOSE_DIR info "Saving service log..." - docker compose logs --no-color -t > "$LOG_DIR/services.log" + docker compose -p igtest logs --no-color -t > "$LOG_DIR/services.log" popd } @@ -154,7 +154,7 @@ function tear_down() { set +e pushd $DOCKER_COMPOSE_DIR info "Stopping services..." - docker compose down --remove-orphans + docker compose -p igtest down --remove-orphans popd set -e } From 2926845ab135dd0bd714201fa9425ac6f7f432cb Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Thu, 10 Nov 2022 03:11:23 +0000 Subject: [PATCH 29/31] Use ubuntu-22.04 for integration test Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58db75ba4..61e14f6ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: verbose: true integration-test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 30 strategy: matrix: From f78305078030591835a95cf32c6d982670547a2f Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Wed, 9 Nov 2022 20:47:38 -0800 Subject: [PATCH 30/31] Attach output helper for DICOM SCP Signed-off-by: Victor Chang <vicchang@nvidia.com> --- tests/Integration.Test/Common/DicomScp.cs | 2 +- .../Monai.Deploy.InformaticsGateway.Integration.Test.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Integration.Test/Common/DicomScp.cs b/tests/Integration.Test/Common/DicomScp.cs index e59dfd666..edee5747e 100644 --- a/tests/Integration.Test/Common/DicomScp.cs +++ b/tests/Integration.Test/Common/DicomScp.cs @@ -35,8 +35,8 @@ public class DicomScp : IDisposable public ISpecFlowOutputHelper OutputHelper { get; set; } public DicomScp(ISpecFlowOutputHelper outputHelper) { + OutputHelper = outputHelper ?? throw new ArgumentNullException(nameof(outputHelper)); _server = DicomServerFactory.Create<CStoreScp>(FeatureScpPort, userState: this); - } protected virtual void Dispose(bool disposing) diff --git a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj index da7403b9e..6c0816758 100644 --- a/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj +++ b/tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj @@ -84,6 +84,7 @@ <STUDYJSON Condition=" '$(STUDYJSON)' == '' ">study.json</STUDYJSON> </PropertyGroup> <Message Importance="High" Text="Copying $(STUDYJSON) to $(OutDir)" /> + <Delete Files="$(OutDir)appsettings.Development.json" /> <Copy OverwriteReadOnlyFiles="true" SourceFiles="appsettings.json" DestinationFolder="$(OutDir)" /> <Copy OverwriteReadOnlyFiles="true" SourceFiles="appsettings.ext.json" DestinationFolder="$(OutDir)" /> <Copy OverwriteReadOnlyFiles="true" SourceFiles="$(STUDYJSON)" DestinationFiles="$(OutDir)\study.json" /> From d5e9945e6551efed74d08aee5b5a1609374b267d Mon Sep 17 00:00:00 2001 From: Victor Chang <vicchang@nvidia.com> Date: Thu, 10 Nov 2022 08:37:40 -0800 Subject: [PATCH 31/31] Fix unit test Signed-off-by: Victor Chang <vicchang@nvidia.com> --- .../Test/Services/Connectors/PayloadAssemblerTest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/InformaticsGateway/Test/Services/Connectors/PayloadAssemblerTest.cs b/src/InformaticsGateway/Test/Services/Connectors/PayloadAssemblerTest.cs index 5ed9e0984..6da08a10f 100644 --- a/src/InformaticsGateway/Test/Services/Connectors/PayloadAssemblerTest.cs +++ b/src/InformaticsGateway/Test/Services/Connectors/PayloadAssemblerTest.cs @@ -149,7 +149,7 @@ public async Task GivenFileStorageMetadata_WhenQueueingWithDatabaseError_ExpectT _cancellationTokenSource.Token.WaitHandle.WaitOne(); payloadAssembler.Dispose(); - _logger.VerifyLoggingMessageBeginsWith($"Number of buckets active: 1.", LogLevel.Trace, Times.AtLeastOnce()); + _logger.VerifyLoggingMessageBeginsWith($"Number of incomplete payloads waiting for processing: 1.", LogLevel.Trace, Times.AtLeastOnce()); } [RetryFact(10, 200)] @@ -167,7 +167,7 @@ public async Task GivenAPayloadThatHasNotCompleteUploads_WhenProcessedByTimedEve await Task.Delay(1001); payloadAssembler.Dispose(); - _logger.VerifyLoggingMessageBeginsWith($"Number of buckets active: 1.", LogLevel.Trace, Times.AtLeastOnce()); + _logger.VerifyLoggingMessageBeginsWith($"Number of incomplete payloads waiting for processing: 1.", LogLevel.Trace, Times.AtLeastOnce()); _logger.VerifyLoggingMessageBeginsWith($"Bucket A sent to processing queue", LogLevel.Information, Times.Never()); } @@ -183,7 +183,7 @@ public async Task GivenAPayloadThatHasCompletedUploads_WhenProcessedByTimedEvent var result = payloadAssembler.Dequeue(_cancellationTokenSource.Token); payloadAssembler.Dispose(); - _logger.VerifyLoggingMessageBeginsWith($"Number of buckets active: 1.", LogLevel.Trace, Times.AtLeastOnce()); + _logger.VerifyLoggingMessageBeginsWith($"Number of incomplete payloads waiting for processing: 1.", LogLevel.Trace, Times.AtLeastOnce()); Assert.Single(result.Files); _logger.VerifyLoggingMessageBeginsWith($"Bucket A sent to processing queue with {result.Count} files", LogLevel.Information, Times.AtLeastOnce()); }