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
path: root/web/faq
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-10 01:59:29 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-10 01:59:29 +0400
commitdd9ff4ef687a3d083a2166842cd581c609673138 (patch)
tree6c0425ca7a754a696162d186d465e548c9e5f818 /web/faq
parent2943ad1c68a8aaf7e479f945a96dbaacaf1d8ab1 (diff)
Add more questions
svn path=/trunk/mono/; revision=80
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/faq b/web/faq
index 4d920d81f41..75c1796774c 100644
--- a/web/faq
+++ b/web/faq
@@ -126,6 +126,21 @@ Q: Why does Ximian even care?
A:
+** Licensing
+
+Q: What license is Mono on?
+
+A: The C# Compiler is released under the terms of the GPL. The
+ class libraries are under the LGPL. The runtime libraries are
+ under the LGPL.
+
+Q: Will you accept code under the XXX License?
+
+A: If the XXX License is compatible with the license we use in that
+ specific piece of code, then yes. If you want to use the BSD license, make
+ sure you use the BSD license without the advertisement clause (The
+ `Ousterhout License').
+
** Mono and .NET
Q: If applications use Mono, does that mean that I have to pay a service fee?