From: Joel Rosdahl Date: Wed, 29 May 2024 19:32:55 +0000 (+0200) Subject: chore: Update authors X-Git-Tag: v4.10^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e31d0591eee51723266b24b29c111a089cc7958;p=thirdparty%2Fccache.git chore: Update authors --- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index cef99d40..b3ab8ec1 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -28,11 +28,14 @@ Ccache is a collective work with contributions from many people, including: * Bernhard Bauer * Bin Li * Björn Jacke +* Brendan Shanks * Breno Guimaraes +* Byoungchan Lee * Chiaki Ishikawa * Chris AtLee * Chris Burr * Clemens Rabe +* Clemens Wasser * Cristian Adam * Daniel Richtmann * David Givone @@ -59,6 +62,7 @@ Ccache is a collective work with contributions from many people, including: * Jacob Young * Jiang Jiang * Jiri Hörner +* Jiri Slaby * Jiulong Wang * Joel Galenson * Joel Rosdahl @@ -73,6 +77,7 @@ Ccache is a collective work with contributions from many people, including: * Justin Lebar * Ka Ho Ng * Karl Chen +* Kaspar Schleiser * Khem Raj * Kira Bruneau * Kona Blend @@ -143,12 +148,14 @@ Ccache is a collective work with contributions from many people, including: * Sam James * Sergei Trofimovich * Sergey Semushin +* Silver Zachara * Steffen Dettmer * Stephan Rohmen * Steve Mokris * Stuart Henderson * Sumit Jamgade * Tadej Novak +* Thomas Ferrand * Thomas Otto * Thomas Röfer * Timofei Kushnir diff --git a/misc/update-authors b/misc/update-authors index e19ac124..5ed73ef3 100755 --- a/misc/update-authors +++ b/misc/update-authors @@ -1,6 +1,6 @@ #!/bin/sh -anonymous="^(6d5CfLQ3dYAb|bengtj|cupu|DarkShadow44|Delgan|dsilakov|luzpaz|rblx-kbuck|RW|Mikhail B|vsplesk)$" +anonymous="^(6d5CfLQ3dYAb|bengtj|cupu|DarkShadow44|Delgan|dsilakov|Kreijstal|luzpaz|rblx-kbuck|RW|Mikhail B|vsplesk)$" if [ -d .git ]; then # Fetch full Git history if needed, e.g. when run via CI.