summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Command/User/Setting.php3
-rw-r--r--tests/Core/Command/User/SettingTest.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php
index c59f079df65..0a1ca1990a7 100644
--- a/core/Command/User/Setting.php
+++ b/core/Command/User/Setting.php
@@ -1,7 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Laurens Post <lkpost@scept.re>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/tests/Core/Command/User/SettingTest.php b/tests/Core/Command/User/SettingTest.php
index 07ffbe30366..b05ee42d2dd 100644
--- a/tests/Core/Command/User/SettingTest.php
+++ b/tests/Core/Command/User/SettingTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0