diff --git a/AUTHORS b/AUTHORS index fcf2e435c00..8d0a6e4b995 100644 --- a/AUTHORS +++ b/AUTHORS @@ -351,6 +351,7 @@ Johan Walles Johannes J Johannes Jakob Johannes Meng +John Cox John Kiril Swenson John Quillan Johnny Matthews diff --git a/tools/utils/git_data_sha1_override_authors.py b/tools/utils/git_data_sha1_override_authors.py index 6217d78d6ec..5e394ffd7d6 100644 --- a/tools/utils/git_data_sha1_override_authors.py +++ b/tools/utils/git_data_sha1_override_authors.py @@ -32,4 +32,8 @@ def sha1_authors_map() -> Dict[bytes, Tuple[str, ...]]: b"ba3d49225c9ff3514fb87ae5d692baefe5edec30": ("Sergey Sharybin ", ), # Author was: `Author Name `. b"4b6a4b5bc25bce10367dffadf7718e373f81f299": ("Antonio Vazquez ", ), + # Author was: `Campbell Barton `. + b"584b96018a575d56e564a239dce0de572bf26c48": ("Lukasz Czyz ", ), + # Author was: `Sergey Sharybin `. + b"a76e69f5f75c06dda6d35113d80b6b65dcc94ea0": ("John Cox ", ), }