Update copyright year in About dialog to 2020

This commit is contained in:
Drew Fustini 2020-02-03 22:56:42 +00:00
parent 5053f58bfc
commit f359892de3
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;