11MIT License
2- All files licensed under the MIT license except the dynamic-link libraries (DLLs) in the libs\win folder,
2+ All files licensed under the MIT license except the dynamic-link libraries (DLLs) in the mssql_python\ libs\win folder,
33which are subject to different licensing terms. Please review the licensing details for each component below.
44
55A. MIT License
@@ -27,7 +27,7 @@ SOFTWARE
2727
2828B. MICROSOFT LICENSES
2929==================================================================
30- The following dynamic-link libraries (DLLs) in the libs\win folder fall under different Microsoft licenses.
30+ The following dynamic-link libraries (DLLs) in the mssql_python\ libs\win folder fall under different Microsoft licenses.
3131Below is a breakdown of these components by their respective licenses.
3232
33331. Microsoft ODBC Driver 18 End User License Agreement (EULA)
@@ -37,11 +37,11 @@ These components are part of the Microsoft ODBC Driver 18 for SQL Server and are
3737- msodbcdiag18.dll: Diagnostic library for handling error reporting and troubleshooting.
3838- msodbcsql18.dll: Core ODBC driver enabling connectivity between SQL Server and applications.
3939
40- For official licensing terms, refer to: libs\win\MICROSOFT_ODBC_DRIVER_FOR_SQL_SERVER_LICENSE.txt
40+ For official licensing terms, refer to: mssql_python\ libs\win\MICROSOFT_ODBC_DRIVER_FOR_SQL_SERVER_LICENSE.txt
4141
42422. Microsoft Visual C++ Redistributable EULA
4343These components are part of the Microsoft Visual C++ Redistributable and are governed by the Microsoft Visual C++ Redistributable EULA.
4444
4545- msvcp140.dll: Microsoft C++ Standard Library runtime, required for running C++ applications.
4646
47- For redistribution and usage terms, refer to: libs\win\libs\win\MICROSOFT_VISUAL_STUDIO_LICENSE.txt
47+ For redistribution and usage terms, refer to: mssql_python\ libs\win\libs\win\MICROSOFT_VISUAL_STUDIO_LICENSE.txt
0 commit comments