diff options
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/providers.php | 2 | ||||
-rw-r--r-- | ocs/v2.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ocs/providers.php b/ocs/providers.php index 1961a68ec2d..79fc747c067 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -3,9 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Frank Karlitschek <frank@karlitschek.de> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> - * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 * diff --git a/ocs/v2.php b/ocs/v2.php index dc57431e6c6..aa66ec92de4 100644 --- a/ocs/v2.php +++ b/ocs/v2.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling <coding@schilljs.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 |