]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update TwoFactorException.php
authorCornelius Kölbel <cornelius.koelbel@netknights.it>
Mon, 14 Nov 2016 16:12:28 +0000 (17:12 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 11 Jan 2017 10:01:54 +0000 (11:01 +0100)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
lib/public/Authentication/TwoFactorAuth/TwoFactorException.php

index 5a06c63d5ce8246b752094994dd758cfd71fc3d3..9de5db6aa548685b20de119566573a200e9a13e7 100644 (file)
@@ -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 {}