diff options
Diffstat (limited to 'lib/private/Log/Owncloud.php')
-rw-r--r-- | lib/private/Log/Owncloud.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/private/Log/Owncloud.php b/lib/private/Log/Owncloud.php index d76145ebdd3..2a7fded857e 100644 --- a/lib/private/Log/Owncloud.php +++ b/lib/private/Log/Owncloud.php @@ -1,5 +1,7 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Andreas Fischer <bantu@owncloud.com> * @author Bart Visscher <bartv@thisnet.nl> * @author Georg Ehrke <georg@owncloud.com> @@ -8,10 +10,11 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Phiber2000 <phiber2000@gmx.de> * @author Robin Appelman <icewind@owncloud.com> - * @author Roeland Jago Douma <rullzer@owncloud.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Thomas Pulzer <t.pulzer@kniel.de> + * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |