From: Joel Rosdahl Date: Thu, 6 Oct 2022 20:05:21 +0000 (+0200) Subject: chore: Update authors X-Git-Tag: v4.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be81e98739dcbfb68ac89a5229277bbb5452bce;p=thirdparty%2Fccache.git chore: Update authors --- diff --git a/.mailmap b/.mailmap index 601bca611..9006713c0 100644 --- a/.mailmap +++ b/.mailmap @@ -17,6 +17,7 @@ Jonny Yu Ka Ho Ng Kona Blend Leanid Chaika +Louis Caron Luboš Luňák Martin Ettl Mizuha Himuraki diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index b772ba913..8d8f12cb2 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -32,6 +32,7 @@ Ccache is a collective work with contributions from many people, including: * Chris Burr * Clemens Rabe * Cristian Adam +* Daniel Richtmann * David Givone * Deepak Yadav * Doug Anderson @@ -75,6 +76,7 @@ Ccache is a collective work with contributions from many people, including: * Lars Gustäbel * Leanid Chaika * Loïc Yhuel +* Louis Caron * Luboš Luňák * Maarten Maathuis * Marius Zwicker @@ -121,10 +123,12 @@ Ccache is a collective work with contributions from many people, including: * Philipp Gortan * Philipp Storz * Rafael Kitover +* Raihaan Shouhell * Ramiro Polla * Robert Yang * Robin H. Johnson * Rolf Bjarne Kvinge +* Rosen Penev * R. Voggenauer * Ryan Brown * Ryan Burns @@ -145,6 +149,7 @@ Ccache is a collective work with contributions from many people, including: * Tom Stellard * Tor Arne Vestbø * Vadim Petrochenkov +* Varun Sharma * Vili Väinölä * Ville Skyttä * William S Fulton diff --git a/misc/update-authors b/misc/update-authors index 3e0fcc07e..9964b5147 100755 --- a/misc/update-authors +++ b/misc/update-authors @@ -1,6 +1,6 @@ #!/bin/sh -anonymous="^(6d5CfLQ3dYAb|Delgan|luzpaz|RW|vsplesk)$" +anonymous="^(6d5CfLQ3dYAb|bengtj|Delgan|luzpaz|RW|vsplesk)$" if [ -d .git ]; then # Fetch full Git history if needed, e.g. when run via CI.