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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-10 15:54:26 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-10 17:26:51 +0300
commitc126b9c6f6e44bda486ccbaffc27411f6cbd765c (patch)
treeea04a891c1889798844351db8af54f9cf60b4b69 /lib/BackgroundJob
parenta60eff7af0c8e82d3fb691f70b4f51cb70589612 (diff)
Fix file headers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/BackgroundJob')
-rw-r--r--lib/BackgroundJob/CheckHostedSignalingServer.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/BackgroundJob/CheckHostedSignalingServer.php b/lib/BackgroundJob/CheckHostedSignalingServer.php
index ef07610fd..e6bc8be1c 100644
--- a/lib/BackgroundJob/CheckHostedSignalingServer.php
+++ b/lib/BackgroundJob/CheckHostedSignalingServer.php
@@ -2,7 +2,9 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ * @copyright Copyright (c) 2020 Morris Jobke <hey@morrisjobke.de>
+ *
+ * @author Morris Jobke <hey@morrisjobke.de>
*
* @license GNU AGPL version 3 or any later version
*