diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index ddab381008..6b8ccee56a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -473,6 +473,12 @@ begin_credits("Credits"); add_person("Jonathan Gray", "khalek", ""); end_section(); + begin_section("Cinematique evo 1"); + add_person("Paweł Kołodziejski", "aquadran", ""); + add_person("Gregory Montoir", "cyx", ""); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + begin_section("FOTAQ"); # Flight of the Amazon Queen add_person("David Eriksson", "twogood", ""); add_person("Gregory Montoir", "cyx", ""); @@ -549,10 +555,10 @@ begin_credits("Credits"); begin_section("Retired Team Members"); begin_persons(); - add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer"); + add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer"); add_person("Ralph Brorsen", "painelf", "Help with GUI implementation"); add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical"); - add_person('Vincent Hamm', 'yazoo', "Co-Founder"); + add_person('Vincent Hamm', 'yazoo', "Co-Founder, original CinE engine author"); add_person("Ruediger Hanke", "", "Port: MorphOS"); add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering"); add_person("Mutwin Kraus", "mutle", "Original MacOS porter"); |