[Scummvm-git-logs] scummvm master -> 62cf04f5022953542540ab0d1a3dca4aae9adf18

bluegr bluegr at gmail.com
Sun May 12 12:57:15 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
62cf04f502 CREDITS: mark Vicent Marti as retired


Commit: 62cf04f5022953542540ab0d1a3dca4aae9adf18
    https://github.com/scummvm/scummvm/commit/62cf04f5022953542540ab0d1a3dca4aae9adf18
Author: Max Horn (max at quendi.de)
Date: 2019-05-12T13:57:11+03:00

Commit Message:
CREDITS: mark Vicent Marti as retired

He was last active in 2009 and has long moved on to work on other things.

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index 251ec61..c5e04e7 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 968a242..6968887 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 c7ce3e2..184fc78 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)",





More information about the Scummvm-git-logs mailing list