summaryrefslogtreecommitdiffstats
path: root/settings/controller
diff options
context:
space:
mode:
Diffstat (limited to 'settings/controller')
-rw-r--r--settings/controller/certificatecontroller.php1
-rw-r--r--settings/controller/userscontroller.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php
index 6f24a69b19b..90d0c664d84 100644
--- a/settings/controller/certificatecontroller.php
+++ b/settings/controller/certificatecontroller.php
@@ -2,6 +2,7 @@
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
+ * @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
diff --git a/settings/controller/userscontroller.php b/settings/controller/userscontroller.php
index 0abcabed11c..f5b7f2d2e5d 100644
--- a/settings/controller/userscontroller.php
+++ b/settings/controller/userscontroller.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Arthur Schiwon <blizzz@owncloud.com>
* @author Clark Tomlinson <fallen013@gmail.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>