No more LGPL requirements
authorMiguel de Icaza <miguel@gnome.org>
Fri, 25 Mar 2016 18:28:47 +0000 (14:28 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 28 Mar 2016 23:16:47 +0000 (16:16 -0700)
mcs/tools/mkbundle/mkbundle.cs

index 46c63cd9dfeff02e3431f06c12e0317b3b25f3be..57bae7e4c1d96d7e934ae63c25872c9e9dcfab5a 100755 (executable)
@@ -97,10 +97,6 @@ class MakeBundle {
                                break;
                        case "--static":
                                static_link = true;
-                               if (!quiet) {
-                                       Console.WriteLine ("Note that statically linking the LGPL Mono runtime has more licensing restrictions than dynamically linking.");
-                                       Console.WriteLine ("See http://www.mono-project.com/Licensing for details on licensing.");
-                               }
                                break;
                        case "--config":
                                if (i+1 == top) {