Commit 0241776d authored by Nick Østergaard's avatar Nick Østergaard Committed by jean-pierre charras
Browse files

Sync the about dialog with AUTHORS.txt, and updates the copyright year

parent 5d55fa01
Loading
Loading
Loading
Loading
+58 −42
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
    info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) );

    /* Copyright information */
    info.SetCopyright( wxT( "(C) 1992-2014 KiCad Developers Team" ) );
    info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) );

    /* KiCad build version */
    wxString version;
@@ -238,8 +238,12 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
        new Contributor( wxT( "Tim Hanson" ),              wxT( "sideskate@gmail.com" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Hauptmech" ),               wxT( "hauptmech@gmail.com" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Torsten Hüter" ),           wxT( "torstenhtr@gmx.de" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Jerry Jacobs" ),            wxT( "xor.gate.engineering@gmail.com" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Daniel Majewski" ),         wxT( "lordblick@gmail.com" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Lorenzo Marcantonio" ),     wxT( "lomarcan@tin.it" ) ) );
    info.AddDeveloper(
@@ -248,18 +252,30 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
        new Contributor( wxT( "Marco Mattila" ),           wxT( "marcom99@gmail.com" ) ) );
    info.AddDeveloper(
        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(
        new Contributor( wxT( "Marco Serantoni" ),         wxT( "marco.serantoni@gmail.com" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Brian Sidebotham" ),        wxT( "brian.sidebotham@gmail.com" ) ) );
    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(
        new Contributor( wxT( "Rafael Sokolowski" ),       wxT( "rafael.sokolowski@web.de" ) ) );
    info.AddDeveloper(
        new Contributor( wxT( "Vesa Solonen" ),            wxT( "vesa.solonen@hut.fi" ) ) );
    info.AddDeveloper(
        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
    info.AddDocWriter(