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