From: Joel Rosdahl Date: Sun, 27 Feb 2022 19:45:21 +0000 (+0100) Subject: chore: Prepare for v4.6 X-Git-Tag: v4.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fb17ce8f3cf44a2de2019028b3449f04766741;p=thirdparty%2Fccache.git chore: Prepare for v4.6 --- diff --git a/LICENSE.adoc b/LICENSE.adoc index efe3e6c76..dc9e00c8f 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -35,7 +35,7 @@ The copyright for ccache as a whole is as follows: ---- Copyright (C) 2002-2007 Andrew Tridgell -Copyright (C) 2009-2021 Joel Rosdahl and other contributors +Copyright (C) 2009-2022 Joel Rosdahl and other contributors ---- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index f925a3332..f5164a1ba 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -10,6 +10,7 @@ Ccache is a collective work with contributions from many people, including: * Alexander Falkenstern * Alexander Korsunsky * Alexander Lanin +* Alexey Sheplyakov * Alexey Tourbin * Alfred Landrum * Anders F Björklund @@ -32,6 +33,7 @@ Ccache is a collective work with contributions from many people, including: * Cristian Adam * David Givone * Deepak Yadav +* Delgan * Doug Anderson * Edward Z. Yang * Enrico Sorichetti @@ -74,6 +76,7 @@ Ccache is a collective work with contributions from many people, including: * Luboš Luňák * luzpaz * Maarten Maathuis +* Marius Zwicker * Mark Starovoytov * Martin Ettl * Martin Pool @@ -113,6 +116,7 @@ Ccache is a collective work with contributions from many people, including: * Peter Steinberger * Petr Štetiar * Philippe Proulx +* Philipp Gortan * Philipp Storz * Rafael Kitover * Ramiro Polla @@ -127,6 +131,7 @@ Ccache is a collective work with contributions from many people, including: * Sam Gross * Sergei Trofimovich * Steffen Dettmer +* Steve Mokris * Stuart Henderson * Sumit Jamgade * Thomas Otto @@ -138,6 +143,7 @@ Ccache is a collective work with contributions from many people, including: * Tom Stellard * Tor Arne Vestbø * Vadim Petrochenkov +* Vili Väinölä * Ville Skyttä * William S Fulton * Wilson Snyder diff --git a/src/core/mainoptions.cpp b/src/core/mainoptions.cpp index ead5a3aa2..27431f9ae 100644 --- a/src/core/mainoptions.cpp +++ b/src/core/mainoptions.cpp @@ -69,7 +69,7 @@ constexpr const char VERSION_TEXT[] = Features: {2} Copyright (C) 2002-2007 Andrew Tridgell -Copyright (C) 2009-2021 Joel Rosdahl and other contributors +Copyright (C) 2009-2022 Joel Rosdahl and other contributors See for a complete list of contributors.