diff options
Diffstat (limited to 'lib/private/User')
-rw-r--r-- | lib/private/User/NoUserException.php | 2 | ||||
-rw-r--r-- | lib/private/User/User.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/User/NoUserException.php b/lib/private/User/NoUserException.php index 6ae22eb1e58..57bb47109f1 100644 --- a/lib/private/User/NoUserException.php +++ b/lib/private/User/NoUserException.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Jörn Friedrich Dreyer <jfd@butonic.de> - * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index ccf5936c659..08bbce4701b 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -9,6 +9,7 @@ * @author Joas Schilling <coding@schilljs.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> + * @author Julius Härtl <jus@bitgrid.net> * @author Leon Klingele <leon@struktur.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> |