diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-10-06 09:52:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-10-06 09:52:19 +0200 |
commit | 8366ce27673b82349361e534853256dc869a8f93 (patch) | |
tree | 9c26ee069192350ce0ffea67518a7baacbb69ac0 /apps/files_external/ajax | |
parent | b945d713845d640d63241de4d5a67813384b88ce (diff) | |
download | nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.tar.gz nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.zip |
deduplicate @xenopathic
Diffstat (limited to 'apps/files_external/ajax')
-rw-r--r-- | apps/files_external/ajax/applicable.php | 2 | ||||
-rw-r--r-- | apps/files_external/ajax/oauth1.php | 2 | ||||
-rw-r--r-- | apps/files_external/ajax/oauth2.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/ajax/applicable.php b/apps/files_external/ajax/applicable.php index 53a5e83d56a..7f1b4dc9221 100644 --- a/apps/files_external/ajax/applicable.php +++ b/apps/files_external/ajax/applicable.php @@ -2,7 +2,7 @@ /** * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lukas Reschke <lukas@owncloud.com> - * @author Robin McCorkell <rmccorkell@owncloud.com> + * @author Robin McCorkell <rmccorkell@karoshi.org.uk> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/ajax/oauth1.php b/apps/files_external/ajax/oauth1.php index 9e7c85cd429..3d6736b3b59 100644 --- a/apps/files_external/ajax/oauth1.php +++ b/apps/files_external/ajax/oauth1.php @@ -4,7 +4,7 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Robin Appelman <icewind@owncloud.com> - * @author Robin McCorkell <rmccorkell@owncloud.com> + * @author Robin McCorkell <rmccorkell@karoshi.org.uk> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index a25c6d15a1e..e3e32c4b912 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -6,7 +6,7 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Robin Appelman <icewind@owncloud.com> - * @author Robin McCorkell <rmccorkell@owncloud.com> + * @author Robin McCorkell <rmccorkell@karoshi.org.uk> * @author Volkan Gezer <volkangezer@gmail.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. |