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/Security | |
parent | ba87db3fccb40aa58d84d12932424c83a4db411f (diff) | |
download | nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.tar.gz nextcloud-server-0215b004da6af887b3e3efa28c425d41a1c76b9b.zip |
Update with robin
Diffstat (limited to 'core/Command/Security')
-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 |
3 files changed, 3 insertions, 3 deletions
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 * |