diff options
author | Eugene Sandulenko | 2009-02-17 19:57:29 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-02-17 19:57:29 +0000 |
commit | e5def6fbeabce50c03b7aa79c4c6f033fea4a2a5 (patch) | |
tree | 2442e4a39d36ea58e3ccc7cca8d1b0a4a698c15f /tools | |
parent | f23b6f91b7ef54befddeeb12a02047f89efff4c8 (diff) | |
download | scummvm-rg350-e5def6fbeabce50c03b7aa79c4c6f033fea4a2a5.tar.gz scummvm-rg350-e5def6fbeabce50c03b7aa79c4c6f033fea4a2a5.tar.bz2 scummvm-rg350-e5def6fbeabce50c03b7aa79c4c6f033fea4a2a5.zip |
Add SCI team to credits
svn-id: r38441
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index dea06e27e7..af8e699413 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -491,6 +491,7 @@ begin_credits("Credits"); add_person("Matthew Hoops", "clone2727", ""); add_person("Filippos Karapetis", "[md5]", ""); add_person("Paweł Kołodziejski", "aquadran", ""); + add_person("Walter van Niftrik", "waltervn", ""); add_person("Kari Salminen", "Buddha^", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); @@ -575,6 +576,14 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("SCI"); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Walter van Niftrik", "waltervn", ""); + add_person("Jordi Vilalta Prat", "jvprat", ""); + add_person("Lars Skovlund", "lskovlun", ""); + end_section(); + begin_section("Tinsel"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); add_person("Paul Gilbert", "dreammaster", ""); |