]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update authors
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Mar 2025 15:02:15 +0000 (16:02 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Mar 2025 15:17:52 +0000 (16:17 +0100)
.mailmap
doc/AUTHORS.adoc
misc/update-authors

index 604687e1de814761cf9fa5dc96967a124d285031..35c84b675a195bbde8b9b2aabccd80d8ecad7f7f 100644 (file)
--- a/.mailmap
+++ b/.mailmap
@@ -9,10 +9,12 @@ Chiaki Ishikawa <ishikawa@yk.rim.or.jp>
 Clemens Rabe <clemens.rabe@gmail.com> <clemens.rabe@clemensrabe.de>
 Clemens Rabe <clemens.rabe@gmail.com> <crabe@gmx.de>
 Doug Anderson <dianders@disordat.com>
+Dávid Péter Jánosa <jdavidpeter@gmail.com>
 Erik Flodin <erik@ejohansson.se>
 Florin Trofin <florint@gmail.com>
 Hongli Lai <hongli@phusion.nl>
 Huang Qin Jin <huangqinjin@gmail.com>
+Icarus Sparry <98788394+amd-isparry@users.noreply.github.com>
 Jacob Young <jacobly0@users.noreply.github.com>
 Jonny Yu <yingshen.yu@gmail.com>
 Ka Ho Ng <khng300@gmail.com>
@@ -22,6 +24,7 @@ Louis Caron <caron_louis@yahoo.fr>
 Luboš Luňák <l.lunak@centrum.cz> <l.lunak@suse.cz>
 Martin Ettl <ettl.martin78@gmail.com>
 Mizuha Himuraki <mocha.java.cchip@gmail.com>
+Oded Shimon <oded@istraresearch.com>
 Oleg Sidorkin <olegsidorkin@users.noreply.github.com>
 Paul Bunch <paulbunc@gmail.com>
 Pawel Krysiak <pawel_krysiak@interia.pl>
index d6ab609f9a59a8f254eef220f84015363bd8cccc..c355e494be8e43496d38a5abc56531a824c2665b 100644 (file)
@@ -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
index 5ed73ef35f8247574192a0e9e355370155760579..c34e464893572628c4862e62b19d5f8dec03ab72 100755 (executable)
@@ -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.