]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update authors v4.10
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 29 May 2024 19:32:55 +0000 (21:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 29 May 2024 20:00:36 +0000 (22:00 +0200)
doc/AUTHORS.adoc
misc/update-authors

index cef99d4046d4b7c4921ac88c8e1b148fb1c4a0dc..b3ab8ec16033060898cb9c69cfb889bd3626e683 100644 (file)
@@ -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
index e19ac12453f774a96a8efd1ad00c1c4b7652bef7..5ed73ef35f8247574192a0e9e355370155760579 100755 (executable)
@@ -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.