diff options
Diffstat (limited to 'lib/private/Diagnostics')
-rw-r--r-- | lib/private/Diagnostics/EventLogger.php | 3 | ||||
-rw-r--r-- | lib/private/Diagnostics/Query.php | 1 | ||||
-rw-r--r-- | lib/private/Diagnostics/QueryLogger.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php index 846be7efc5b..c49a464b4a7 100644 --- a/lib/private/Diagnostics/EventLogger.php +++ b/lib/private/Diagnostics/EventLogger.php @@ -3,9 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke <hey@morrisjobke.de> + * @author Piotr Mrówczyński <mrow4a@yahoo.com> * @author Robin Appelman <robin@icewind.nl> - * @author Thomas Müller <thomas.mueller@tmit.eu> - * @author Piotr Mrowczynski <piotr@owncloud.com> * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/Query.php b/lib/private/Diagnostics/Query.php index 7b083ed41b7..347695146c5 100644 --- a/lib/private/Diagnostics/Query.php +++ b/lib/private/Diagnostics/Query.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke <hey@morrisjobke.de> + * @author Piotr Mrówczyński <mrow4a@yahoo.com> * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 diff --git a/lib/private/Diagnostics/QueryLogger.php b/lib/private/Diagnostics/QueryLogger.php index 2b007b4f044..9ef966c0808 100644 --- a/lib/private/Diagnostics/QueryLogger.php +++ b/lib/private/Diagnostics/QueryLogger.php @@ -2,10 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> + * @author Piotr Mrówczyński <mrow4a@yahoo.com> * @author Robin Appelman <robin@icewind.nl> - * @author Thomas Müller <thomas.mueller@tmit.eu> - * @author Piotr Mrowczynski <piotr@owncloud.com> * * @license AGPL-3.0 * |