From 46864bc2f4928a9b7d7dfcd2a6325653b0d763c9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Oct 2024 09:48:39 +1100 Subject: [PATCH] AUTHORS: add 1 new author & some updated names --- AUTHORS | 5 +++-- tools/utils/authors_git_gen.py | 6 ++++++ tools/utils/git_data_canonical_authors.py | 14 ++++++++++++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0a80277eeed..8e32ebbf221 100644 --- a/AUTHORS +++ b/AUTHORS @@ -150,7 +150,7 @@ Cheryl Chen Chingiz Dyussenov Chris Blackbourn Chris Burt -Chris Clyne +Chris Clyne Chris Want Christian Brinkmann Christian Friedrich @@ -640,6 +640,7 @@ Scott Petrovic Scott Spadea Scott Wilson Scurest +Sean Sean Kim Sebastian Herholz Sebastian Koenig @@ -691,7 +692,7 @@ Thibault de Villèle Thomas Barlow Thomas Beck Thomas Dinges -Thomas Lachmann +Thomas Lachmann Thomas Szepe Thomas Wilshaw Tiago Chaves diff --git a/tools/utils/authors_git_gen.py b/tools/utils/authors_git_gen.py index 65201636971..503d313393a 100755 --- a/tools/utils/authors_git_gen.py +++ b/tools/utils/authors_git_gen.py @@ -294,6 +294,9 @@ class Credits: self.write_object(fh, use_metadata=use_metadata) +# ----------------------------------------------------------------------------- +# Argument Parser + def argparse_create() -> argparse.ArgumentParser: # When --help or no args are given, print this help @@ -351,6 +354,9 @@ def argparse_create() -> argparse.ArgumentParser: return parser +# ----------------------------------------------------------------------------- +# Main Function + def main() -> None: # ---------- diff --git a/tools/utils/git_data_canonical_authors.py b/tools/utils/git_data_canonical_authors.py index a6b654bf8e0..f86106ca898 100644 --- a/tools/utils/git_data_canonical_authors.py +++ b/tools/utils/git_data_canonical_authors.py @@ -41,6 +41,7 @@ def canonical_author_map() -> Dict[str, str]: ), "Alaska ": ( "Alaska ", + "Alaska ", "Alaska ", ), "Aleksandr Zinovev ": ( @@ -157,6 +158,9 @@ def canonical_author_map() -> Dict[str, str]: "Charlie Jolly ", "charlie ", ), + "Chris Clyne ": ( + "Chris Clyne ", + ), "Christian Brinkmann ": ( "christian brinkmann <>", ), @@ -650,6 +654,9 @@ def canonical_author_map() -> Dict[str, str]: "Scurest ", "scurest ", ), + "Sean ": ( + "sean-murray ", + ), "Sean Kim ": ( "Sean Kim ", ), @@ -710,7 +717,7 @@ def canonical_author_map() -> Dict[str, str]: "Sun Kim ", ), "Sybren A. Stüvel ": ( - "Sybren A. StÃ\x83¼vel ", + "Sybren A. St\xC3\x83\xC2\xBCvel ", "Sybren A. Stüvel ", "Sybren A. Stüvel ", ), @@ -719,6 +726,9 @@ def canonical_author_map() -> Dict[str, str]: "Thomas Dinges ", "Thomas Dinges ", ), + "Thomas Lachmann ": ( + "Thomas Lachmann ", + ), "Thomas Szepe ": ( "HG1 ", ), @@ -748,7 +758,7 @@ def canonical_author_map() -> Dict[str, str]: "Vitor Boschi da Silva " ), "Vuk Gardašević ": ( - "Vuk GardaÅ¡eviÄ\x87 ", + "Vuk Garda\xC5¡evi\xC4\x87 ", ), "Wannes Malfait ": ( "Wannes Malfait ",