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 /settings/ajax | |
parent | ba87db3fccb40aa58d84d12932424c83a4db411f (diff) | |
download | nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.tar.gz nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.zip |
Update with robin
Diffstat (limited to 'settings/ajax')
-rw-r--r-- | settings/ajax/enableapp.php | 2 | ||||
-rw-r--r-- | settings/ajax/installapp.php | 2 | ||||
-rw-r--r-- | settings/ajax/navigationdetect.php | 2 | ||||
-rw-r--r-- | settings/ajax/setlanguage.php | 2 | ||||
-rw-r--r-- | settings/ajax/setquota.php | 2 | ||||
-rw-r--r-- | settings/ajax/togglegroups.php | 2 | ||||
-rw-r--r-- | settings/ajax/uninstallapp.php | 2 | ||||
-rw-r--r-- | settings/ajax/updateapp.php | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index b0fc7896c98..db4503f20e7 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -7,7 +7,7 @@ * @author Joas Schilling <coding@schilljs.com> * @author Kamil Domanski <kdomanski@kdemail.net> * @author Lukas Reschke <lukas@statuscode.ch> - * @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/settings/ajax/installapp.php b/settings/ajax/installapp.php index 3fda8ebe4e5..8831305e223 100644 --- a/settings/ajax/installapp.php +++ b/settings/ajax/installapp.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke <georg@owncloud.com> * @author Lukas Reschke <lukas@statuscode.ch> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 5f783e1e89c..167f819f91e 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> * * @license AGPL-3.0 diff --git a/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index 02a066f8b26..7c19c14b32e 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -7,7 +7,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/settings/ajax/setquota.php b/settings/ajax/setquota.php index ef6047d3ff3..eee1de407b9 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -10,7 +10,7 @@ * @author Georg Ehrke <georg@owncloud.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/settings/ajax/togglegroups.php b/settings/ajax/togglegroups.php index 0a2b99f40ed..ff79861b811 100644 --- a/settings/ajax/togglegroups.php +++ b/settings/ajax/togglegroups.php @@ -7,7 +7,7 @@ * @author Georg Ehrke <georg@owncloud.com> * @author Jakob Sack <mail@jakobsack.de> * @author Lukas Reschke <lukas@statuscode.ch> - * @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/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index d685ed4aa55..be8196f4b33 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke <georg@owncloud.com> * @author Lukas Reschke <lukas@statuscode.ch> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index 8398e54b8f2..47ecac26cf1 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -6,7 +6,7 @@ * @author Frank Karlitschek <frank@karlitschek.de> * @author Georg Ehrke <georg@owncloud.com> * @author Lukas Reschke <lukas@statuscode.ch> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 |