diff options
Diffstat (limited to 'core/Command/Config/System')
-rw-r--r-- | core/Command/Config/System/DeleteConfig.php | 5 | ||||
-rw-r--r-- | core/Command/Config/System/GetConfig.php | 5 | ||||
-rw-r--r-- | core/Command/Config/System/SetConfig.php | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/core/Command/Config/System/DeleteConfig.php b/core/Command/Config/System/DeleteConfig.php index 374f5ac69b7..65f26f7b2a8 100644 --- a/core/Command/Config/System/DeleteConfig.php +++ b/core/Command/Config/System/DeleteConfig.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php index b76474112a0..7c2f663e42c 100644 --- a/core/Command/Config/System/GetConfig.php +++ b/core/Command/Config/System/GetConfig.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/SetConfig.php b/core/Command/Config/System/SetConfig.php index c7f206b05d1..fcbf3c0baa5 100644 --- a/core/Command/Config/System/SetConfig.php +++ b/core/Command/Config/System/SetConfig.php @@ -1,9 +1,10 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> * @author Robin McCorkell <robin@mccorkell.me.uk> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |