Azavea.NijPredictivePolicing.ACSAlchemist.Program.ShowCopyrightAndLicense C# (CSharp) Method

ShowCopyrightAndLicense() public static method

public static ShowCopyrightAndLicense ( ) : void
return void
        public static void ShowCopyrightAndLicense()
        {
            _log.Info("+-------------------------------------------------------------+");
            _log.Info(" ACS Alchemist - Copyright (c) 2011-2012 Azavea Inc.");
            _log.Info(" This program comes with ABSOLUTELY NO WARRANTY;");
            _log.Info(" This is free software, and you are welcome to redistribute it");
            _log.Info(" under the terms of the GNU General Public License");

            //TODO: libraries we need to list here?

            _log.Info("+-------------------------------------------------------------+");
        }