Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LICENSE « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f477d39d19f489b71e8edee5486b9dc249fd4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

The Mono code is licensed under various different licenses.

	GNU GPL: details avaliable in the file LICENSE.GPL
	GNU LGPL: details available in the file LICENSE.LGPL
	MIT X11: text available in the file MIT.X11
	MPL: text available in the file LICENSE.MPL

	For your convenience copies of the GNU GPL and GNU LGPL are
	located in the file COPYING and COPYING.LIB.

	* Class Libraries:

		All of the core classes licensed under the terms of
		the MIT X11 license.

		Third party libraries that we distribute for
		convenience reasons are distributed under their own
		terms (all of them allow development of proprietary
		applications with them).

		Third party libraries include: ByteFX.Data,
		ICSharpCode.SharpZipLib, Npgsql.

		The Microsoft.JScript assembly is covered by the
		MIT X11 and the Mozilla MPL license as it contains
		ported pieces of code from Rhino, the Mozilla JavaScript
		implementations

	* Mono C# compiler: GNU GPL

	* Mono Basic compiler: GNU GPL.

	* Various tools in the `tools' directory: GNU GPL.