diff --git a/AUTHORS.txt b/AUTHORS.txt index 4e265256c8..802fc9c577 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -34,7 +34,7 @@ Andrew Zonenberg Cirilo Bernardo Adam Wolf Bernhard Stegmaier -Chris Pavlina +Alexis Lockwood Simon Richter Mario Luzeiro Mateusz SkowroĊ„ski diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index d8ad2e3867..a6842ca227 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-2018 KiCad Developers, see CHANGELOG.TXT for contributors. + * Copyright (C) 2010-2018 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 @@ -221,7 +221,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf aInfo.AddDeveloper( new CONTRIBUTOR( "Lorenzo Marcantonio" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Marco Mattila" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Russell Oliver" ) ); - aInfo.AddDeveloper( new CONTRIBUTOR( "Chris Pavlina" ) ); + aInfo.AddDeveloper( new CONTRIBUTOR( "Alexis Lockwood" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Miguel Angel Ajo Pelayo" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Jacobo Aragunde Perez" ) ); aInfo.AddDeveloper( new CONTRIBUTOR( "Simon Richter" ) );