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