Skip to content

Commit

Permalink
No more LGPL requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza authored and kumpera committed Mar 28, 2016
1 parent bbcdd9e commit ad5eb0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mcs/tools/mkbundle/mkbundle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ static int Main (string [] args)
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) {
Expand Down

0 comments on commit ad5eb0e

Please sign in to comment.