Azavea.NijPredictivePolicing.AcsAlchemistGui.FormController.ShowCopyrightAndLicense C# (CSharp) Method

ShowCopyrightAndLicense() protected method

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

            //TODO: libraries we need to list here?

            _log.Info("");
        }