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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-05-29 20:06:30 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-05-29 20:06:30 +0400
commit839a0fe5caa7ee7973d80b5587aaf7aebc78b492 (patch)
tree366868b3052fe1a220131e9f660808d2c1be44b4 /mcs/LICENSE
parent85a7b2a87e5e8a2f694a75d1e78ebe7bd70475a1 (diff)
Add licenses
svn path=/trunk/mcs/; revision=14995
Diffstat (limited to 'mcs/LICENSE')
-rw-r--r--mcs/LICENSE29
1 files changed, 29 insertions, 0 deletions
diff --git a/mcs/LICENSE b/mcs/LICENSE
new file mode 100644
index 00000000000..b9e583b91ca
--- /dev/null
+++ b/mcs/LICENSE
@@ -0,0 +1,29 @@
+
+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
+
+ 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.
+
+ * Mono C# compiler: GNU GPL
+
+ * Mono Basic compiler: GNU GPL.
+
+ * Various tools in the `tools' directory: GNU GPL.
+