diff options
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorException.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <?php /** * @author Cornelius Kölbel <cornelius.koelbel@netknights.it> - * + * @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 {} |