Skip to content

Commit

Permalink
cleanup authors and copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
aquadran committed Apr 16, 2011
1 parent 31720e4 commit 70c4a13
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 104 deletions.
63 changes: 10 additions & 53 deletions AUTHORS
Expand Up @@ -2,86 +2,43 @@ Residual Team
*************
Project Leader
--------------
Pawel Kolodziejski
Pawel Kolodziejski

Engine Teams
------------
Grim:
James Brown - Core developer
James Brown - Core developer (retired)
Giulio Camuffo - Core developer
Pawel Kolodziejski - Core developer. SMUSH, iMUSE implemention
Pawel Kolodziejski - Core developer

Grim Contributors:
If you have contributed to this engine then you deserve to be on this
list. Contact us and we'll add you.

Torbjorn Andersson - Various code fixes
Ori Avtalion - Lipsync, LAF support
Ori Avtalion - Lipsync, LAF support, various code fixes
Marcus Comstedt - Initial Dreamcast port
Andrea Corna - Improved font support, patch extractor
Jonathan Gray - Various code fixes
Yaron Tausky - Fixes to subtitles
Vincent Hamm - Various engine code
Erich Hoover - x86-64 fixes, various fixes and comments, menu
support, improved state support
Travis Howell - Various code fixes, Windows port
Joost Peters - Various code fixes
Christian Neumair - Various optimisation patches
Daniel Schepler - Initial engine codebase, LUA support
Yaron Tausky - Fixes to subtitles
Pino Toscano - Debian GNU/Linux package files
Lionel Ulmer - OpenGL optimisations

ScummVM code
************
Residual use some ScummVM code. Copyrights for this code belongs to
persons listed below. If you are missed in this list contact us and we'll
add you.
Residual use a lot of ScummVM code. For list of authors look into
COPYRIGHT file.

Torbjorn Andersson
Chris Apers
Bertrand Augereau
Yotam Barnoy
James Brown
Jamieson Christian
David Corrales-Lopez
Oystein Eftevaag
Robert Goeffringmann
Paul Gilbert
Jonathan Gray
Vincent Hamm
Ruediger Hanke
Sven Hesse
Matthew Hoops
Max Horn
Florian Kagerer
Filippos Karapetis
Oliver Kiehl
Pawel Kolodziejski
Andrew Kurushin
Vicent Marti
Claudio Matsuoka
Gregory Montoir
Kostas Nakos
Chris Page
Willem Jan Palenstijn
Lars Persson
Joost Peters
Jordi Vilalta Prat
Kari Salminen
Eugene Sandulenko
Johannes Schickel
Ludvig Strigeus
Lionel Ulmer
Jody Northup
Jordi Vilalta
Robin Watts
agent-q
arisme
peres

Website (code)
**************
Fredrik Wendel
Website code
************
Fredrik Wendel

Special thanks to
*****************
Expand Down
59 changes: 8 additions & 51 deletions devtools/credits.pl
Expand Up @@ -488,27 +488,27 @@ sub add_paragraph {

begin_section("Engine Teams");
begin_section("Grim");
add_person("James Brown", "ender", "Core developer");
add_person("James Brown", "ender", "Core developer (retired)");
add_person("Giulio Camuffo", "giucam", "Core developer");
add_person("Paweł Kołodziejski", "aquadran", "Core developer. SMUSH, iMUSE implemention");
add_person("Paweł Kołodziejski", "aquadran", "Core developer");
end_section();

begin_section("Grim Contributors");
add_paragraph(
"If you have contributed to this engine then you deserve to be on this ".
"list. Contact us and we'll add you.");
add_person("Torbjörn Andersson", "eriktorbjorn", "Various code fixes");
add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support");
add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support, various code fixes");
add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port");
add_person("Andrea Corna", "Yak Bizzarro", "Improved font support, patch extractor");
add_person("Jonathan Gray", "khalek", "Various code fixes");
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
add_person("Vincent Hamm", "yazoo", "Various engine code");
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various fixes and comments, menu support, improved state support");
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
add_person("Joost Peters", "joostp", "Various code fixes");
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
end_section();
Expand All @@ -518,55 +518,11 @@ sub add_paragraph {

begin_section("ScummVM code");
add_paragraph(
"Residual use some ScummVM code. ".
"Copyrights for this code belongs to persons listed below. ".
"If you are missed in this list contact us and we'll add you.");
begin_persons();
add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Chris Apers", "chrilith", "");
add_person("Bertrand Augereau", "", "");
add_person("Yotam Barnoy", "bluddy", "");
add_person("James Brown", "ender", "");
add_person("Jamieson Christian", "jamieson630", "");
add_person("David Corrales-Lopez", "david_corrales", "");
add_person("Oystein Eftevaag", "vinterstum", "");
add_person("Robert Göffringmann", "lavosspawn", "");
add_person("Paul Gilbert", "dreammaster", "");
add_person("Jonathan Gray", "khalek", "");
add_person("Vincent Hamm", "yazoo", "");
add_person("Rüdiger Hanke", "", "");
add_person("Sven Hesse", "DrMcCoy", "");
add_person("Matthew Hoops", "clone2727", "");
add_person("Max Horn", "Fingolfin", "");
add_person("Florian Kagerer", "athrxx", "");
add_person("Filippos Karapetis", "[md5]", "");
add_person("Oliver Kiehl", "olki", "");
add_person("Paweł Kołodziejski", "aquadran", "");
add_person("Andrew Kurushin", "ajax16384", "");
add_person("Vicent Marti", "tanoku", "");
add_person("Claudio Matsuoka", "", "");
add_person("Gregory Montoir", "cyx", "");
add_person("Kostas Nakos", "Jubanka", "");
add_person("Chris Page", "cp88", "");
add_person("Willem Jan Palenstijn", "wjp", "");
add_person("Lars Persson", "AnotherGuest", "");
add_person("Joost Peters", "joostp", "");
add_person("Jordi Vilalta Prat", "jvprat", "");
add_person("Kari Salminen", "Buddha^", "");
add_person("Eugene Sandulenko", "sev", "");
add_person("Johannes Schickel", "LordHoto", "");
add_person("Ludvig Strigeus", "ludde", "");
add_person("Lionel Ulmer", "bbrox", "");
add_person("Jody Northup", "Upthorn", "");
add_person("Jordi Vilalta", "", "");
add_person("Robin Watts", "robinwatts", "");
add_person("", "agent-q", "");
add_person("", "arisme", "");
add_person("", "peres", "");
end_persons();
"Residual use a lot of ScummVM code. ".
"For list of authors look into COPYRIGHT file. ");
end_section();

begin_section("Website (code)");
begin_section("Website code");
begin_persons();
add_person("Fredrik Wendel", "", "");
end_persons();
Expand All @@ -592,3 +548,4 @@ sub add_paragraph {
end_section();

end_credits();

0 comments on commit 70c4a13

Please sign in to comment.