summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-06 22:05:21 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 10:50:08 +0200
commit6be81e98739dcbfb68ac89a5229277bbb5452bce (patch)
tree04d3c20c90a3c7687047174e328e57717cb64c2e
parent28af3d374eeff45582ab058f4642d9ef35067aa1 (diff)
downloadccache-6be81e98739dcbfb68ac89a5229277bbb5452bce.tar.gz
chore: Update authors
-rw-r--r--.mailmap1
-rw-r--r--doc/AUTHORS.adoc5
-rwxr-xr-xmisc/update-authors2
3 files changed, 7 insertions, 1 deletions
diff --git a/.mailmap b/.mailmap
index 601bca61..9006713c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -17,6 +17,7 @@ Jonny Yu <yingshen.yu@gmail.com>
Ka Ho Ng <khng300@gmail.com>
Kona Blend <kona8lend@gmail.com>
Leanid Chaika <leanid.chaika@gmail.com>
+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>
diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc
index b772ba91..8d8f12cb 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 3e0fcc07..9964b514 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.