Files
UnrealEngine/Engine/Source/ThirdParty/Licenses/DbLinq_License.txt
2025-05-18 13:04:45 +08:00

15 lines
629 B
Plaintext

DbLinq code is licensed under various different licenses:
MIT/X11: Text available in the file LICENSE.X11
Ms-Pl: Text available in the file LICENSE.MSPL
The MIT/X11 license copies everything under 'src', 'examples', 'doc', and all
resulting assemblies (stored in 'build' or 'build.dbg').
The Ms-Pl license covers the Northwind database data, present within
'tests/instnwnd.*.sql'. The Northwind data is also available from:
http://code.msdn.microsoft.com/northwind/
The .zip file available from the above URL contains an 'instnwnd.sql' file;
this has been re-encoded as UTF-8 and saved as 'tests/instnwnd.SqlServer.sql'.