Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/Gateway')
-rw-r--r--lib/Service/Gateway/IGatewayConfig.php2
-rw-r--r--lib/Service/Gateway/SMS/Gateway.php2
-rw-r--r--lib/Service/Gateway/SMS/GatewayConfig.php2
-rw-r--r--lib/Service/Gateway/SMS/Provider/IProvider.php2
-rw-r--r--lib/Service/Gateway/SMS/Provider/IProviderConfig.php2
-rw-r--r--lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php2
-rw-r--r--lib/Service/Gateway/SMS/Provider/ProviderFactory.php2
-rw-r--r--lib/Service/Gateway/Signal/GatewayConfig.php2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/Service/Gateway/IGatewayConfig.php b/lib/Service/Gateway/IGatewayConfig.php
index 5b91e47..ec9e823 100644
--- a/lib/Service/Gateway/IGatewayConfig.php
+++ b/lib/Service/Gateway/IGatewayConfig.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/Gateway.php b/lib/Service/Gateway/SMS/Gateway.php
index 323e8d0..53f985d 100644
--- a/lib/Service/Gateway/SMS/Gateway.php
+++ b/lib/Service/Gateway/SMS/Gateway.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/GatewayConfig.php b/lib/Service/Gateway/SMS/GatewayConfig.php
index 9e19f82..f72df0a 100644
--- a/lib/Service/Gateway/SMS/GatewayConfig.php
+++ b/lib/Service/Gateway/SMS/GatewayConfig.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/Provider/IProvider.php b/lib/Service/Gateway/SMS/Provider/IProvider.php
index c6dab88..7f41cac 100644
--- a/lib/Service/Gateway/SMS/Provider/IProvider.php
+++ b/lib/Service/Gateway/SMS/Provider/IProvider.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/Provider/IProviderConfig.php b/lib/Service/Gateway/SMS/Provider/IProviderConfig.php
index 6feba46..bf0b236 100644
--- a/lib/Service/Gateway/SMS/Provider/IProviderConfig.php
+++ b/lib/Service/Gateway/SMS/Provider/IProviderConfig.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php b/lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php
index 4ebb2d2..b49689e 100644
--- a/lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php
+++ b/lib/Service/Gateway/SMS/Provider/PlaySMSConfig.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/SMS/Provider/ProviderFactory.php b/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
index 5281061..588f384 100644
--- a/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
+++ b/lib/Service/Gateway/SMS/Provider/ProviderFactory.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*
diff --git a/lib/Service/Gateway/Signal/GatewayConfig.php b/lib/Service/Gateway/Signal/GatewayConfig.php
index e067876..26b7ded 100644
--- a/lib/Service/Gateway/Signal/GatewayConfig.php
+++ b/lib/Service/Gateway/Signal/GatewayConfig.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @author Pascal Clémot <pascal.clemot@free.fr>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* Nextcloud - Two-factor Gateway
*