Hi. 
>From b4b9a363c05e69d5ec551af26b17f711c903c3cc Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin <[email protected]> Date: Sat, 5 Mar 2016 08:34:11 +0300 Subject: [PATCH] Update copyrights in the About dialog --- 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 890f897..4c3ad69 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 <[email protected]> - * Copyright (C) 2010-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * Copyright (C) 2010-2016 KiCad Developers, see CHANGELOG.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 @@ -77,7 +77,7 @@ static void InitKiCadAboutNew( AboutAppInfo& info ) info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) ); /* Copyright information */ - info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) ); + info.SetCopyright( wxT( "(C) 1992-2016 KiCad Developers Team" ) ); /* KiCad build version */ wxString version; -- 2.5.0
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

