forked from DbLinq/dblinq2007
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
16 lines (10 loc) · 631 Bytes
/
LICENSE
File metadata and controls
16 lines (10 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'.