aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h3
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index f6a3ffdffd..2077d528ff 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,6 +39,9 @@ ScummVM Team
Gregory Montoir - (retired)
Eugene Sandulenko
+ ADL:
+ Walter van Niftrik
+
AGI:
Stuart George
Matthew Hoops - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index af4049e5a6..d16595add8 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -525,6 +525,10 @@ begin_credits("Credits");
add_person("Gregory Montoir", "cyx", "(retired)");
add_person("Eugene Sandulenko", "sev", "");
end_section();
+
+ begin_section("ADL");
+ add_person("Walter van Niftrik", "waltervn", "");
+ end_section();
begin_section("AGI");
add_person("Stuart George", "darkfiber", "");
diff --git a/gui/credits.h b/gui/credits.h
index d7e49b566d..eac8c2a170 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -50,6 +50,9 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Eugene Sandulenko",
"",
+"C1""ADL",
+"C0""Walter van Niftrik",
+"",
"C1""AGI",
"C0""Stuart George",
"C0""Matthew Hoops",