diff --git a/src/lint/linter/apachelicense/ArcanistApacheLicenseLinter.php b/src/lint/linter/apachelicense/ArcanistApacheLicenseLinter.php index 1a3a7c12..c3264cca 100644 --- a/src/lint/linter/apachelicense/ArcanistApacheLicenseLinter.php +++ b/src/lint/linter/apachelicense/ArcanistApacheLicenseLinter.php @@ -43,9 +43,7 @@ class ArcanistApacheLicenseLinter extends ArcanistLinter { $copyright_holder = $working_copy->getConfig('copyright_holder'); if (!$copyright_holder) { - throw new ArcanistUsageException( - "This project uses the ArcanistApacheLicenseLinter, but does not ". - "define a 'copyright_holder' in its .arcconfig."); + return; } $year = date('Y');