2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mono-debugger.git] / LICENSE
blob6177891cdc035bb2b2117d298155ff7394fe2937
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.
5 For comments, corrections and updates, please contact mono@novell.com
7 * Dual Licensing
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.
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.
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.
22         Contributions for other modules should be under the same license
23         terms as the rest of the module, or under MIT X11 terms. 
25         If you need further information, please contact mono@novell.com
27 * The Modules
29 ** mono/mono: the Mono VM
31         This code is dual licensed under the LGPL or commercial licenses. 
33         The LGPL ensures that Mono can be used in most scenarios, but
34         gives Novell the flexibility to relicense the code for
35         embedded systems, static linking or commercial settings where
36         the LGPL can not be used.
38         We consider non-LGPL use instances where you use this on an
39         embedded system where the end user is not able to upgrade the
40         Mono VM or Moonlight installation or distribution that is part
41         of your product (Section 6 and 7), you would have to obtain a
42         commercial license from Novell (consider software burned into
43         a ROM, systems where end users would not be able to upgrade,
44         an embedded console, a game console that imposes limitations
45         on the distribution and access to the code, a phone platform
46         that prevents end users from upgrading Moonlight).
47         
48         Contact mono@novell.com for details on obtaining the Mono
49         runtime under other terms.
51 ** mono/eglib: Mono's X11 glib implementation
53         This is a minimal subset of glib that is to be licensed under
54         the terms of the MIT X11, this means that this code can be
55         used for any purposes by anyone.
57 ** mcs/mcs, mcs/gmcs
59         The C# Compilers (1.0 and 2.0)
61         These compilers are dual licensed under the GPL and MIT X11
62         license terms.
64 ** tests
66         Unless explicitly stated, the tests are under the MIT X11 license.
68 ** mcs/class
70         The class libraries developed by the Mono team are licensed
71         under the MIT X11 terms.
73         In addition to the class libraries developed by the Mono team,
74         there are a number of class libraries that we bundle as part
75         of the distribution that were integrated from third-parties or
76         that contain code that was originally licensed under different
77         terms, these are:
79             ByteFX.Data: LGPL
81             Npgsql: LGPL
83             FirebirdSql.Data.Firebird: Firebird public license.
84                 See: mcs/class/FirebirdSql.Data.Firebird/license.txt
86             ICSharpCode.SharpZipLib, GPL with exceptions.
87                 See: mcs/class/ICSharpCode.SharpZipLib/README
89              
90 ** mcs/tools
92         These are licensed under the MIT X11 license, except where the
93         GPL is explicitly used. 
95 ** mcs/jay
97         This is a port of Berkeley yacc, so it is available under the BSD
98         license.   See the license in the individual C files for details.
100 ** mono/man
102         Manual pages and Mono documentation are covered by the MIT X11 license. 
104 * samples
106         The code in the "samples" directory is released under the MIT X11 license.
108 * The Licenses
110         These are the licenses used in Mono, the files are located:
112         GNU GPL: details avaliable in the file mcs/LICENSE.GPL
113         GNU LGPL: details available in the file mcs/LICENSE.LGPL
114         MIT X11: text available in the file mcs/MIT.X11
115         MPL: text available in the file mcs/LICENSE.MPL