diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:48:23 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:48:23 +0100 |
commit | c353d51810d556f526fceb7aa5c550097c6fc69d (patch) | |
tree | ceef73e5b14db8f57cfb903b95f34aea06b9b4f1 /build | |
parent | c430f5ba53e02efb373667c8baf59f0209d3bfeb (diff) | |
download | nextcloud-server-c353d51810d556f526fceb7aa5c550097c6fc69d.tar.gz nextcloud-server-c353d51810d556f526fceb7aa5c550097c6fc69d.zip |
Remove Scrutinizer Auto Fixer
Diffstat (limited to 'build')
-rw-r--r-- | build/license.php | 4 |
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) { |