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/Command | |
parent | ba87db3fccb40aa58d84d12932424c83a4db411f (diff) | |
download | nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.tar.gz nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.zip |
Update with robin
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/App/Disable.php | 2 | ||||
-rw-r--r-- | core/Command/App/Enable.php | 2 | ||||
-rw-r--r-- | core/Command/App/ListApps.php | 2 | ||||
-rw-r--r-- | core/Command/Group/AddUser.php | 2 | ||||
-rw-r--r-- | core/Command/Group/ListCommand.php | 2 | ||||
-rw-r--r-- | core/Command/Group/RemoveUser.php | 2 | ||||
-rw-r--r-- | core/Command/Maintenance/Repair.php | 2 | ||||
-rw-r--r-- | core/Command/Maintenance/SingleUser.php | 2 | ||||
-rw-r--r-- | core/Command/Security/ImportCertificate.php | 2 | ||||
-rw-r--r-- | core/Command/Security/ListCertificates.php | 2 | ||||
-rw-r--r-- | core/Command/Security/RemoveCertificate.php | 2 | ||||
-rw-r--r-- | core/Command/User/Info.php | 2 | ||||
-rw-r--r-- | core/Command/User/ListCommand.php | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/core/Command/App/Disable.php b/core/Command/App/Disable.php index 45e93a23511..07e752ee839 100644 --- a/core/Command/App/Disable.php +++ b/core/Command/App/Disable.php @@ -4,7 +4,7 @@ * * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <pvince81@owncloud.com> * * @license AGPL-3.0 diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php index a12a169992b..d5b161f8eaf 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -4,7 +4,7 @@ * * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <pvince81@owncloud.com> * * @license AGPL-3.0 diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 6359413d6e3..08449dd8dc9 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -4,7 +4,7 @@ * * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * * @license AGPL-3.0 diff --git a/core/Command/Group/AddUser.php b/core/Command/Group/AddUser.php index d9b90c5ccf1..05ae4e2d526 100644 --- a/core/Command/Group/AddUser.php +++ b/core/Command/Group/AddUser.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Group/ListCommand.php b/core/Command/Group/ListCommand.php index 6dc5ced1c12..f3703bc1099 100644 --- a/core/Command/Group/ListCommand.php +++ b/core/Command/Group/ListCommand.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Group/RemoveUser.php b/core/Command/Group/RemoveUser.php index 71c04a4f8d2..09f081004d2 100644 --- a/core/Command/Group/RemoveUser.php +++ b/core/Command/Group/RemoveUser.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php index 514da169165..236326b4e32 100644 --- a/core/Command/Maintenance/Repair.php +++ b/core/Command/Maintenance/Repair.php @@ -4,7 +4,7 @@ * * @author Joas Schilling <coding@schilljs.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 Vincent Petry <pvince81@owncloud.com> * diff --git a/core/Command/Maintenance/SingleUser.php b/core/Command/Maintenance/SingleUser.php index 6715da6636c..e4f945596d2 100644 --- a/core/Command/Maintenance/SingleUser.php +++ b/core/Command/Maintenance/SingleUser.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/core/Command/Security/ImportCertificate.php b/core/Command/Security/ImportCertificate.php index 4dc037363a9..38a774add50 100644 --- a/core/Command/Security/ImportCertificate.php +++ b/core/Command/Security/ImportCertificate.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/core/Command/Security/ListCertificates.php b/core/Command/Security/ListCertificates.php index 6378ffa7467..fe19348876a 100644 --- a/core/Command/Security/ListCertificates.php +++ b/core/Command/Security/ListCertificates.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/core/Command/Security/RemoveCertificate.php b/core/Command/Security/RemoveCertificate.php index 04d8319e4d0..8be7123ad08 100644 --- a/core/Command/Security/RemoveCertificate.php +++ b/core/Command/Security/RemoveCertificate.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Carla Schroder <carla@owncloud.com> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php index 818b81136f2..b23ddd942a0 100644 --- a/core/Command/User/Info.php +++ b/core/Command/User/Info.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php index 978e9371830..77d99eb2130 100644 --- a/core/Command/User/ListCommand.php +++ b/core/Command/User/ListCommand.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license GNU AGPL version 3 or any later version * |