parent
6ccaf5e27d
commit
8ce9f08268
|
@ -2,7 +2,7 @@
|
||||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Rafael Sokolowski <Rafael.Sokolowski@web.de>
|
* Copyright (C) 2010 Rafael Sokolowski <Rafael.Sokolowski@web.de>
|
||||||
* Copyright (C) 2010-2021 KiCad Developers, see AUTHORS.txt for contributors.
|
* Copyright (C) 2010-2022 KiCad Developers, see AUTHORS.txt for contributors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -64,7 +64,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
aInfo.SetAppName( Pgm().App().GetAppName() );
|
aInfo.SetAppName( Pgm().App().GetAppName() );
|
||||||
|
|
||||||
/* Copyright information */
|
/* Copyright information */
|
||||||
aInfo.SetCopyright( "(C) 1992-2021 KiCad Developers Team" );
|
aInfo.SetCopyright( "(C) 1992-2022 KiCad Developers Team" );
|
||||||
|
|
||||||
/* KiCad build version */
|
/* KiCad build version */
|
||||||
wxString version;
|
wxString version;
|
||||||
|
|
Loading…
Reference in New Issue