aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2019-05-10 12:12:05 +0200
committerFilippos Karapetis2019-05-12 13:57:11 +0300
commit62cf04f5022953542540ab0d1a3dca4aae9adf18 (patch)
tree6575f8d5cd806e376f3304bcc30e1d9b430843a6
parent4be1d26d09553281fdd5e8a00b2e4d2205b54268 (diff)
downloadscummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.tar.gz
scummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.tar.bz2
scummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.zip
CREDITS: mark Vicent Marti as retired
He was last active in 2009 and has long moved on to work on other things.
-rw-r--r--AUTHORS2
-rwxr-xr-xdevtools/credits.pl2
-rw-r--r--gui/credits.h1
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 251ec615b6..c5e04e7020 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -419,7 +419,7 @@ ScummVM Team
GUI:
Max Horn - (retired)
- Vicent Marti
+ Vicent Marti - (retired)
Eugene Sandulenko
Johannes Schickel - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 968a24281e..696888731e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1039,7 +1039,7 @@ begin_credits("Credits");
begin_section("GUI");
add_person("Max Horn", "Fingolfin", "(retired)");
- add_person("Vicent Marti", "tanoku", "");
+ add_person("Vicent Marti", "tanoku", "(retired)");
add_person("Eugene Sandulenko", "sev", "");
add_person("Johannes Schickel", "LordHoto", "(retired)");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index c7ce3e2271..184fc78c92 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -512,6 +512,7 @@ static const char *credits[] = {
"C0""Max Horn",
"C2""(retired)",
"C0""Vicent Marti",
+"C2""(retired)",
"C0""Eugene Sandulenko",
"C0""Johannes Schickel",
"C2""(retired)",