Update copyright year in About dialog to 2020

(Cherry-picked from f359892de3)
This commit is contained in:
Drew Fustini 2020-02-03 22:56:42 +00:00 committed by Ian McInerney
parent 366d4d7b0b
commit e35328fece
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
aInfo.SetAppName( Pgm().App().GetAppName() );
/* Copyright information */
aInfo.SetCopyright( "(C) 1992-2019 KiCad Developers Team" );
aInfo.SetCopyright( "(C) 1992-2020 KiCad Developers Team" );
/* KiCad build version */
wxString version;