Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-01 19:48:23 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-01 19:48:23 +0300
commitc353d51810d556f526fceb7aa5c550097c6fc69d (patch)
treeceef73e5b14db8f57cfb903b95f34aea06b9b4f1 /build/license.php
parentc430f5ba53e02efb373667c8baf59f0209d3bfeb (diff)
Remove Scrutinizer Auto Fixer
Diffstat (limited to 'build/license.php')
-rw-r--r--build/license.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/license.php b/build/license.php
index d7ac4e0a143..9d1fd666b80 100644
--- a/build/license.php
+++ b/build/license.php
@@ -195,7 +195,9 @@ With help from many libraries and frameworks including:
return !in_array($author, [
'',
'Not Committed Yet <not.committed.yet>',
- 'Jenkins for ownCloud <owncloud-bot@tmit.eu>']);
+ 'Jenkins for ownCloud <owncloud-bot@tmit.eu>',
+ 'Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>',
+ ]);
});
if ($gitRoot) {