Update copyrights
authorMiguel de Icaza <miguel@gnome.org>
Sun, 19 Jun 2011 22:59:21 +0000 (18:59 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 19 Jun 2011 22:59:36 +0000 (18:59 -0400)
mono/mini/driver.c

index 92d04835c323744a6eab52f2cb9fff829c08897b..0683946becaba47ec5da70ab9d3f536c1d805802 100644 (file)
@@ -1412,7 +1412,7 @@ mono_main (int argc, char* argv[])
                        char *build = mono_get_runtime_build_info ();
                        char *gc_descr;
 
-                       g_print ("Mono JIT compiler version %s\nCopyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com\n", build);
+                       g_print ("Mono JIT compiler version %s\nCopyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com\n", build);
                        g_free (build);
                        g_print (info);
                        gc_descr = mono_gc_get_description ();