diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Config/IUserMountCache.php | 1 | ||||
-rw-r--r-- | lib/public/Mail/IEMailTemplate.php | 1 | ||||
-rw-r--r-- | lib/public/User/Events/PostLoginEvent.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index fde4898bd39..cdb95078bc8 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl <jus@bitgrid.net> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 5f4e235a7ee..726ec05039d 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2017, Morris Jobke <hey@morrisjobke.de> * + * @author Brad Rubenstein <brad@wbr.tech> * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> diff --git a/lib/public/User/Events/PostLoginEvent.php b/lib/public/User/Events/PostLoginEvent.php index 76d9a70aac8..fb7df7677ee 100644 --- a/lib/public/User/Events/PostLoginEvent.php +++ b/lib/public/User/Events/PostLoginEvent.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl> * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Lionel Elie Mamane <lionel@mamane.lu> * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version |