|
1 | | -All files licensed under the MIT license except the dynamic-link libraries (DLLs) in the libs\win folder, which are subject to different licensing terms. Please review the licensing details for each component below. |
| 1 | +All files licensed under the MIT license except the dynamic-link libraries (DLLs) in the libs\win folder, |
| 2 | +which are subject to different licensing terms. Please review the licensing details for each component below. |
2 | 3 |
|
3 | 4 | A. MIT License |
4 | 5 | ================================================================== |
@@ -31,20 +32,20 @@ Below is a breakdown of these components by their respective licenses. |
31 | 32 | 1. Microsoft ODBC Driver 18 End User License Agreement (EULA) |
32 | 33 | These components are part of the Microsoft ODBC Driver 18 for SQL Server and are governed by the Microsoft ODBC Driver 18 EULA. |
33 | 34 |
|
34 | | -- msodbcsqlr18.rll – Resource library containing localized error messages for the ODBC driver. |
35 | | -- msodbcdiag18.dll – Diagnostic library for handling error reporting and troubleshooting. |
36 | | -- msodbcsql18.dll – Core ODBC driver enabling connectivity between SQL Server and applications. |
| 35 | +- msodbcsqlr18.rll: Resource library containing localized error messages for the ODBC driver. |
| 36 | +- msodbcdiag18.dll: Diagnostic library for handling error reporting and troubleshooting. |
| 37 | +- msodbcsql18.dll: Core ODBC driver enabling connectivity between SQL Server and applications. |
37 | 38 |
|
38 | 39 | For official licensing terms, refer to: libs\win\MICROSOFT ODBC DRIVER FOR SQL SERVER-LICENSE.txt |
39 | 40 |
|
40 | 41 | 2. Microsoft Visual C++ Redistributable EULA |
41 | 42 | These components are part of the Microsoft Visual C++ Redistributable and are governed by the Microsoft Visual C++ Redistributable EULA. |
42 | 43 |
|
43 | | -- msvcp140.dll – Microsoft C++ Standard Library runtime, required for running C++ applications. |
44 | | -- vsruntime140_1.dll – Visual Studio runtime support library. |
45 | | -- vcruntime140.dll – Microsoft Visual C++ Runtime Library, essential for executing C++-based applications. |
| 44 | +- msvcp140.dll: Microsoft C++ Standard Library runtime, required for running C++ applications. |
| 45 | +- vsruntime140_1.dll: Visual Studio runtime support library. |
| 46 | +- vcruntime140.dll: Microsoft Visual C++ Runtime Library, essential for executing C++-based applications. |
46 | 47 |
|
47 | | -For redistribution and usage terms, refer to: libs\win\MICROSOFT VISUAL STUDIO COMMUNITY 2022-LICENSE.txt |
| 48 | +For redistribution and usage terms, refer to: libs\win\libs\win\MICROSOFT VISUAL STUDIO-LICENSE.txt |
48 | 49 |
|
49 | 50 | For further details, visit: |
50 | 51 | - Microsoft ODBC Driver for SQL Server: https://learn.microsoft.com/en-us/sql/connect/odbc |
|
0 commit comments