Mono.CSharp.CommandLineParser.About C# (CSharp) Method

About() private method

private About ( ) : void
return void
        void About()
        {
            output.WriteLine (
                "The Mono C# compiler is Copyright 2001-2011, Novell, Inc.\n\n" +
                "The compiler source code is released under the terms of the \n" +
                "MIT X11 or GNU GPL licenses\n\n" +

                "For more information on Mono, visit the project Web site\n" +
                "   http://www.mono-project.com\n\n" +

                "The compiler was written by Miguel de Icaza, Ravi Pratap, Martin Baulig, Marek Safar, Raja R Harinath, Atushi Enomoto");
        }