[Scummvm-git-logs] scummvm master -> 4c0c1870931ace6fd02f53fff2b1de9cdc4c873b
sev-
sev at scummvm.org
Mon Oct 12 12:45:39 UTC 2020
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:
4c0c187093 CREDITS: Update, add co-leads
Commit: 4c0c1870931ace6fd02f53fff2b1de9cdc4c873b
https://github.com/scummvm/scummvm/commit/4c0c1870931ace6fd02f53fff2b1de9cdc4c873b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-12T14:44:58+02:00
Commit Message:
CREDITS: Update, add co-leads
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index f7ea3903a6..d37ba83668 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,8 +1,10 @@
ScummVM Team
************
- Project Leader
- --------------
+ Project Leaders
+ ---------------
+ Pawel Kolodziejski
Eugene Sandulenko
+ Einar Johan T. Somaaen
PR Office
---------
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 12488182a5..db1df98bf5 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -482,9 +482,11 @@ sub add_paragraph {
begin_credits("Credits");
begin_section("ScummVM Team", "scummvm_team");
- begin_section("Project Leader", "project_leader");
+ begin_section("Project Leaders", "project_leader");
begin_persons();
+ add_person("Paweł Kołodziejski", "aquadran", "");
add_person("Eugene Sandulenko", "sev", "");
+ add_person("Einar Johan T. Sømåen", "somaen", "");
end_persons();
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 2c29366a24..a7dab89013 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -2,8 +2,10 @@
static const char *credits[] = {
"C1""ScummVM Team",
"",
-"C1""Project Leader",
+"C1""Project Leaders",
+"C0""Pawel Kolodziejski",
"C0""Eugene Sandulenko",
+"C0""Einar Johan T. S\370m\345en",
"",
"C1""PR Office",
"C0""Arnaud Boutonn\351",
More information about the Scummvm-git-logs
mailing list