diff options
Diffstat (limited to 'lib/private/User')
-rw-r--r-- | lib/private/User/Backend.php | 1 | ||||
-rw-r--r-- | lib/private/User/Database.php | 3 | ||||
-rw-r--r-- | lib/private/User/Manager.php | 2 | ||||
-rw-r--r-- | lib/private/User/Session.php | 7 | ||||
-rw-r--r-- | lib/private/User/User.php | 3 |
5 files changed, 11 insertions, 5 deletions
diff --git a/lib/private/User/Backend.php b/lib/private/User/Backend.php index 374ec5876e1..30ed962555d 100644 --- a/lib/private/User/Backend.php +++ b/lib/private/User/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @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/Database.php b/lib/private/User/Database.php index 79032cfd405..5cbff28255e 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -13,14 +13,17 @@ * @author Jakob Sack <mail@jakobsack.de> * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> + * @author Loki3000 <github@labcms.ru> * @author Lukas Reschke <lukas@statuscode.ch> * @author Michael Gapczynski <GapczynskiM@gmail.com> + * @author michag86 <micha_g@arcor.de> * @author Morris Jobke <hey@morrisjobke.de> * @author nishiki <nishiki@yaegashi.fr> * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Vincent Petry <pvince81@owncloud.com> * * @license AGPL-3.0 * diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php index 6b6c10ab295..c77e0ac89e1 100644 --- a/lib/private/User/Manager.php +++ b/lib/private/User/Manager.php @@ -9,11 +9,9 @@ * @author Michael U <mdusher@users.noreply.github.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> - * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Chan <plus.vincchan@gmail.com> - * @author Volkan Gezer <volkangezer@gmail.com> * * @license AGPL-3.0 * diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index 10a98b22bef..19b303e46ea 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -3,18 +3,21 @@ * @copyright Copyright (c) 2017, Sandro Lutz <sandro.lutz@temparus.ch> * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Sandro Lutz <sandro.lutz@temparus.ch> * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bernhard Posselt <dev@bernhard-posselt.com> + * @author Bjoern Schiessle <bjoern@schiessle.org> * @author Christoph Wurst <christoph@owncloud.com> + * @author Felix Rupp <github@felixrupp.com> + * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> + * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Sandro Lutz <sandro.lutz@temparus.ch> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> - * @author Felix Rupp <kontakt@felixrupp.com> * * @license AGPL-3.0 * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index 645f7b8e59c..d352101ba40 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -5,12 +5,13 @@ * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bart Visscher <bartv@thisnet.nl> * @author Björn Schießle <bjoern@schiessle.org> + * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> - * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Vincent Petry <pvince81@owncloud.com> * * @license AGPL-3.0 * |