diff options
-rwxr-xr-x | devtools/credits.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 53f0d11307..35e349eaa5 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -645,6 +645,12 @@ begin_credits("Credits"); add_person("Filippos Karapetis", "[md5]", ""); end_section(); + begin_section("MADS"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Filippos Karapetis", "[md5]", ""); + end_section(); + begin_section("Mohawk"); add_person("Bastien Bouclet", "bgk", ""); add_person("Matthew Hoops", "clone2727", ""); |