From f72f5a2297dbc0bd90fed35a710ef5eaf063b124 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Jul 2025 12:47:22 +1000 Subject: [PATCH] AUTHORS: de-duplicate --- AUTHORS | 4 ---- tools/utils/git_data_canonical_authors.py | 9 ++++++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 98e1d149a2f..67a7afd6df4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,7 +29,6 @@ Adi Sage Aditya Y Jeppu Adrian Bibby Walther Adrian Newton -AgAmemnno Ahmad Rifai Aidan Davey Aidan Haile @@ -531,7 +530,6 @@ Matthew Smith Matthias Ellerbeck Matthieu Carteron Matti-Ranta -Mattias Fredriksson Mattias Fredriksson Matvey Smorodin Max Edge @@ -862,7 +860,6 @@ jlalleve jon denning kiki kitt -laurynas listout luzpaz matc @@ -874,7 +871,6 @@ noodlebox notrudyyy nutti ok_what -persun powergainer <95447782+powergainer@users.noreply.github.com> priera quackarooni diff --git a/tools/utils/git_data_canonical_authors.py b/tools/utils/git_data_canonical_authors.py index 0d90bf60fd3..2d49cecce97 100644 --- a/tools/utils/git_data_canonical_authors.py +++ b/tools/utils/git_data_canonical_authors.py @@ -477,6 +477,7 @@ def canonical_author_map() -> dict[str, str]: "\x96kaspian.jakobssongmail.com ", ), "Kazashi Yoshioka ": ( + "AgAmemnno ", "Kazashi Yoshioka ", "vnapdv ", ), @@ -488,6 +489,7 @@ def canonical_author_map() -> dict[str, str]: "Kévin Dietrich ", ), "Laurynas Duburas ": ( + "Laurynas Duburas ", "laurynas ", ), "Leon Schittek ": ( @@ -571,6 +573,9 @@ def canonical_author_map() -> dict[str, str]: "Matthieu Carteron ": ( "Matthieu Carteron ", ), + "Mattias Fredriksson ": ( + "Mattias Fredriksson ", + ), "Max Schlecht ": ( "Max Schlecht ", ), @@ -794,6 +799,7 @@ def canonical_author_map() -> dict[str, str]: ), "Sun Kim ": ( "Sun Kim ", + "persun ", ), "Sybren A. Stüvel ": ( "Sybren A. St\xC3\x83\xC2\xBCvel ", @@ -897,9 +903,6 @@ def canonical_author_map() -> dict[str, str]: "jon denning ": ( "Jon Denning ", ), - "laurynas ": ( - "Laurynas Duburas ", - ), "nBurn ": ( "nBurn ", ),