diff --git a/AUTHORS b/AUTHORS index 0b9d41559bf..ca6342d8360 100644 --- a/AUTHORS +++ b/AUTHORS @@ -421,7 +421,7 @@ Other contributions David Jensen - SVG logo conversion Jean Marc Gimenez - ScummVM logo Raina - ScummVM forum buttons - William Claydon - Skins for doxygen and wiki + William Claydon - Skins for doxygen, buildbot and wiki Code contributions ------------------ diff --git a/devtools/credits.pl b/devtools/credits.pl index fc10f50bfb8..94f72617af9 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -977,7 +977,7 @@ begin_credits("Credits"); add_person("David Jensen", "Tyst", "SVG logo conversion"); add_person("Jean Marc Gimenez", "", "ScummVM logo"); add_person("", "Raina", "ScummVM forum buttons"); - add_person("William Claydon", "billwashere", "Skins for doxygen and wiki"); + add_person("William Claydon", "billwashere", "Skins for doxygen, buildbot and wiki"); end_persons(); end_section(); diff --git a/gui/credits.h b/gui/credits.h index c12d5a4394d..7ad480032e4 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -476,7 +476,7 @@ static const char *credits[] = { "C0""Raina", "C2""ScummVM forum buttons", "C0""William Claydon", -"C2""Skins for doxygen and wiki", +"C2""Skins for doxygen, buildbot and wiki", "", "C1""Code contributions", "C0""Ori Avtalion",