diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php index 5a06c63d5ce..9de5db6aa54 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php @@ -1,7 +1,7 @@ - * + * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify @@ -34,4 +34,4 @@ namespace OCP\Authentication\TwoFactorAuth; * Two Factor Authentication failed * @since 9.2.0 */ -class TwoFactorException extends \Exception {} \ No newline at end of file +class TwoFactorException extends \Exception {}