New test.
[mono.git] / mcs / LICENSE
1
2 The Mono code is licensed under various different licenses.
3
4         GNU GPL: details avaliable in the file LICENSE.GPL
5         GNU LGPL: details available in the file LICENSE.LGPL
6         MIT X11: text available in the file MIT.X11
7         MPL: text available in the file LICENSE.MPL
8
9         For your convenience copies of the GNU GPL and GNU LGPL are
10         located in the file COPYING and COPYING.LIB.
11
12         * Class Libraries:
13
14                 All of the core classes licensed under the terms of
15                 the MIT X11 license.
16
17                 Third party libraries that we distribute for
18                 convenience reasons are distributed under their own
19                 terms (all of them allow development of proprietary
20                 applications with them).
21
22                 Third party libraries include: ByteFX.Data,
23                 ICSharpCode.SharpZipLib, Npgsql.
24
25                 The Microsoft.JScript assembly is covered by the
26                 MIT X11 and the Mozilla MPL license as it contains
27                 ported pieces of code from Rhino, the Mozilla JavaScript
28                 implementations
29
30         * Mono C# compiler: GNU GPL
31
32         * Mono Basic compiler: GNU GPL.
33
34         * Various tools in the `tools' directory: GNU GPL.
35