diff options
Diffstat (limited to 'core/Command/User')
-rw-r--r-- | core/Command/User/Add.php | 1 | ||||
-rw-r--r-- | core/Command/User/Report.php | 1 | ||||
-rw-r--r-- | core/Command/User/ResetPassword.php | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php index 8dd25a7f297..cc53f1c78c0 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -4,6 +4,7 @@ * * @author Joas Schilling <coding@schilljs.com> * @author Laurens Post <lkpost@scept.re> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index 9a3bd9e5906..98a258ec313 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 diff --git a/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php index 56260e9714a..9e69626c38d 100644 --- a/core/Command/User/ResetPassword.php +++ b/core/Command/User/ResetPassword.php @@ -8,6 +8,8 @@ * @author Joas Schilling <coding@schilljs.com> * @author Laurens Post <lkpost@scept.re> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Sujith H <sharidasan@owncloud.com> * * @license AGPL-3.0 * |