From 1f2ff32cca54d5526a9f863f238f078c73492aea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 14 Nov 2017 13:59:15 +0100 Subject: [PATCH] Family name of Thiemo changed Change-Id: I5477d02111e53790e858624c4b7c4f09dbc418fa --- .mailmap | 5 +++-- CREDITS | 2 +- includes/libs/http/HttpAcceptNegotiator.php | 7 +++---- tests/phpunit/includes/actions/ActionTest.php | 5 +++-- tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php | 2 +- tests/phpunit/includes/specials/SpecialPageTestBase.php | 2 +- tests/phpunit/languages/LanguageCodeTest.php | 2 +- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.mailmap b/.mailmap index 5a76fb950e..c4f86040f3 100644 --- a/.mailmap +++ b/.mailmap @@ -413,8 +413,9 @@ Sumit Asthana TerraCodes Thalia Chan Thalia Chan -Thiemo Mättig -Thiemo Mättig +Thiemo Kreuz +Thiemo Kreuz +Thiemo Kreuz This, that and the other tholam Thomas Bleher diff --git a/CREDITS b/CREDITS index c38c3fcc05..6ab4ad3e14 100644 --- a/CREDITS +++ b/CREDITS @@ -625,7 +625,7 @@ The following list can be found parsed under Special:Version/Credits --> * The Discoverer * The Evil IP address * theopolisme -* Thiemo Mättig +* Thiemo Kreuz * This, that and the other * tholam * Thomas Arrow diff --git a/includes/libs/http/HttpAcceptNegotiator.php b/includes/libs/http/HttpAcceptNegotiator.php index 5f8d9a69e1..84c1182c0c 100644 --- a/includes/libs/http/HttpAcceptNegotiator.php +++ b/includes/libs/http/HttpAcceptNegotiator.php @@ -1,5 +1,7 @@ * @author Daniel Kinzler * @author Addshore - * @author Thiemo Mättig + * @author Thiemo Kreuz */ abstract class SpecialPageTestBase extends MediaWikiTestCase { diff --git a/tests/phpunit/languages/LanguageCodeTest.php b/tests/phpunit/languages/LanguageCodeTest.php index 0da03dfecc..950d2df36b 100644 --- a/tests/phpunit/languages/LanguageCodeTest.php +++ b/tests/phpunit/languages/LanguageCodeTest.php @@ -6,7 +6,7 @@ * @group Language * * @license GPL-2.0+ - * @author Thiemo Mättig + * @author Thiemo Kreuz */ class LanguageCodeTest extends PHPUnit_Framework_TestCase { -- 2.20.1