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

ShowWelcomeScreen() protected method

protected ShowWelcomeScreen ( ) : void
return void
        protected void ShowWelcomeScreen()
        {
            _log.Debug("Welcome to ACS Alchemist");
            _log.Debug("");

            _log.Debug(@"This project was supported by Award No. 2010-DE-BX-K004, awarded by the National Institute of Justice, Office of Justice Programs, U.S. Department of Justice. The opinions, findings, and conclusions or recommendations expressed in this software are those of the author(s) and do not necessarily reflect those of the Department of Justice or Temple University.  The software was developed by Azavea in connection with the National Institute of Justice grant awarded to Jerry Ratcliffe and Ralph Taylor of Temple University's Center for Security and Crime Science.  The source code is released under a GPLv3 license and is available at:  https://github.com/azavea/acs-alchemist");

            _log.Debug("");
        }