From: Joel Rosdahl Date: Sun, 9 Mar 2025 15:02:15 +0000 (+0100) Subject: chore: Update authors X-Git-Tag: v4.11~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8310383f80d06ea5f119eb63de69b922e9d8d15c;p=thirdparty%2Fccache.git chore: Update authors --- diff --git a/.mailmap b/.mailmap index 604687e1..35c84b67 100644 --- a/.mailmap +++ b/.mailmap @@ -9,10 +9,12 @@ Chiaki Ishikawa Clemens Rabe Clemens Rabe Doug Anderson +Dávid Péter Jánosa Erik Flodin Florin Trofin Hongli Lai Huang Qin Jin +Icarus Sparry <98788394+amd-isparry@users.noreply.github.com> Jacob Young Jonny Yu Ka Ho Ng @@ -22,6 +24,7 @@ Louis Caron Luboš Luňák Martin Ettl Mizuha Himuraki +Oded Shimon Oleg Sidorkin Paul Bunch Pawel Krysiak diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index d6ab609f..c355e494 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -26,6 +26,7 @@ Ccache is a collective work with contributions from many people, including: * Arne Hasselbring * Azat Khuzhin * Bernhard Bauer +* Bernhard M. Wiedemann * Bin Li * Björn Jacke * Brendan Shanks @@ -40,6 +41,7 @@ Ccache is a collective work with contributions from many people, including: * Cristian Adam * Daniel Richtmann * David Givone +* Dávid Péter Jánosa * Deepak Yadav * Doug Anderson * Edward Z. Yang @@ -55,9 +57,11 @@ Ccache is a collective work with contributions from many people, including: * Grigory Entin * Harsh Shandilya * Havard Graff +* Henrique Ferreiro * Holger Hoffstätte * Hongli Lai * Huang Qin Jin +* Icarus Sparry * Igor Pylypiv * Ivan Vaigult * Ivan Volnov @@ -76,6 +80,7 @@ Ccache is a collective work with contributions from many people, including: * Jørgen P. Tjernø * Josh Soref * Josh Triplett +* Juan Manuel Martinez Caamaño * Justin Lebar * Ka Ho Ng * Karl Chen @@ -86,11 +91,13 @@ Ccache is a collective work with contributions from many people, including: * Kovarththanan Rajaratnam * Lalit Chhabra * Lars Gustäbel +* Laurent Bouhier * Leanid Chaika * Loïc Yhuel * Louis Caron * Luboš Luňák * Maarten Maathuis +* Maksym Sobolyev * Marius Zwicker * Mark Starovoytov * Martin Blanchard @@ -98,7 +105,9 @@ Ccache is a collective work with contributions from many people, including: * Martin Pool * Mathias De Maré * Matthias Kretz +* Matt Johnston * Matt Whitlock +* Max Winkler * Melven Roehrig-Zoellner * Michael Kruse * Michael Marineau @@ -113,6 +122,7 @@ Ccache is a collective work with contributions from many people, including: * Mostyn Bramley-Moore * Neil Mushell * Nicholas Hutchinson +* Nick Sarnie * Nick Schultz * Norbert Lange * Oded Shimon diff --git a/misc/update-authors b/misc/update-authors index 5ed73ef3..c34e4648 100755 --- a/misc/update-authors +++ b/misc/update-authors @@ -1,6 +1,6 @@ #!/bin/sh -anonymous="^(6d5CfLQ3dYAb|bengtj|cupu|DarkShadow44|Delgan|dsilakov|Kreijstal|luzpaz|rblx-kbuck|RW|Mikhail B|vsplesk)$" +anonymous="^(6d5CfLQ3dYAb|bengtj|cupu|DarkShadow44|Delgan|Doekin|DS|dsilakov|dsrowell|gitmodimo|Kreijstal|kzlar|luzpaz|Mikhail B|Moritz|rblx-kbuck|RW|vsplesk)$" if [ -d .git ]; then # Fetch full Git history if needed, e.g. when run via CI.