diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-21 18:13:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-21 18:13:58 +0200 |
commit | 0215b004da6af887b3e3efa28c425d41a1c76b9b (patch) | |
tree | 85eb9718f671a8c705627d206b605d847960dd09 /core/ajax | |
parent | ba87db3fccb40aa58d84d12932424c83a4db411f (diff) | |
download | nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.tar.gz nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.zip |
Update with robin
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/appconfig.php | 2 | ||||
-rw-r--r-- | core/ajax/preview.php | 2 | ||||
-rw-r--r-- | core/ajax/share.php | 2 | ||||
-rw-r--r-- | core/ajax/update.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php index 2d63222108a..6bb70e4c393 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 diff --git a/core/ajax/preview.php b/core/ajax/preview.php index 006b890b178..2894efdc8e3 100644 --- a/core/ajax/preview.php +++ b/core/ajax/preview.php @@ -6,7 +6,7 @@ * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 diff --git a/core/ajax/share.php b/core/ajax/share.php index 0d91923004b..adcf31a0dfa 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -14,7 +14,7 @@ * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Ramiro Aparicio <rapariciog@gmail.com> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Tanghus <thomas@tanghus.net> diff --git a/core/ajax/update.php b/core/ajax/update.php index c917d0dc214..fca40477d60 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -7,7 +7,7 @@ * @author Lukas Reschke <lukas@statuscode.ch> * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com> |