Sync the about dialog with AUTHORS.txt, and updates the copyright year
This commit is contained in:
parent
5d55fa018e
commit
0241776d54
|
@ -75,7 +75,7 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
|
||||||
info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) );
|
info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) );
|
||||||
|
|
||||||
/* Copyright information */
|
/* Copyright information */
|
||||||
info.SetCopyright( wxT( "(C) 1992-2014 KiCad Developers Team" ) );
|
info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) );
|
||||||
|
|
||||||
/* KiCad build version */
|
/* KiCad build version */
|
||||||
wxString version;
|
wxString version;
|
||||||
|
@ -238,8 +238,12 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
|
||||||
new Contributor( wxT( "Tim Hanson" ), wxT( "sideskate@gmail.com" ) ) );
|
new Contributor( wxT( "Tim Hanson" ), wxT( "sideskate@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Hauptmech" ), wxT( "hauptmech@gmail.com" ) ) );
|
new Contributor( wxT( "Hauptmech" ), wxT( "hauptmech@gmail.com" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Torsten Hüter" ), wxT( "torstenhtr@gmx.de" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Jerry Jacobs" ), wxT( "xor.gate.engineering@gmail.com" ) ) );
|
new Contributor( wxT( "Jerry Jacobs" ), wxT( "xor.gate.engineering@gmail.com" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Daniel Majewski" ), wxT( "lordblick@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Lorenzo Marcantonio" ), wxT( "lomarcan@tin.it" ) ) );
|
new Contributor( wxT( "Lorenzo Marcantonio" ), wxT( "lomarcan@tin.it" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
|
@ -248,18 +252,30 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
|
||||||
new Contributor( wxT( "Marco Mattila" ), wxT( "marcom99@gmail.com" ) ) );
|
new Contributor( wxT( "Marco Mattila" ), wxT( "marcom99@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Miguel Angel Ajo Pelayo" ), wxT( "miguelangel@nbee.es" ) ) );
|
new Contributor( wxT( "Miguel Angel Ajo Pelayo" ), wxT( "miguelangel@nbee.es" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Jacobo Aragunde Perez" ), wxT( "jaragunde@igalia.com" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Mark Roszko" ), wxT( "mark.roszko@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Marco Serantoni" ), wxT( "marco.serantoni@gmail.com" ) ) );
|
new Contributor( wxT( "Marco Serantoni" ), wxT( "marco.serantoni@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Brian Sidebotham" ), wxT( "brian.sidebotham@gmail.com" ) ) );
|
new Contributor( wxT( "Brian Sidebotham" ), wxT( "brian.sidebotham@gmail.com" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Orson (Maciej Suminski)" ), wxT( "maciej.suminski@cern.ch" ) ) );
|
new Contributor( wxT( "Orson (Maciej Sumiński)" ), wxT( "maciej.suminski@cern.ch" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Rafael Sokolowski" ), wxT( "rafael.sokolowski@web.de" ) ) );
|
new Contributor( wxT( "Rafael Sokolowski" ), wxT( "rafael.sokolowski@web.de" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Vesa Solonen" ), wxT( "vesa.solonen@hut.fi" ) ) );
|
new Contributor( wxT( "Vesa Solonen" ), wxT( "vesa.solonen@hut.fi" ) ) );
|
||||||
info.AddDeveloper(
|
info.AddDeveloper(
|
||||||
new Contributor( wxT( "Tomasz Wlostowski" ), wxT( "tomasz.wlostowski@cern.ch" ) ) );
|
new Contributor( wxT( "Tomasz Wlostowski" ), wxT( "tomasz.wlostowski@cern.ch" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Alexander Zakamaldin" ), wxT( "zaka62@mail.ru" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Henner Zeller" ), wxT( "h.zeller@acm.org" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Andrew Zonenberg" ), wxT( "azonenberg@drawersteak.com" ) ) );
|
||||||
|
info.AddDeveloper(
|
||||||
|
new Contributor( wxT( "Nick Østergaard" ), wxT( "toe.nick@gmail.com" ) ) );
|
||||||
|
|
||||||
// The document writers
|
// The document writers
|
||||||
info.AddDocWriter(
|
info.AddDocWriter(
|
||||||
|
|
Loading…
Reference in New Issue