diff options
-rw-r--r-- | AUTHORS | 11 | ||||
-rwxr-xr-x | devtools/credits.pl | 10 | ||||
-rw-r--r-- | gui/credits.h | 6 |
3 files changed, 16 insertions, 11 deletions
@@ -47,7 +47,7 @@ ScummVM Team AGI: Stuart George - Matthew Hoops + Matthew Hoops - (retired) Filippos Karapetis Martin Kiewitz Pawel Kolodziejski @@ -140,7 +140,7 @@ ScummVM Team Johannes Schickel Lastexpress: - Matthew Hoops + Matthew Hoops - (retired) Jordi Vilalta Prat Julien Templier @@ -158,7 +158,7 @@ ScummVM Team Mohawk: Bastien Bouclet - Matthew Hoops + Matthew Hoops - (retired) Filippos Karapetis Alyssa Milburn Eugene Sandulenko @@ -176,7 +176,7 @@ ScummVM Team peres Pegasus: - Matthew Hoops + Matthew Hoops - (retired) Queen: David Eriksson - (retired) @@ -405,7 +405,8 @@ ScummVM Team Thierry Crozat - Numerous contributions to documentation Joachim Eberhard - Numerous contributions to documentation (retired) - Matthew Hoops - Wiki editor + Matthew Hoops - Numerous contributions to documentation + (retired) Retired Team Members -------------------- diff --git a/devtools/credits.pl b/devtools/credits.pl index e695a3650b..80f4c6d487 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -536,7 +536,7 @@ begin_credits("Credits"); begin_section("AGI"); add_person("Stuart George", "darkfiber", ""); - add_person("Matthew Hoops", "clone2727", ""); + add_person("Matthew Hoops", "clone2727", "(retired)"); add_person("Filippos Karapetis", "[md5]", ""); add_person("Martin Kiewitz", "m_kiewitz", ""); add_person("Paweł Kołodziejski", "aquadran", ""); @@ -647,7 +647,7 @@ begin_credits("Credits"); end_section(); begin_section("Lastexpress"); - add_person("Matthew Hoops", "clone2727", ""); + add_person("Matthew Hoops", "clone2727", "(retired)"); add_person("Jordi Vilalta Prat", "jvprat", ""); add_person("Julien Templier", "littleboy", ""); end_section(); @@ -669,7 +669,7 @@ begin_credits("Credits"); begin_section("Mohawk"); add_person("Bastien Bouclet", "bgk", ""); - add_person("Matthew Hoops", "clone2727", ""); + add_person("Matthew Hoops", "clone2727", "(retired)"); add_person("Filippos Karapetis", "[md5]", ""); add_person("Alyssa Milburn", "fuzzie", ""); add_person("Eugene Sandulenko", "sev", ""); @@ -691,7 +691,7 @@ begin_credits("Credits"); end_section(); begin_section("Pegasus"); - add_person("Matthew Hoops", "clone2727", ""); + add_person("Matthew Hoops", "clone2727", "(retired)"); end_section(); begin_section("Queen"); @@ -958,7 +958,7 @@ begin_credits("Credits"); begin_persons(); add_person("Thierry Crozat", "criezy", "Numerous contributions to documentation"); add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation (retired)"); - add_person("Matthew Hoops", "clone2727", "Wiki editor"); + add_person("Matthew Hoops", "clone2727", "Numerous contributions to documentation (retired)"); end_persons(); end_section(); diff --git a/gui/credits.h b/gui/credits.h index e27973c228..79f4516370 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -58,6 +58,7 @@ static const char *credits[] = { "C1""AGI", "C0""Stuart George", "C0""Matthew Hoops", +"C2""(retired)", "C0""Filippos Karapetis", "C0""Martin Kiewitz", "C0""Pawel Kolodziejski", @@ -173,6 +174,7 @@ static const char *credits[] = { "", "C1""Lastexpress", "C0""Matthew Hoops", +"C2""(retired)", "C0""Jordi Vilalta Prat", "C0""Julien Templier", "", @@ -192,6 +194,7 @@ static const char *credits[] = { "C1""Mohawk", "C0""Bastien Bouclet", "C0""Matthew Hoops", +"C2""(retired)", "C0""Filippos Karapetis", "C0""Alyssa Milburn", "C0""Eugene Sandulenko", @@ -211,6 +214,7 @@ static const char *credits[] = { "", "C1""Pegasus", "C0""Matthew Hoops", +"C2""(retired)", "", "C1""Queen", "C0""David Eriksson", @@ -481,7 +485,7 @@ static const char *credits[] = { "C0""Joachim Eberhard", "C2""Numerous contributions to documentation (retired)", "C0""Matthew Hoops", -"C2""Wiki editor", +"C2""Numerous contributions to documentation (retired)", "", "C1""Retired Team Members", "C0""Chris Apers", |