From 860a95ca309fc568f642d009271da6a7120b9477 Mon Sep 17 00:00:00 2001 From: Alexis Lockwood Date: Wed, 13 Jun 2018 23:10:27 -0600 Subject: [PATCH] Correct my name in AUTHORS.txt and About dialog --- AUTHORS.txt | 2 +- common/dialog_about/AboutDialog_main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" ) );