From ee8c617a6d043f5a850d6d00bc6ca6902da1665d Mon Sep 17 00:00:00 2001 From: Cornelius Kölbel Date: Mon, 14 Nov 2016 17:12:28 +0100 Subject: Update TwoFactorException.php Signed-off-by: Lukas Reschke --- lib/public/Authentication/TwoFactorAuth/TwoFactorException.php | 4 ++-- 1 file 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 @@ - * + * @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 {} -- cgit v1.2.3