diff options
Diffstat (limited to 'core/Command/Config/System')
-rw-r--r-- | core/Command/Config/System/DeleteConfig.php | 1 | ||||
-rw-r--r-- | core/Command/Config/System/GetConfig.php | 1 | ||||
-rw-r--r-- | core/Command/Config/System/SetConfig.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/core/Command/Config/System/DeleteConfig.php b/core/Command/Config/System/DeleteConfig.php index 9ddad641e38..9bd162f987a 100644 --- a/core/Command/Config/System/DeleteConfig.php +++ b/core/Command/Config/System/DeleteConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php index 5d77518db21..a1ea135e590 100644 --- a/core/Command/Config/System/GetConfig.php +++ b/core/Command/Config/System/GetConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * * @license AGPL-3.0 diff --git a/core/Command/Config/System/SetConfig.php b/core/Command/Config/System/SetConfig.php index 53f007a97e2..55030be545f 100644 --- a/core/Command/Config/System/SetConfig.php +++ b/core/Command/Config/System/SetConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin McCorkell <robin@mccorkell.me.uk> |