From 8ce9f08268e6d2a2899f1c1e1ee9284b093d0c09 Mon Sep 17 00:00:00 2001 From: aris-kimi Date: Mon, 14 Feb 2022 00:31:53 +0200 Subject: [PATCH] Update year Fixes https://gitlab.com/kicad/code/kicad/issues/10842 --- common/dialog_about/AboutDialog_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index b55993753e..d4161af9f4 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -2,7 +2,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2010 Rafael Sokolowski - * 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 * 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() ); /* Copyright information */ - aInfo.SetCopyright( "(C) 1992-2021 KiCad Developers Team" ); + aInfo.SetCopyright( "(C) 1992-2022 KiCad Developers Team" ); /* KiCad build version */ wxString version;