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/lib/auth/password | |
parent | b945d713845d640d63241de4d5a67813384b88ce (diff) | |
download | nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.tar.gz nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.zip |
deduplicate @xenopathic
Diffstat (limited to 'apps/files_external/lib/auth/password')
-rw-r--r-- | apps/files_external/lib/auth/password/password.php | 2 | ||||
-rw-r--r-- | apps/files_external/lib/auth/password/sessioncredentials.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/lib/auth/password/password.php b/apps/files_external/lib/auth/password/password.php index 96ad4b496d4..d3444cb1419 100644 --- a/apps/files_external/lib/auth/password/password.php +++ b/apps/files_external/lib/auth/password/password.php @@ -1,6 +1,6 @@ <?php /** - * @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/lib/auth/password/sessioncredentials.php b/apps/files_external/lib/auth/password/sessioncredentials.php index 37cfd97a176..8e36ff5f1d8 100644 --- a/apps/files_external/lib/auth/password/sessioncredentials.php +++ b/apps/files_external/lib/auth/password/sessioncredentials.php @@ -1,6 +1,6 @@ <?php /** - * @author Robin McCorkell <rmccorkell@owncloud.com> + * @author Robin McCorkell <rmccorkell@karoshi.org.uk> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 |