merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / LICENSE
1
2 Mono is made up of many pieces of code, all of them open source, but
3 different pieces of Mono use different licensing terms.
4
5 For comments, corrections and updates, please contact mono@novell.com
6
7 * Dual Licensing
8
9         Parts of Mono are dual licensed, they are available to the
10         public in GPL or LGPL forms, but we also offer those pieces
11         under commercial terms from Novell for when the GPL and the
12         LGPL are not suitable.
13
14         We have tried to pick the licenses that will maximize adoption
15         of Mono, so we tend to use the MIT X11 or LGPL liceses.
16
17         Contributions to dual-licensed module require that the author
18         contributes the code under the terms of the MIT X11 code, or
19         to sign an agreement that allows Novell to redistribute the
20         code under other licenses.
21
22         Contributions for other modules should be under the same license
23         terms as the rest of the module, or under MIT X11 terms. 
24
25         If you ned further information, please contact mono@novell.com
26
27 * The Modules
28
29 ** mono/mono: the Mono VM
30
31         This code is dual licensed under the LGPL or commercial licenses. 
32
33         The LGPL ensures that Mono can be used in most scenarios, but 
34         gives Novell the flexibility to relicense the code for embedded
35         systems or commercial settings where the LGPL can not be used. 
36
37         Contact mono@novell.com for details on obtaining the Mono
38         runtime under other terms.
39
40 ** mono/eglib: Mono's X11 glib implementation
41
42         This is a minimal subset of glib that is to be licensed under
43         the terms of the MIT X11, this means that this code can be
44         used for any purposes by anyone.
45
46 ** mcs/mcs, mcs/gmcs
47
48         The C# Compilers (1.0 and 2.0)
49
50         These compilers are dual licensed under the GPL and commercial
51         terms.
52
53 ** tests
54
55         Unless explicitly stated, the tests are under the MIT X11 license.
56
57 ** mcs/class
58
59         The class libraries developed by the Mono team are licensed
60         under the MIT X11 terms.
61
62         In addition to the class libraries developed by the Mono team,
63         there are a number of class libraries that we bundle as part
64         of the distribution that were integrated from third-parties or
65         that contain code that was originally licensed under different
66         terms, these are:
67
68             ByteFX.Data: LGPL
69
70             Npgsql: LGPL
71
72             FirebirdSql.Data.Firebird: Firebird public license.
73                 See: mcs/class/FirebirdSql.Data.Firebird/license.txt
74
75             ICSharpCode.SharpZipLib, GPL with exceptions.
76                 See: mcs/class/ICSharpCode.SharpZipLib/README
77
78              
79 ** mcs/tools
80
81         These are licensed under the MIT X11 license, except where the
82         GPL is explicitly used. 
83
84 ** mcs/jay
85
86         This is a port of Berkeley yacc, so it is available under the BSD
87         license.   See the license in the individual C files for details.
88
89 ** mono/man
90
91         Manual pages and Mono documentation are covered by the MIT X11 license. 
92
93 * The Licenses
94
95         These are the licenses used in Mono, the files are located:
96
97         GNU GPL: details avaliable in the file mcs/LICENSE.GPL
98         GNU LGPL: details available in the file mcs/LICENSE.LGPL
99         MIT X11: text available in the file mcs/MIT.X11
100         MPL: text available in the file mcs/LICENSE.MPL
101