Update email address for licensing Mono in LICENSE file
[mono.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index 6177891cdc035bb2b2117d298155ff7394fe2937..f8b52eb4f7f3c13d6ec88940bc75fd5d83466de6 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
 Mono is made up of many pieces of code, all of them open source, but
 different pieces of Mono use different licensing terms.
 
-For comments, corrections and updates, please contact mono@novell.com
+For comments, corrections and updates, please contact mono@xamarin.com
 
 * Dual Licensing
 
@@ -22,7 +22,7 @@ For comments, corrections and updates, please contact mono@novell.com
        Contributions for other modules should be under the same license
        terms as the rest of the module, or under MIT X11 terms. 
 
-       If you need further information, please contact mono@novell.com
+       If you need further information, please contact mono@xamarin.com
 
 * The Modules
 
@@ -45,7 +45,7 @@ For comments, corrections and updates, please contact mono@novell.com
        on the distribution and access to the code, a phone platform
        that prevents end users from upgrading Moonlight).
        
-       Contact mono@novell.com for details on obtaining the Mono
+       Contact mono@xamarin.com for details on obtaining the Mono
        runtime under other terms.
 
 ** mono/eglib: Mono's X11 glib implementation
@@ -54,6 +54,18 @@ For comments, corrections and updates, please contact mono@novell.com
        the terms of the MIT X11, this means that this code can be
        used for any purposes by anyone.
 
+** mono/metadata/sgen*: Mono's Copying Collector
+
+       This new garbage collector is licensed under the terms of
+       the MIT X11 license, in hopes that the GC could be reused
+       by third party projects, follows the same spirit than the
+       Boehm GC.
+
+** mono/arch/*/XXX-codegen.h
+
+       This are C macros that are useful when generating native
+       code on various platforms.   This code is MIT X11 licensed.
+
 ** mcs/mcs, mcs/gmcs
 
        The C# Compilers (1.0 and 2.0)
@@ -86,6 +98,13 @@ For comments, corrections and updates, please contact mono@novell.com
             ICSharpCode.SharpZipLib, GPL with exceptions.
                See: mcs/class/ICSharpCode.SharpZipLib/README
 
+** mcs/class/System.Core/System/TimeZoneInfo.Android.cs
+
+       This is a port of Apache 2.0-licensed Android code, and thus is
+       licensed under the Apache 2.0 license:
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
             
 ** mcs/tools